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: 

global data definition

Former Member
0 Kudos

hi!

in enhancment IWOC0002 there is component

EXIT_SAPLIQS0_001 i have to create it, and in the importing fields there is field T35-AKTYP, i have to activate it as global parameter.

i wanted to know how and where i need to declare it.

do i have to declare in include LXWOCTOP and create the include ZXWOCTOP.

how can i declare this field so it will have a value in the userexit?

regards

yifat

2 REPLIES 2

Former Member
0 Kudos

Hi,

Declare it in the *TOP include file..

It should be availble globally then..

Regards,

Tanveer.

Please mark helpful answers

Former Member
0 Kudos

Hi Yifat,

Yes you are correct define the data in the LXWOCTOP under the include ZXWOCTOP.

ZXWOCTOP is meant for defining customer global data.

Cheers

VJ