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 function of a data element? : abap data dictionary
What are the steps to be followed to set lockobjects? : sap abap data dictionary
How to add a column to a table control while using alphanumerical layout editor ?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What are the various events associated with screen programming?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What is the length of function code at user-command?
What are base tables of an aggregate object?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What are types of select statements?
Tell me a scenario where did you use secondary index?
How many ways can a sap system be accessed?
Difference between domain and data element? What are aggregate object?
How to combine multiple order in one Delivery ( Step by Step)?