Application Development and Automation 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: 
Read only

Access a variable from other include

Former Member
0 Likes
363

Hi,

I have a copy countrol routine(901) which is called from a sub routine. and subroutine is called from a FM.

The include in which I have the FM is called has a intenal table(XKOMV).

I want to access this internal table(XKOMV) in copy routine 901?

Any help on how to access that XKOMV in 901?

Thanks in Advance,

Rohan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
342

Hi,

Include that include in your code.

INCLUDE <include name>.

Hope it helps.

2 REPLIES 2
Read only

Former Member
0 Likes
342

HI Rohan,

welcome .

see this link

help.sap.com/bp_bblibrary/500/Documentation/GF1_BB_ConfigGuide_EN_KO.doc -

help.sap.com/bp_bblibrary/500/documentation/CP_Quick_Guide_EN_MX.doc -

thanks

shanakr

Read only

Former Member
0 Likes
343

Hi,

Include that include in your code.

INCLUDE <include name>.

Hope it helps.