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
How many primary keys can be created for a table?
What are pooled tables?
What are the advantages of logical databases?
Final class
What are logical databases? What are the advantages of logical databases?
What is a fall back class?
What are the attributes of the data in data dictionary? : abap data dictionary
Have you printed any report?
How do you find if a logical database exists for your program requirements?
How do you use tab sets in layout sets?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How to handle error in session method? : abap bdc
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 do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
What are hashed tables?