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

search obj type

Former Member
0 Likes
659

how to search an object type if i know only name of object.

e.g suppose i know z_obj but the type i.e. if it is table or structure etc.

then where shall i search

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
611

Hi

In Se16 Enter that object in OBJECTNAME field of TADIR table and get the Object type

if it is table TABL etc

<b>Reward points for useful Answers</b>

Regards

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
612

Hi

In Se16 Enter that object in OBJECTNAME field of TADIR table and get the Object type

if it is table TABL etc

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
611

thanks

Read only

0 Likes
611

REPORTS TO BE CREATED

1. PRODUCTION ORDERS AND DETAILS OF COMPONENTS

2. PRODCUTION ORDER RESERVATIONS.

The data for this reports are fetched from RESB and AFKO TABLES.

To track the changes in RESB table.

Addition of the components manually in the production order, we can track through the change date for master data field (AUFK – AEDAT). For each time when we are adding the components, the system will create a new line item in RESB – OBJNR. BY change mode only we can add the new components in the production order.

Planned order reservation changes we can track through the MRP date (MDKP – DSDAT

FROM THE ABOVE INFORMATION

1. i have to pull the data for production orders and details of components. ie from table RESB ONLY

2.I have to pull the data for reservation of production orders from RESB & AFKO table

how should i create a generic datasource with above information without failing to pull deltas

Read only

Former Member
0 Likes
611

see TADIR table gve obj type