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

Reg : IDOC_INPUT_ORDERS

Former Member
0 Likes
534

Hi All,

I am trying to create an Inbound Idoc using the function module : IDOC_INPUT_ORDERS for orders.

There is an check box in the last tabstrip and i need to make that check box marked based on some conditions.

In the subroutine 'PERFORM customer_function_dynpro' i wrote my code.

When executing the Idoc i am getting the error that the field is not available in the screen 4002.

Just need the help how to pass the bdc to last tab strip and made that check box as active.

Thanks in Advance.

With Regards,

Sumodh.P

Hi All,

I am trying to create an Inbound Idoc using the function module : IDOC_INPUT_ORDERS for orders.

There is an check box in the last tabstrip and i need to make that check box marked based on some conditions.

In the subroutine 'PERFORM customer_function_dynpro' i wrote my code.

When executing the Idoc i am getting the error that the field is not available in the screen 4002.

Just need the help how to pass the bdc to last tab strip and made that check box as active.

Thanks in Advance.

With Regards,

Sumodh.P

1 REPLY 1
Read only

SureshRa
Active Participant
0 Likes
481

Hi Sumodh,

Fields in a Tab of a Tabstrib control are physically in a subscreen. But in the Batch Input such fields (in sub-screen) belong to the main screen. So If your sub-screen is 4002, then use the main screen number to pass this field data.

Regards

Suresh