‎2006 Nov 15 4:20 AM
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
‎2006 Nov 15 4:29 AM
Message ID is nothing but Message Class , u can cross check in SE91 also.
Regards
Prabhu
‎2006 Nov 15 4:46 AM
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...
‎2006 Nov 15 1:36 PM
<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