Quantcast
Channel: SCN: Message List
Viewing all 8357 articles
Browse latest View live

Re: Export to excel with cross tab errors out

$
0
0

Hi,

 

1. Are you facing with issue specific report only?

2. MS Excel is working well on your machine? Can you please export a sample data from CR Designer to Excel type?

According the Crystal Reports 2008 SP1 User's Guide:

Cross-Tabs

  • Group sorting cannot be applied to columns.
  • You can insert the Cross-Tab into either the Report Header or Footer, or the Group Header or Footer.

 

Please let me know if it helps.

 

Regards,
István


Re: Cannot install any 9.1 patches on my laptop

$
0
0

Hello Pierre,

 

Yes I did, same result. i also tried in Safe Mode.

 

The strange thing is it is happening only for SAP B1 upgrade.exe, not for other programs...

 

Thanks,

Thibault

Re: Account members showing duplicate in my account dimenion after the Flat file load.

$
0
0

Hi Srikant,

 

Can you share the screenshot of dimension member?

 

Shrikant

Re: Wage Type restriction

$
0
0

Dears ,

                as per infotype 0008

                how i can restrict the wage type per user.

 

Best Regards,

Re: Automatic Planned order & purchase requisition

$
0
0

Dear Debraj,

 

I think KK is coorect.

 

If procurement type F then system always generate PR.

 

Regards,

Vaibhav Kurde

The import com.sap.mw cannot be resolved

$
0
0

Hello, sap gurus.

 

 

I got a serious problem, when try to build a DC component, show me "Build failed for corg/capexii/ejb_mv_isg/(corg.com_SOLSMR_1) in variant "default". The build terminated with errors.", also com.sap.mw.jco,* library show me "The import com.sap.mw cannot be resolved", and I know that library come to default into nwds.

 

I got installed NWDS, 7.0.2.16.

 

Enclose images.

 

 

Thank your for hurry, help.

Re: GRAC_INITIATOR_SOD_VIOLATIONS Function Module?

$
0
0

Hi Darnell,

 

the solution suggested in the link the works perfectly, but it calls a different function module

 

the function module GRAC_INITIATOR_SOD_VIOLATIONS' exists, but the note mentions it as a Initiator rule. But after activation of MSMP BC set, the same does not appear, in the list of default Rule ids. So, could you try adding the same, in GRRFNMW_CONFIGURE_WD/GRFNMW_CONFIGURE, and then assign it to Process type: SAP_GRAC_ACCESS_REQUEST

 

Regards

Plaban

Re: G/L account not editable in A/P invoice

$
0
0

Hi Rinat

 

Can you post the screen shot for above error for better under standing.

 

With Regards

 

Balaji Sampath


Re: Period lot size with planning calendar

$
0
0

Hi Veronica,

 

Please check it is assign (Planning Calendar) in material master (MRP - 1 or MRP -2 ) view.

 

Regards,

Vaibhav Kurde

Re: File name when checkin through SAP DB

$
0
0

Hello Anand,

 

Thanks for response. Well these notes do not relate to the issue i m facing. I have issue, that File Name do not show at all, only it mentions where they are saved i.e. in my case SAP-SYSTEM.As you could see from my previous attachment.

 

Thanks

Adnan

Re: Error when trying to open service manager

ABT1N issue with different depreciation areas

$
0
0

HEllo,

 

I have the following case:

 

Company Code 0001 --> Valiuation Plan 1SF --> Depreciation Areas 01, 20, 30

Company Code 0003 --> Valuation Plan 2SF --> Depreciation Areas 01,10

 

Once I run ABT1N the depreciation Areas 01, 20, 30 are transferred from compnay code 0001 to 0003, however depreciation area 10 is still empty. Even with the periodic posting  (TC ASKB) no values are transferrred

 

What has to be done, so that also the depreciation area 10 is filled automatically once ABT1N (inter-Company Transfer) is performed?

Is there a Point in the IMG or do we Need to develop something in this case?

 

Kind regards

Zarko

Re: IRF Fonte - PIS COFINS e CSLL

$
0
0

Olá

 

         A SAP disponibilizou a nota 2188371 - [KBA] Change in withholding taxes with accumulation (up to 5.000 BRL) - Law 13.137 from 19-06-2015.

 

     Att, Marcelo Góis.

Re: AW01N - Simulate Button

$
0
0

Hi,

 

You should be able to run AW01N in debug mode and it should show the programs running. SAPLAFAR is generally involved in a calculation.

 

Brigitte

Re: mass updation for payment method is not updating completely

$
0
0

Hi Rohit,

 

This could have happend since the client might selecting mass change for combination of various Company Code with different Country

 

Reg,

Mohit


Input Controls - 4.1 SP6

$
0
0

Hi,

 

We have recently upgraded our Business Objects to 4.1 SP06 and we have a bizarre behavior ofWebI Reports which are being opened via Portal Page. Portal version is 7.31 SP4.

 

But strangely if I open the same report in BI launch pad it looks ok.

 

the functionality is working ok but the view of the report is different.

 

Did any one face this issue if so what is the solution?

 

Kind regards,

Sarat.

add global custom http header to http response

$
0
0

Hi All,

Is it possible to add a custom http header via a NWA setting on Http Provider service or Web Container service or any other service?

 

Or is it possible to add such a global header via config tool?

 

For ex, I need to add header 'X-Frame-Options' to be included in every response that goes out of WAS and Portal.

 

Thanks,

Rajit

Re: Means of Transport

$
0
0

Hi Ram,

 

Check table /SAPAPO/TRM & /SAPAPO/TR. Then try to connect it with /SAPAPO/MATKEY & /SAPAPO/MATLOC.

 

Regards

Rahul

Re: Data acquisition from HANA and Time Dimensions

$
0
0

There is also another issue i just noticed.

 

I am working with a Measure that should show values in the region of thousands and sometimes millions depending on the dimensions used.

 

But there is no dimension where the values are so small that the µ symbol would apply. But when using some dimensions the Axis scale all the way down to µ level. Is this a bug? How can i report it if it is?

Re: Dynamic checking internal table for empty columns

$
0
0

Hi.

 

You should try field-symbols or dynamic memory.

 

Declare a field symbol and a charfieldname type 30 char (length of your table's name and table's field)

Example

 

DATA: f_myfield(30),

          f_increm_col(3) TYPE  n,

FIELD-SYMBOLS:  <f_value> .

 

BEGIN OF my_new_table OCCURS 0,

         row_num(4) TYPE n,

         col_name (10),

         find TYPE c,

END OF my_new_table.

 

CONSTANTS: col_numbers TYPE i VALUE 5. "In your case.... if you need you can count number of                                                                     "columns dinamically

 

 

Inside your loop do the following

LOOP AT mytab.

CLEAR my_new_table.

ADD 1 TO my_new_table-row_num.

 

CLEAR f_increm_col.

 

DO 1 TO (col_numbers). "Loop through your columns searching for values...

 

     MOVE sy-index TO f_increm_col.

     CONCATENATE 'mytab-col001' f_increm_col INTO f_myfield.

     CONCATENATE 'col' f_increm_col INTO my_new_table-col_name.

     ASSIGN (f_myfield) TO <f_value>.

     IF NOT <f_value> IS INITIAL.

"Your COL001 has got a value and so you can create an entry in your new table

          my_new_table-find = abap_true.

     ELSE.

          my_new_table-find = abap_false.

     ENDIF.

     APPEND my_new_table.

ENDDO.

 

 

ENDLOOP.

 

Hope to help

Bye

Viewing all 8357 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>