Hi Gurus,
I got a requirement in my project.
I'm having two tables AUFM, AUFK, AFRU, CRHD, CRTX.
1ST:
Table -> AUFM:
WERKS (plant)
MATNR (matnr)
AUFNR (order)
want to get order type from table -> AUFK
Common fields in both the tables (AUFNR,WERKS)
if plant and order are same in both the tables then we need to extract AUART (Order type ) from the table AUFK.
2ND :
Table: AFUR
Fields:
WERKS (plant)
BUDAT (posting date)
AUFNR (order)
ARBID( Object ID)
Want to get work center form table CRHD.
Common fields in both the tables (ARBID)
If ARBID(Object ID) is same in both tables we need to extract Work center(ARBPL) from CHRD.
This is the requirement and for this i'm planning to go with generic extarctor (function module). Can some one please help me on this coding part.
Is there any other option apart from function module for this requirement?
Kind Regards.
N