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: 

Batch Characteristics

Former Member
0 Kudos

Hi All,

I need to find out the Batch Characteristics for a Batch.

Can anyone suggest me a Function Module or a Bapi to get it.

And where to find out the internal object number for a batch. i think we will be using that Internal object Number in the FM.

Thanks in advance.

Suki.

2 REPLIES 2

former_member588853
Active Contributor
0 Kudos

hi,

try CLAF_CLASSIFICATION_OF_OBJECTS pass the

EXPORTING

CLASS = "class

CLASSTYPE = "001

OBJECT = "your object number here

TABLES

T_OBJECTDATA = "you get the characteristics here

Not sure if this is the right FM..Please Test this FM once

Reward if helpful

regards,

nazeer

Former Member