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

BDC Session

Former Member
0 Likes
454

Hi Friends,

In BDC session is used to perform huge database updations using more than one transaction and which will last for a long time.Can you please expalin me how is this possible in Session method.

Reagrdsm

Dinesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
427

Hi,

In session method basically what you will do is, you populate the fields (data) of the screens and submit the job to run in back ground, then it will update them one by one.

Ex: see in MM01 you can straight away create one material at one time, but screens and fields involved are more and it is bit complex.

So when you want to create materials in mass (could be existing in legasy system) you will simulate screen movements and mandatory fields either by recording (SHDB) or manually walking over all the screens required and mandatory fields. This is equivalent crerating a session. Once data is added from file then there would be multiple sessions and if more than one transaction is used you have to code them in the order of dependencies.

Finally all will be processed ususally in BG mode as it is a huge process of time consuming.

Please feel free to revert in case more elaboration is needed.

-B S B

3 REPLIES 3
Read only

Former Member
0 Likes
427

Hi Dinesh,

Please refer to the thread below -

Reward points if found useful...!

Cheers

Abhishek

Read only

Former Member
Read only

Former Member
0 Likes
428

Hi,

In session method basically what you will do is, you populate the fields (data) of the screens and submit the job to run in back ground, then it will update them one by one.

Ex: see in MM01 you can straight away create one material at one time, but screens and fields involved are more and it is bit complex.

So when you want to create materials in mass (could be existing in legasy system) you will simulate screen movements and mandatory fields either by recording (SHDB) or manually walking over all the screens required and mandatory fields. This is equivalent crerating a session. Once data is added from file then there would be multiple sessions and if more than one transaction is used you have to code them in the order of dependencies.

Finally all will be processed ususally in BG mode as it is a huge process of time consuming.

Please feel free to revert in case more elaboration is needed.

-B S B