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

ERROR MESSGAE CLASS IN BAPI

anilkumar_raina
Participant
0 Likes
641

THE BAPI IS BELOW

CALL FUNCTION 'BAPI_ACC_GL_POSTING_POST'

EXPORTING

DOCUMENTHEADER = T_BAPIACHE08

TABLES

ACCOUNTGL = T_BAPIACGL08

CURRENCYAMOUNT = T_BAPIACCR08

RETURN = T_BAPIRET2.

WHILE IN DEBUGGING MODE IT SHOWS ME ERROR NO, ID INT T_BAPIRET2

TABLE...BUT I AM NOT ABLE TO LOCATE ITS ERROR MESSAGE CLASS

3 REPLIES 3
Read only

Former Member
0 Likes
506

Message ID is nothing but Message Class , u can cross check in SE91 also.

Regards

Prabhu

Read only

Former Member
0 Likes
506

In which program ru calling this BAPI......The main program will have the error message class defined...Check for that error message class in SE91 & the message no u got in debugging mode...U will find the error...

Read only

Former Member
0 Likes
506

<b>Hi

See the Description of parameters Which will be returned by BAPI parameters

TYPE -Success/Error Message type

ID - Message Class,In SE93 Tcode

NUMBER -Message Number in SE93

MESSAGE -Message long text

LOG_NO

LOG_MSG_NO

MESSAGE_V1

MESSAGE_V2

MESSAGE_V3

MESSAGE_V4

PARAMETER

ROW

FIELD

SYSTEM </b>

Regs

Manas Ranjan Panda

Message was edited by:

MANAS PANDA