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

Hi all about Data Dictionary

Former Member
0 Likes
628

Hi all experts ,

This is very urgent.In table T549A, there r only 5 fields.But when i execute, i am getting 6 fields in output.

How is it possible? Can anyone explain me about this issue?

Hoping for your wonderful support,

Regards

Karthik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

Karthik,

What you said is correct, when you exicute T549A table which has only 4 fields on display, but when you exicute you find an extra field ATEXT ( Payer area text ) .

This because the standard program is written such format a when you try to display the contents even the 5 th field gets displayed . The standard report program which runs this process is SAPLSETB. Check this out once and try debugging it you will find a convincing answer.

Reward if found use full.

Cheers,

Ram.

Hi all experts ,

This is very urgent.In table T549A, there r only 5 fields.But when i execute, i am getting 6 fields in output.

How is it possible? Can anyone explain me about this issue?

Hoping for your wonderful support,

Regards

Karthik

3 REPLIES 3
Read only

Former Member
0 Likes
604

Hi Kartikeyan,

Open table T549A -> Goto -> TextTable

there is a text table T549T associated with table T549A.

so u get additional text field when u c the contents of table T549A.

Thanks,

Swati

Read only

0 Likes
604

Hi

Swati Wagh ,

Thanks for ur reply.

how can i take all the values from the table only, bcoz i am using a function module to read the values from the table. In that, if iam giving the table name, it ll fetch the values from the table. so its not fetching the text values from the table.

thanks and regards

karthik

Read only

Former Member
0 Likes
605

Karthik,

What you said is correct, when you exicute T549A table which has only 4 fields on display, but when you exicute you find an extra field ATEXT ( Payer area text ) .

This because the standard program is written such format a when you try to display the contents even the 5 th field gets displayed . The standard report program which runs this process is SAPLSETB. Check this out once and try debugging it you will find a convincing answer.

Reward if found use full.

Cheers,

Ram.