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
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Explain badi in abap.
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is a bsp application? : sap abap hr
What are logical databases? : abap hr
Difference between /N and /BEND?
What are the value tables?
What is a view in sap? : abap data dictionary
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
How are BAPI different from normal function modules?
How you attach search help to data element? : sap abap data dictionary
Explain the different types of screen keywords?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
How to create a check box/option button in a list?