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: 

Accessing a table in a SAP standard BADI implementation

Former Member
0 Kudos

The system used is SAP APO.

We have a standard BADI /SAPAPO/DM_SUBCO_MD which has two methods.

In one method, the parameter is of the type /sapapo/matloc.

Can we access the table /sapapo/trprod from this method?

We do not intend to edit values in this table.

Message was edited by: karthick chinnaiyan

1 REPLY 1

LeonardoAraujo
Active Contributor
0 Kudos

Once you create an implementation for this method/definition, you can add your code in there so you have unlimited options. You can do a select in any SAP table.

Let me know if I understood it wrong.

Leonardo De Araujo