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: 

F.M / BAPI / BADI for company code is given and find list of material disp

Former Member
0 Kudos

Hi All,

I need a F.M / BAPI / BADI for company code, when data entered in the company code. I need list of materials can be displayed.

Thank you,

Dinesh.

Edited by: dinesh reddy on Nov 11, 2009 7:58 AM

4 REPLIES 4

kesavadas_thekkillath
Active Contributor
0 Kudos

Use function module K_WERKS_OF_BUKRS_FIND to get list of plants for company code

or

get the list of plants from table t001w

and

write a select query in MARC table where werks = list of plants obtained.

0 Kudos

>

> and

>

> write a select query in MARC table where werks = list of plants obtained.

Or use BAPI_MATERIAL_GETLIST. FM has a documentation with example.

Former Member
0 Kudos

hi

Former Member
0 Kudos

hi