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

Issue in FM 'SD_SALESDOCUMENT_CREATE'

Former Member
0 Likes
762

Hi,

I want to create sales document using FM 'SD_SALESDOCUMENT_CREATE' through a program.

But it is giving error as 'No customer master record exists for customer 30024' in return parameter.

When I create from SE37, it is getting created.

Please help me to solve this.

Regards

Rajesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
652

HI,

This might be the problem with conversion routien, use conversion routien ALPHA

i mean use this function module CONVERSION_EXIT_ALPHA_INPUT.

This might solve your problem.

Regards and Best wishes.

Hi,

I want to create sales document using FM 'SD_SALESDOCUMENT_CREATE' through a program.

But it is giving error as 'No customer master record exists for customer 30024' in return parameter.

When I create from SE37, it is getting created.

Please help me to solve this.

Regards

Rajesh

2 REPLIES 2
Read only

Former Member
0 Likes
653

HI,

This might be the problem with conversion routien, use conversion routien ALPHA

i mean use this function module CONVERSION_EXIT_ALPHA_INPUT.

This might solve your problem.

Regards and Best wishes.

Read only

0 Likes
652

Thank you Kiran..

Problem is solved