how can u write in single program call transaction and
session method logic? if u
Answers were Sorted based on User's Feedback
Answer / pankaj choudhary
Hi
It is possible to use : call transaction , and session
method in the same program.
First , try posting using call transaction,
if sy-subrc is ne 0.
save bdctab.
open a BDC session.
insert data.
and close session.
endif.
thanks
Pankaj
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / raju
THIS TYPE OF PROGRAMING IS USED WHEN 1/2 RECORDS ARE
REQUIRED TO TRANSFER.FOR THIS FIRST WRITE PGM FOR S.M &
THEN FOR CTM.
Is This Answer Correct ? | 0 Yes | 2 No |
What are the tables using in diff modules like SD, PM, MM, QM AND FICO? give me some example names ? Do we need to use the existing tables in R/3 most of the time?
Can you call a bdc from a report program ?
Can i Have Some Examples on Enhancements.
how to get the pop up screen ?the first screen as display button ,if we press that button then pop up screen has to come with same information?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
WHAT IS THE USE AND DIFF B/W INSERT, UPDATE AND MODIFY WHILE UPDATING THE DATABASE TABLES?
What event is trigger wen screen is displayed?Before displaying Initailization and Pressing enter At selection- Screen..............But at the selection displayed and we are entering values naa that time?
How to transfer the objects? Have to transferred any objects?
What are the difference between tables and structures? : abap data dictionary
what is the Currency and Quantity field in BDC?
What is the difference between data elements and domains? : abap data dictionary
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
Which event in Reports is equal to PBOin Module Pool Program?