‎2007 Aug 14 12:29 PM
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
‎2007 Aug 14 12:32 PM
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
‎2007 Aug 14 12:32 PM
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
‎2007 Aug 14 12:41 PM
‎2007 Aug 14 4:45 PM
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
‎2007 Aug 14 12:36 PM