dear PLS TELL ME,COMPLETE PROCEDURE OF SESSION METHOD STEP
WITH CODE .MY ID: zaheer_guts@yahoo.co.in
Answer Posted / prabhu das
call transation session
---------------- -------------------------
1.synchronization is optional 1.only synchronizations
2.error handle explicitly 2.error log created
3.faster and less amount of 3.slow and we can
transfered
data can be transfered large data.
4.it can process single transa 4.we can process multiple
cations transactions
5.sy-subrc is returns 5. no sy-subrc
coding of call transations
-------------------------
1.we have a flat file with specifed locations
2.we have to declare internal tables like.
frist one is flat file length.
second is to define structures of itab2.
third is define bdcdata
fourth is bdcmsgcall.
3.we can use call functions like upload,ws_upload,gui_upload
4.we can spilt the flat file data to itab2 structure.
5.we can give the pool file name and screen fields with
subroutines.
6.we can call the screen like that.....
call transations <tcode> using bdcdata
mode < A/E/N>
update <A/S>
message into internal tables.
7.we can define code inbetween form ..... endform.
session method
-------------
1 to 4 steps is same.
5. call the functions module bdc_open_session
6. call the functions module bdc_insert
7. call the functions moudle bdc_close_session
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the domains and data elements?
What is meant by search help? : sap abap data dictionary
Can I execute user exits? If yes, how?
How the transaction that are programmed by the user can be protected?
What is the collect statement? How is it different from append?
How to determine the attributes of an internal table?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is the syntax for call transaction? : abap bdc
What is help view?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What are the different types of abap/4 programs?
What happens if a function module runs in an update task?
What is maintenance view?
Explain what is sequence of event triggered in report?