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

submit report

Former Member
0 Likes
702

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
684

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

5 REPLIES 5
Read only

Former Member
0 Likes
684

HI,

SM35

Read only

Former Member
0 Likes
684

Hi ,

Try using IMPORT EXPORT statement.

refer these links.

[;

[;

Hope this helps.

reagrds

Sourabh Verma

Read only

Former Member
0 Likes
685

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

Read only

Former Member
0 Likes
684

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.

Read only

Former Member
0 Likes
684

thank u all , got it myself