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

Problem in creating order referenced with Quotation using IDOC_INPUT_ORDERS

Former Member
0 Likes
442

Hi Friends

I am creating sales order referenced with quotation using function module idoc_input_orders through Z-Program.While creating order, I can able to create the order without any issues, but when customer is trying the same thing, its stopping him in Quotation screen, once he press the enter key(no of times, depends on line item) , its allowing him to create the order.

I am not sure why the problem is coming like that.. but I am sure there is no issues in code level.Is there any configuration or something will control these kind of scenarios or is there any user level parameter is there to control these

If anyone have faced this kind of issues..please let me know.

Thanks

Gowrishankar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

Hello gowrishankar p ,

Looks like the processing custom program that you are using is using the BDC related posting Function module. Check your code properly when the user executes they would have called the BDC with show all screens option.

You need to debug with the Customer SAP user id to get more details about this issue.

Hope this helps.

Thanks,

Greetson

2 REPLIES 2
Read only

Former Member
0 Likes
395

Hello gowrishankar p ,

Looks like the processing custom program that you are using is using the BDC related posting Function module. Check your code properly when the user executes they would have called the BDC with show all screens option.

You need to debug with the Customer SAP user id to get more details about this issue.

Hope this helps.

Thanks,

Greetson

Read only

Former Member
0 Likes
394

I can able to create order referenced with quote using IDOC_INPUT_ORDERS.