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

subscreen

naveenvishal
Contributor
0 Likes
545

hi,

im calling the subscreen as follows:

call subscreen: a including sy-repid '1000',

b including sy-repid '1001',

c including sy-repid '3001',

d including sy-repid '1001',

e including sy-repid '1001'.

b,d,e calling the same subscreen.

I want to pass a parameter such that the screen called can be bifurcated (since there pbo & pai will be same in case of 1001), so that data can be saved based on that paramanter....

I dont think we can pass any variable in the call subscreen stmt, as it is not taking more that 2 arguements ( that too only sy-repid and subscreen no)...

Thanx,

3 REPLIES 3
Read only

Former Member
0 Likes
524

can oyu please clear something.

whether these screens are in a tab ?

and how u wanna call these scrteens menas on what basis you want the screens to be displayed?

Read only

0 Likes
524

yes, these screens are in tabs...

I want to pass a variable such that the sub-screens 1, 3 and 4 can be bifurcated..becz all these screens points to 1001 and thus have same pbo and pai.. not to save data differently from these screens, a differentiating parameter should be passed..how can i do that..

Thanx,

Read only

naveenvishal
Contributor
0 Likes
524

well, the parameters cant be passed thru when calling a subscreen.

fortunately, i requirement reduced to a single subscreen, than god..

Thanks for posting,

Regards

Naveen Vishal