Is der any other way or tcode to process the session except
SM35?
Answer Posted / abhi
I think we can use the folloiwng call function to process
the session other than SM35.
call 'BDC_START_GROUP' id 'GROUP' field mtab-groupid
id 'QUID' field mtab-qid
id 'DISPLAY' field amodus
id 'LOG' field lmodus
id 'EXPERT' field d0300-expert
id 'DYSIZE' field ldefsize
id 'ERRORFORCEEND' field d0300-errfend
id 'SIMUBATCH' field opt_simubatch.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What are the properties of selection screen?
what are the important fields while preparing sales order,inquiry?
How can you find the field/data underlying a transaction?
Which commands are used for interactive reports?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What is internal payroll process? : sap abap hr
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
Explain the difference between domain and data element? What are aggregate object?
What are the various types of selection screen event?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What are the relational operations that can be performed on view in sap? : abap data dictionary
What is logical database? : abap hr
How do you write a function module in sap?
What are the two ways for restricting the value range for a domain? : abap data dictionary