cancel
Showing results for 
Search instead for 
Did you mean: 

extractor for SCM T.Code /INCMD/UI

KulDeepJain
Active Participant
0 Kudos

Hi All,

According to my requirement I have to get all details to SAP BW server which is being displayed in Interchangeability Groups (/INCMD/UI).

I have debug this t.code and got some tables, but now i dont know what is the relations in this tables.

what tables are for what purpose. There is now functional SCM consultant.

Need all your guidance to extract this data in SAP BI so further consistent reporting can be made.

Thanks,

KD J

Accepted Solutions (0)

Answers (3)

Answers (3)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

From  T code front end screen, with help of F1, get the fields and source table.

One you got the source table, check with users about which fields they need.

By seeing table and similar fields you can find their relations

Or by using SE11 creating View option also you can find the relations between tables.

or take abap expert to find relations between tables.

Thanks

KulDeepJain
Active Participant
0 Kudos

Thanks Ramanjaneyulu,

Thanks for reply, I am doing same : Debugging, Field press F1 and where used list and all.

But relations ship is the critical thing. This is not getting clear.

Thanks,

KD J

RamanKorrapati
Active Contributor
0 Kudos

Hi,

After pressing F1, you can click on technical settings/information(wrench symbol) there you can source table name and field.

About relations why its critical.

Once you got the tables then by using SE11 you can find relations between those tables thru View.

Or with help of source team you can ask relation between those tables.

Thanks

KulDeepJain
Active Participant
0 Kudos

Any help... to understand this T. Code atlease

KulDeepJain
Active Participant
0 Kudos

Please gimme some hints to complete this...