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: 

EQUNR against ARBPL

Former Member
0 Kudos

Dear Gurus,

In my process --> unique equipment no ( EQUNR ) is maintained against each work center ( ARBPL) (transaction IE03)

I need to extract EQUNR against ARBPL ( ARBPL number is known)

Please help in provide the methodology -- from which tables ???

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Look at standard report RIEQUI20, this report (used in search help has the ARBPL select-options)

You may either

- analyse the report and perform the same logic (source analysis, SQL trace or debug)

- call the report and import the result (look at BAPI_EQUI_GETLIST to get a sample how to call this report and receive the results)

Regards,

Raymond

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Look at standard report RIEQUI20, this report (used in search help has the ARBPL select-options)

You may either

- analyse the report and perform the same logic (source analysis, SQL trace or debug)

- call the report and import the result (look at BAPI_EQUI_GETLIST to get a sample how to call this report and receive the results)

Regards,

Raymond