‎2009 Mar 27 6:51 AM
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
‎2009 Mar 27 6:53 AM
Hi,
T is Message type: S Success, E Error, W Warning, I Info, A Abort
Cheers,
Surinder