‎2011 May 06 7:23 AM
HI,
In Extended Program Check I have a Error which given below for my customizing fm.
The "TABLES" parameter "LT_ORDER_TEXT" from the function module
"YPPIN_BAPI_CONF_CHECK_CONFIG" is mandatory. Declare an appropriate "TABLES"
actual parameter.
Internal Message Code: MESSAGE G-B
(The message can be hidden with "#EC *)
Regards
Balamurugan N
‎2011 May 06 7:44 AM
Hi,
Declare internal table typ LT_ORDER_TEXT and pass it to parameter of function module "YPPIN_BAPI_CONF_CHECK_CONFIG" as it is mandatory parameter otherwise your program will go into short dump.
Regards,
Prashant
‎2011 May 06 8:11 AM
Prasgath,
I declared as it is like in FM 'LT_ORDER_TEXT TYPE TABLE OF BAPISDTEXT '.
i m not getting dump. I m getting error only check in Extended Program Check.
So while declare in the program is it a method to declare as mandatory. I m not aware of that.
Regards
Balamurugan N
Edited by: Balamurugan Natrayan on Jul 25, 2011 11:33 AM