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 in Extended Program Check

Former Member
0 Likes
437

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

2 REPLIES 2
Read only

former_member386202
Active Contributor
0 Likes
375

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

Read only

0 Likes
375

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