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

Is batch input same as session method of BDC?

Former Member
0 Likes
514

Hi all,

Please clarify this doubt of mine. If they are not exactly the same then please point me to files or links about the two.

Thanks,

Charles.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
476

charles,

Both r same u can call batch input or session method.

BATCH INPUT is an intermediate step between internal table and database table. Data along with the action is stored in session ie data for screen fields, to which screen it is passed, program name behind it, and how next screen is processed.

~~Guduri

Hi all,

Please clarify this doubt of mine. If they are not exactly the same then please point me to files or links about the two.

Thanks,

Charles.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
476

Yes, these two referr to the same thing.

Regards,

RIch Heilman

Read only

Former Member
0 Likes
477

charles,

Both r same u can call batch input or session method.

BATCH INPUT is an intermediate step between internal table and database table. Data along with the action is stored in session ie data for screen fields, to which screen it is passed, program name behind it, and how next screen is processed.

~~Guduri