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

No Data Indicator

Former Member
0 Likes
783

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

3 REPLIES 3
Read only

Former Member
0 Likes
554

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

Read only

Former Member
0 Likes
554

give some short log in bdc

Read only

Former Member
0 Likes
554

This message was moderated.