2012 Sep 19 9:25 AM
Hi All,
How this FM V51P_GET_HEADER_DATA will work?
how this FM is getting information, something like delivery number.
please help me.
Thanks in an advance,
Suresh
2012 Oct 02 9:59 PM
Hi,
Your question is not clear,nonetheless this function is used to get the Buffer status of GS_HEADER51 (Handling Unit (HU_)Processing: General Header Data) .
An example for its use:
data
ls_header51 TYPE header51.
CALL FUNCTION 'V51P_GET_HEADER_DATA'
IMPORTING
es_header51 = ls_header51.
Best,
Iftah