Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table T053R

Former Member
0 Likes
1,888

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,355

Hi Srinivas,

Use the Table


T053S            " --->Classification of Payment Differences (Texts)

Thanks,

Chidanand

3 REPLIES 3
Read only

Former Member
0 Likes
1,356

Hi Srinivas,

Use the Table


T053S            " --->Classification of Payment Differences (Texts)

Thanks,

Chidanand

Read only

raja_narayanan2
Active Participant
0 Likes
1,355

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

Read only

Former Member
0 Likes
1,355

that is coming from Text table, Just go menu Goto->Text table

and see..