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: 

delivery item

Former Member
0 Kudos

Hello Friends,

*What is Xlips in the following code*

form userexit_save_document_prepare.

case xlips-pstyv.

when 'TAX' or 'REX'.

  • Accept this two Delivery item category

when 'REN'.

if xlips-lgort = space.

  • Reject this Delivery item category

message e001.

endif.

when others.

if xlips-matnr <> space.

  • Check storage location not space

if xlips-lgort = space.

message e002.

endif.

  • Check delivery quantity not zero

if xlips-pikmg < 1.

message e003.

endif.

endif.

endcase.

endform.

1 REPLY 1

ravishankar_reddy2
Active Participant
0 Kudos

Hi

Xlips is structure. In user exits we have to call these structures.

these are in standard programs.

we have to pass the values to these structures only.

regards,

ravi shankar reddy