Application Development 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: 

how to find transparant table

Former Member
0 Kudos

Hi guru, need some help.

I know a little bit ABAP, and I got problem to find the table name.

I want to know what is the transparan table and field name

for item category :

SPRO->Materials Management->Purchasing->Define External Representation of Item Categories

then select itmCat(int) = 1, itmCat(ext)=B, text item category=Limit

select detail than at button Invoice receipt and field PO Item linked

if i click on PO item link and press help and see technical information , system

give me only : struct. RM06C, field : EBLAN, and Data element RBLAN,

when I tried to where-use-list EBLAN or RBLAN, but I did not get the

transparant table,

somebody can help where do the information were save ?

I mean what table are they using ?

thank you a lot.

3 REPLIES 3

amit_khare
Active Contributor
0 Kudos

Check table T163 & T163Y.

Basically EBLAN is assuming one of the 4 values based on certain conditions. Those values are not coming from any Table but are hardcoded in the program written for this activity.

Regards,

Amit

Reward all helpful replies.

0 Kudos

Thank you sir,

if it is not save in the table, how to give this field value to be check ?

in my system, it's not check, but one of my friend's system was check,

when I want to create an blank PO, i got an error ?

please guide me, what is the criteria so the field

PO item linked at Invoice receipt is check ?

Thank you again.

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check tables T163 and T163Y.

Regards,

Ferry Lianto