‎2008 Nov 03 2:56 AM
Hi,
I need to get an entry from an entry in table T053R, in this table defination there is no field with TXT20,But when the entries are displayed,the field TXT20 with data appears.
I want to get the data of TXT20 from table T053R,how can i do this.?
Please help me out regarding this.
Regards
Srinivas
‎2008 Nov 03 2:59 AM
Hi Srinivas,
Use the Table
T053S " --->Classification of Payment Differences (Texts)
Thanks,
Chidanand
‎2008 Nov 03 2:59 AM
Hi Srinivas,
Use the Table
T053S " --->Classification of Payment Differences (Texts)
Thanks,
Chidanand
‎2008 Nov 03 3:52 AM
Hi.....
Try this query.....
SELECT A~BUKRS "company code
A~RSTGR "Reason code for Payments
B~TXT20 "Reason code short text
INTO TABLE <YOUR INTERNAL TABLE>
FROM T053R AS A INNER JOIN
T053S AS B ON ABUKRS EQ BBUKRS
WHERE B~SPRAS EQ 'E'.
Hope this will help you....
Thanks & regards
Raja
‎2008 Nov 03 4:44 AM
that is coming from Text table, Just go menu Goto->Text table
and see..