2008 Mar 28 11:16 AM
hi all,
i have submitted RSBDCSUB in a session method bdc and i can get the selection screen. here i want to pass the session given in the program by default into the selection screen. what is the code?
points will be rewarded
thank u
2008 Mar 28 11:58 AM
Hi ,
Use this code.
SUBMIT RSBDCSUB with MAPPE = session name
with VON = date
with BIS = date.
If you want for other fields also use the condition using WITH.
Regards
Sunil Kumar P
2008 Mar 28 11:17 AM
2008 Mar 28 11:43 AM
2008 Mar 28 11:58 AM
Hi ,
Use this code.
SUBMIT RSBDCSUB with MAPPE = session name
with VON = date
with BIS = date.
If you want for other fields also use the condition using WITH.
Regards
Sunil Kumar P
2008 Mar 28 12:02 PM
Hi,
use IMPORT/EXPORT as like follows.
At first just find the memory variables of the parameters to whom you want to pass the values without calling the selection screen. Then do the following.
main program.
export <value> to memory id 'test'.
submit program RSBDCSUB and return.
Regards,
Sanki.
2008 Mar 28 12:12 PM