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


Please Help Members By Posting Answers For Below Questions

What is a fall back class?

1017


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?

592


What does the insert statement in extract datasets do?

624


What is view? Different types of view. Explain?

583


What is the significance of hide?

580






how 2 create the normal form by using functional module

2136


Explain what is the step-by-step process to create a table in data dictionary?

629


Have you set up a back ground job? How to create a background job without a variant ? : abap bdc

595


Tell me a scenario where did you use secondary index?

629


What are the components of sapscript?

626


Explain the advantages and disadvantages of different types of bdc's?

603


From Excel to ABAP - Is batch mode possible ?

580


What is meant by stacked list?

596


Explain what are standard layouts sets in the sap script?

937


What are the steps in creating screen ?

1463