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 |
Explain the different types of data dictionary objects?
What are the components in sap application server?
how to find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.
Name 5 custom objects that dont start with Z or Y ?
what r clients?what r the clients number available in a company?eg..800 client is for which application??
How will you read from internal table records in a given value range (without using loop)
What is runtime analysis?
i have 3 screens say S1,S2,S3 and i want to validate only S3.What code shud i write in the flowlogic of the screen??
2 Answers Siemens, Tech Mahindra,
if i login in english then top-of page will display in english.if i login in german then it will display in german as on .. abap report how.........
Explain how do you get output from idoc?
what is the purpose of table maintanance,(i think it's for authorizarion purpose) what is ment by authorization?
What are ranges? What are number ranges?