‎2008 Jun 13 5:13 AM
Hi all,
I want to find all the subsequent documents related to material document.
Where should i find the documents related to material document i.e. MBLNR
‎2008 Jun 13 5:48 AM
Hi,
Go to SE15>ABAP dictionary>fields>table fields>
put MBLNR under Field name-->execute
It will show the table name which contains MBLNR
You can also search by description.
Rewards points if satisfied.
Thanks
‎2008 Jun 13 5:16 AM
‎2008 Jun 13 5:48 AM
Hi,
Go to SE15>ABAP dictionary>fields>table fields>
put MBLNR under Field name-->execute
It will show the table name which contains MBLNR
You can also search by description.
Rewards points if satisfied.
Thanks
‎2008 Jun 13 6:30 AM
hi,
check mari table .
go to se15 where you can find table names and field names
and short description,
go to se15.
ABAP dictionary ....... fields ....table fields...... give field name or table name... we will get all related information about the field name and tables .
for eg if we table name Mari.
we will get information about the fields and short description.
for eg if we give field name Mblnr .
we get all list of tables.
‎2008 Jun 14 10:13 AM