Hi ExpertsWhen I use MB52 for a full query and there is a error ' SQL error "SQL code: 4" occurred while accessing table "NSDM_E_MSPR".' Can you help me .
Hi Experts I debug sap interface programe . But I don't debug it . The error is that 'eclipse abap Breakpoint is not effective'. Can you help me ? Thanks The screenshot is following:
Hi Expert
In the default we save the data with time stamp in the field . it is saving with UTC+1 . Because my location is the China.How to modify it with UTC+8 ? Thanks
Hi Expert
The goal is that add a 'Filter ' in the CS20 . And I can query Bill of Material .Can you help me ?
How to finish it ? The function is done by ENHANCEMENT ? Thanks
Hi Expert
My steps is following:
The first
The second
The Third
When I click enter , there is some following error.
When I debug it I run Call customer-function '901' . Which enhancement is used here ? Thanks .
My Functi...
This is demo for testing
REPORT ZJGLTEST01.
DATA:BEGIN OF GW_DATA,
BUKRS(50) TYPE C,
ANLN1(50) TYPE C,
END OF GW_DATA.
DATA:BEGIN OF GT_DATA_FIN OCCURS 0,
BUKRS_FIN LIKE ANLA-BUKRS,
ANLN1_FIN TYPE ANLA-ANLN1,
END OF ...
Hi Sandra RossiBefore I ask the question, I have used the method. Sometimses the bukrs is over 100 . I think the method is not fit. The code is following. Now the bukrs is not over 6.
DATA: BUKRS_STR(60) TYPE C ,
SIGN(1) TYPE C ...