2009 Nov 16 7:38 AM
Hi all,
I am looking into a program which uses the following read_text FM
call function 'READ_TEXT'
exporting
CLIENT = SY-MANDT
id = 'ZS13'
language = 'E'
name = w_name
object = 'VBBK'
ARCHIVE_HANDLE = 0
IMPORTING
HEADER =
tables
lines = tlines
exceptions
id = 1
language = 2
name = 3
not_found = 4
object = 5
reference_check = 6
wrong_access_to_archive = 7
others = 8.
read table tlines index 1.
with the above information, how can I find the transaction in which or where the correspoding text is maintained.
Thanks,
Rajan
2009 Nov 17 5:42 AM
Hi Rajan Usman Basha,
There is one trick for it.. it may work for your case
Goto SE11
Table STXH
Enter Object ID
TDOBJECT
TDNAME
TDID
TDSPRAS
And See the value of the field TDMACODE1
Generally it will be T-Code and Program Name combination.. Again it may depend on the configuration...
Just Give a Try for it..
Once you know the T-code... Try to get to the header or item texts Tab
Hope it will solve your problem..
Thanks & Regards
ilesh 24x7
ilesh Nandaniya
Hi all,
I am looking into a program which uses the following read_text FM
call function 'READ_TEXT'
exporting
CLIENT = SY-MANDT
id = 'ZS13'
language = 'E'
name = w_name
object = 'VBBK'
ARCHIVE_HANDLE = 0
IMPORTING
HEADER =
tables
lines = tlines
exceptions
id = 1
language = 2
name = 3
not_found = 4
object = 5
reference_check = 6
wrong_access_to_archive = 7
others = 8.
read table tlines index 1.
with the above information, how can I find the transaction in which or where the correspoding text is maintained.
Thanks,
Rajan
2009 Nov 16 7:47 AM
Hi,
object = 'VBBK' refers to the Sales order Header Text. To find the ID execute tcode VA02 go to->header text. Double click on the texts maintained and check header of the same.
Regards,
Vaishali.
Edited by: Vaishali Rautray on Nov 16, 2009 8:48 AM
2009 Nov 16 7:48 AM
STXH,STXL and STXB are the tables used
and if you want to get the details to be passed to the functional module then,
for example if you want to know the header text used in vlo1n (delivery Order) transaction,
got to vl02n - > enter order no-> choose menu path goto->header->texts
double click on the screen editor.
it will lead you to graphical editor
again choose menu goto->header.
2009 Nov 16 7:52 AM
Hello,
goto the Fm and chec the parametrs import there we have ID that link with structure si THEAD in this we have TDFORM Form Name based on those we can find the tcode using NACE tcode...
Thanks & Regards,
Santhosh R
2009 Nov 16 10:22 AM
I know how to obtain the input parameters for the FM. But, what I want is with the available inputs, I have to find the place where I have to maintain the text.
Thanks,
Rajan
2009 Nov 16 10:59 AM
2009 Nov 17 5:14 AM
Hi Rajan,
As far i know, first drill down step will be the read texts input Name. If we pass the invoice number then we can check in VF02 or if we pass sale order number then we can check in VA02. The next step will be text id. As Vaishali Rautray said, VBBK denotes sale order header text and VBBP denotes sale order item text. You can find the same in invoice also.
2009 Nov 17 5:42 AM
Hi Rajan Usman Basha,
There is one trick for it.. it may work for your case
Goto SE11
Table STXH
Enter Object ID
TDOBJECT
TDNAME
TDID
TDSPRAS
And See the value of the field TDMACODE1
Generally it will be T-Code and Program Name combination.. Again it may depend on the configuration...
Just Give a Try for it..
Once you know the T-code... Try to get to the header or item texts Tab
Hope it will solve your problem..
Thanks & Regards
ilesh 24x7
ilesh Nandaniya
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |