‎2008 Mar 13 10:41 AM
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,
‎2008 Mar 13 11:25 AM
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?
‎2008 Mar 13 12:55 PM
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,
‎2008 Jul 04 8:39 AM
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