ganesh


{ City } bangalore
< Country > india
* Profession * abap consultant
User No # 36545
Total Questions Posted # 7
Total Answers Posted # 2

Total Answers Posted for My Questions # 22
Total Views for My Questions # 66029

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 1
Questions / { ganesh }
Questions Answers Category Views Company eMail

I have 2 transactions,the output of 1st transaction is input of 2nd transaction.In this senario...Which method we use to upload the Data,Call trans or Session maethod?How?

HP,

4 SAP ABAP 6539

In Table Maintaince Generator for a table i need some fields to be filled default,like date from sy-datum.........when the displays initailly....HOw

HP,

2 SAP ABAP 5376

Which event in Reports is equal to PBOin Module Pool Program?

HP,

8 SAP ABAP 12486

IN Smart Form how many windows are there explain them each? Upto how many main windows we can place in Smartform?

Accenture, HP,

4 SAP ABAP 15691

How to create Extended Idoc?

HP,

2 SAP ABAP 6865

In MPP,i have to create a input/output Button when i click ther i have to move some other transaction How?

HP,

1 SAP ABAP 4683

What is the diff b/w load of program and Initailazatio Events? Which event triggers each time we exectute the program?

HCL, HP,

1 SAP ABAP 14389




Answers / { ganesh }

Question { IBM, 5606 }

In the function module for reading text from the S.O header what
needs to be specified?


Answer

Using "Read_Text" Functional Module we can read the S.O Header
Text,Before that we have find the Object name and Id,That can
be acheived by using SE75(Sap Scripts Setting).Select object
name and Id's option and Click on display,Then
From the application Toolbar click on Find type Sales
order,select the sale order header from that list.note down
the object name and id.......

Execute the Read_text From SE37.
Provide the Sales Order No,Object name and Id number.
Execute we can get the S.O header text from here.

Is This Answer Correct ?    4 Yes 1 No

Question { HP, 6539 }

I have 2 transactions,the output of 1st transaction is input
of 2nd transaction.In this senario...Which method we use to
upload the Data,Call trans or Session maethod?How?


Answer

Sory Vaidehi,Session method is Asyn Process and Sync Update.how the 2nd Transaction take the input from the 1st transaction?if suppose 2nd transaction fails to update the Db,will the 1st Transaction rolls back or it writes to the Db?

Is This Answer Correct ?    1 Yes 0 No