Hi Experts,
I hv written a routine in VOFM tx. But, am getting the created INCLUDE name starts with "R*", like, RV61B123. But, it shuld look like as LV61B123.
The navigation am following is,
VOFM
-> Menu
->Requirements---->Output control
Purpose: If the staging area on the delivery header is SC*, then the output should be created.
My code is,
IF LIKP-LGBZO = 'SC*'.
SY-SUBRC = 0.
ELSE.
SY-SUBRC = 4.
ENDIF.
so, request u that, let me know,
1 - Why am getting this name starts with R
2 - How to get "L" name
3- I kept the break-point here, so, How shld I trigger it? from VA03? VL03?
4- If I run VA03, am getting dump, saying that, LIKP-LGBZO is not defined, so, let me know that, Wht is the name of DELIVERY HEADER structure is available at this point
thanq