i got an issue regarding creating temporary sales order nummber
the code is below :-
IF SY-UCOMM = 'SAVE'.
DOC_NUM TYPE CHAR10.
SELECT MAX( ZVBELN ) FROM ZLIPS INTO DOC_NUM WHERE VBELN = WA_ZLIPS-ZVBELN. WA_ZLIPS-ZVBELN = DOC_NUM + 1 . BRE...
Runtime Errors PERFORM_NOT_FOUNDExcept. CX_SY_DYN_CALL_ILLEGAL_FORM
Short text Call (PERFORM) to a non-existent routine.
Error analysis An exception occurred that is explained in detail below. The exception, which is assigned to class 'CX_SY_DYN_...
Hello.
I am making a class builder for the base quantity and required quantity should be same in PP. But if shows error
Please help.
SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S31 { font-style...
requirement :develop a report alv report which stores temporary sales number when click on save button.full code:-
TYPE-POOLS SLIS.
TABLES: VBAP, MAKT, ZLIPS.
*DATA:LV_TEMP(10) TYPE C.
TYPES: BEGIN OF TY_VBAP,
VBELN TYPE VBELN, "SALES ORDER
POSN...
problem is when i click on save button the program should generate automatic number and save in ztable.but when i click on save button it didnot generate any number .