In the function module for reading text from the S.O header what
needs to be specified?
Answer Posted / mlganesh
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 |
Post New Answer View All Answers
what is the transaction transaction for setting parameters rdisp/buffermode
What is the transaction code to display the payroll results ? : abap hr
how to see the table output?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is your approach for writing a bdc program? : abap bdc
What are local objects?
Explain the Importance of pa20? : abap hr
What is difference between check table and value table ?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What is the significance of delivery class? : abap data dictionary
Can we reuse a userexit?
Explain what is an rfc?
What are Delivery classes? What data will you want to transport during client copy?
What are the prerequisites for creating foreign key relationship?