‎2016 Nov 10 10:13 AM
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
‎2016 Nov 10 4:31 PM
please report your issue at ABAP forum or seek abap expert help.
‎2017 Jan 07 7:18 AM