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: 

Any BAPI or Func Module to know the Material Exclusions of VB01 tx; KOTG001

Former Member
0 Kudos

Hi Experts,

I need to pull the data of Material Exclusions for my_matnr of a Sales org/Channel/Division/From date/To date.

I know that, the tx is VB01 and the table is kotg001...........but, I hv some issues to use this..........like in our system, they r not mainitaining this table, instaed they are using a custom Z table.

So, let me knwo that, Is there any BAPI or Func Module to pull the data for txs of VB01?

replies apprcciated,

thanq

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Are users using VB01 to maintain exclusion conditions or do they use a custom transaction to maintain data in the custom table?

In any case check out function module SD_DPP_EXCLUSION.

3 REPLIES 3

Former Member
0 Kudos

Are users using VB01 to maintain exclusion conditions or do they use a custom transaction to maintain data in the custom table?

In any case check out function module SD_DPP_EXCLUSION.

0 Kudos

sorry for not mentioing...........yes, they r doing custom tx for populate this Z tbl.

thanq

0 Kudos

In that case, you should directly access the custom table for your program. You may want to put the access logic to the custom table in a function module for reuse purposes.