How to get the table name linked to a item?
cedric therency
I wanna know how to retrieve the name of the table that linked to a item?For example in the SAP's status bar we can read something like that:
[Form=-139 Item=U_tot_Liv Pane=0-1 Variable=1 ORDR, U_tot_liv]
in blue the item UniqueId and I want to retrieve the name of the table in red?
I found "Item.description" in c# but it returns juste the item UniqueId
Thanks for your help!!
Manuel Marhold
Hi,Item.DataBind.TableName should the Property you need.
0
Please sign in to leave a comment.
Comments
0 comments