‎2007 Dec 21 9:11 AM
hi experts i m new to BDC,
when we execute any BDC program , one screen appears which asks us to select either 1) Call by session or 2) Call by Transaction,
in that screen,
can any body tell me the meaning and relevance of
1) No data Indicator
2) Short Log
3) Keep Session
4) Lock Date
‎2007 Dec 21 10:49 AM
Hi
Your program can work for both call transaction and session method.
If you select call transaction, your program directly call the transaction and update the data into it.No need consider 1) No data Indicator
2) Short Log
3) Keep Session
4) Lock Date
these all r related to session method. If you select session method, your program will be created sessions once it executed.
1) No data Indicator - give '/' here. if you are not populating any fields then it will take '/' there
2) Short Log -- if you want to maintain the log then select this option
3) Keep Session -- if you select this all the sessions which are created through ur program will be displayed in SM35
REWARD IF IT IS USEFUL
Thanks
Siva kumar
‎2008 Feb 26 4:51 AM
‎2011 Feb 16 1:10 PM