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

question about BAPI_MDDATASET_SELECT_DATA

0 Likes
377

Hi experts,

In BAPI_MDDATASET_SELECT_DATA, the "RETURN" struct contains a lot of fields (e.g. T,ID,NUM,MESSAGE...)

I guess the "T" in "RETURN" means its type. Can experts tell us how many different letters will the "T" returns.

In my code, I have already found that the"T" returned 'A','X',E','W' during different case.

What does these letters mean? Is it 'E' means 'exception'?

Thanks

Phoebe

1 REPLY 1
Read only

Former Member
0 Likes
318

Hi,

T is Message type: S Success, E Error, W Warning, I Info, A Abort

Cheers,

Surinder