What are the FM you used in Session method?
Answers were Sorted based on User's Feedback
bdc_open_group:
this function module is used to open the session.
parameters related to this function module are
client:sy-mandt
uname:sy-uname
holddate:sy-datum
group: <groupname>
keep: 'X' / ' '.
2)bdc_insert:this function module is used to insert the
values to the session
parameters related to bdc_insert are
tcode: mention the transaction code
dynprotab: mention the internal table having structure like
bdcdata.
3)bdc_close_group:
when ever u open the session it is must to close
the session
Is This Answer Correct ? | 10 Yes | 1 No |
THE FM'S USED IN SESSION METHOD ARE OPEN_GROUP,
INSERT_GROUP, CLOSE_GROUP.
AT THE PLZ TRY TO CLOSE THE SESSION.
Is This Answer Correct ? | 1 Yes | 5 No |
What event is trigger wen screen is displayed?Before displaying Initailization and Pressing enter At selection- Screen..............But at the selection displayed and we are entering values naa that time?
What will happen when we use fully buffered in abap?
how to create a button in selection screen?
singleton class
What are the views when we are creating Material ?
What is transparent table?
what is the difference between Blocked ALV and interactive ALV?
What are the requirements a dialog program must fulfill?
What is the difference between a structure and a table?
how to upload logo in the smart forms
How to debug a script in abap?
how to debug the smartform? plz tell me step by step process or screen shots?