‎2007 Jan 25 6:08 AM
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
‎2007 Jan 25 6:34 AM
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
‎2007 Jan 25 6:17 AM
‎2007 Jan 25 6:21 AM
hi,
check this link
http://help.sap.com/saphelp_47x200/helpdata/en/69/c2508f4ba111d189750000e8322d00/frameset.htm
pLZ reward ih helpful.
‎2007 Jan 25 6:34 AM
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