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 two levels in defining a match code? : abap data dictionary
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
What are the 3 types of tables in sap? : abap data dictionary
How can we access the correction and transport system?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What are the different types of laws. What are they?
What are the types of the programming language used in the sap abap software?
Can you define a field without a data element? : abap data dictionary
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What is sap script? Describe its components.
How do you find the information on the current screen?
To how many tables can an append structure be assigned. : abap data dictionary
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What are the different window types in sapscript?
What are the functional areas, user groups? How does abap query work in relation to these?