Application Development and Automation 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: 
Read only

BAPI_OBJCL_GETDETAIL Function Module

Former Member
0 Likes
863

Quick Question - I am selecting a large chunk of data from my MARA Table (General Material) and I'm calling the BAPI_OBJCL_GETDETAIL Function Module.

This function module processes very slow for me, I was just wondering if there are any other alternative FM's which I could possibly use.

This would help me retrieve our product hierarchy information quicker.

Thank you!

1 REPLY 1
Read only

ferry_lianto
Active Contributor
0 Likes
575

Hi Ryan,

I think it is quicker to query on tables AUSP and CABN.

AUSP-OBJEK = MATNR

Get the value of ATINN and ADZHL from AUSP for the above value and you should be able to query CABN using these values.

Hope this will help.

Regards,

Ferry Lianto