What are the FM you used in Session method?
Answer Posted / saai
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 |
Post New Answer View All Answers
Rp_provide_from_last contains how many parameters ? : abap hr
What are control tables?
Persistent class
What is the difference between synchronous and asynchronous update?
what is field string ? & where we are using field strings?
Explain the advantages/disadvantages of logical databases?
what are the important fields while preparing sales order,inquiry?
What are the different types of locks? : abap data dictionary
How to get that a secondary index is attached to a select query?
What are the various events associated with screen programming?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What is the syntax for ‘call transaction’?
What is a table pool?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
Explain the function module in bdc?