Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can u write in single program call transaction and
session method logic?
if u write logic in call transaction ,is there any errors ?
how can u see in session ?

Answer Posted / raghava reddy

SITUATION..........IF U HANDLE THE ERRORS IN CALL
TRANSACTION WE HAVE SEVERAL WAYS

1)USING FORMAT_MESSAGE
2)WHATEVER U GET THE ERRORS IN CALL TRANSACTION,SIMPLY PASS
THOSE ERRORS TO SESSION METHOD

................THIS IS THE SITUATION OF BOTH ARE USING IN
THE SAME PROGRAM...OK

WRITE THE LOGIC FOR CALL TRANSACTION
-------------
---------
---------
----------
CALL THE CALL TRANSACTION

IF SY-SUBRE < > 0.

......MEANS THE ABOVE STAT NOT EXECUTED
SUCCESSFULLY....MEANS WE GET THE ERRORS IN CALL TRANSACTION
METHOD...OK

SIMPLY PASS THOSE ERRORS TO SESSION METHOD


LIKE THIS...............

.............

CALL THE TRANSACTION BY USING

BDE_INSERT
......PROVIDE THE INPUT...........OK

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What two statements would be used to exchange data between programs using abap memory?

1042


Can a filed occur in several field groups? : abap modularization

1149


Tell me a scenario where did you use secondary index?

1096


In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?

1518


What is the syntax for ‘call transaction’?

1183


While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization

1160


How do you populate data into a multiple line field? : abap bdc

1179


What are the two methods for modifying sap standard tables?

1432


What are data classes? What are the various data classes available for selection? : abap data dictionary

1065


It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization

1431


Which transaction code can I use to analyze the performance of abap program?

1072


What are the differences between se01, se09 and se10?

1069


What is the difference between tables and structures?

1178


What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary

1936


How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization

1121