Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how this FM V51P_GET_HEADER_DATA will work?

sureshkumar_pnv
Participant
0 Kudos
252

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

1 REPLY 1

iftah_peretz
Active Contributor
0 Kudos
128

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