Application Development 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: 

Need some coding help in SAP BI

venkatesh_veera2
Participant
0 Kudos

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

2 REPLIES 2

RamanKorrapati
Active Contributor
0 Kudos

please report your issue at ABAP forum or seek abap expert help.

umayaraj
Participant
0 Kudos

Hi Nag,

Use select with inner join ,it's full fill your requirement .

Thanks,

Raja