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

bapi error wen using bapi_goodsmvt_create

Former Member
0 Likes
1,124

hi,

im using bapi_goodsmvt_create in my program to create transfer posting. data flow is perfect in my program but document no. is not getting created. the bapi_return gives a

error msg : ' NUMBER RANGE FOR TRANS./EVENT TYPE WA IN YEAR DOES NOT EXIST'.

can anyone say whats wrong in my prog. or wat does the above error mean.

points wil be rewarded.

regards

mano

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
1,001

Talk to your functional consultant about this one. Seems that some customizing is missing (number range for a certain year). But before you do so, first check your BAPI parameters. Maybe some data missing in there.

Have a look at the message number and class, to see if this message has some parameters (&1, &2, &3 or &4). Looks to me that in the message your are getting, these parameters are missing. This would suggest that your bapi is not correctly filled.

8 REPLIES 8
Read only

Former Member
0 Likes
1,001

Hi Just put

COMMIT WORK .

DOWN THE bapi_goodsmvt_create.

and let me know

Read only

0 Likes
1,001

hi

alredy i have used bapi_transaction_commit.

regards

mano

Read only

0 Likes
1,001

hi,

it seems to be a customizing problem .I think there is a problem in number ranges of Material Document.

u can check transaction OMBT...

best regards,

Burak

Read only

Sm1tje
Active Contributor
0 Likes
1,002

Talk to your functional consultant about this one. Seems that some customizing is missing (number range for a certain year). But before you do so, first check your BAPI parameters. Maybe some data missing in there.

Have a look at the message number and class, to see if this message has some parameters (&1, &2, &3 or &4). Looks to me that in the message your are getting, these parameters are missing. This would suggest that your bapi is not correctly filled.

Read only

Former Member
0 Likes
1,001

hi

class:m7

error number: 562

wat does this mean... ?

regards

mano

Read only

Sm1tje
Active Contributor
0 Likes
1,001

Well go to transaction SE91 enter the message class and the number. Now display the message. Does it have any parameters like &1, &2 or more. If so, these should normally be filled when throwing this error.

like this bla bla bla for YEAR 2008, not available. But in your case, no year is mentioned, This leads me to believe that your BAPI is not correctly filled. For example the year is missing.

Read only

Former Member
0 Likes
1,001

hi,

now im getting different error

class: m7

num: 300

message: no items were transfered.

wat does this mean??? help needed.

regards

mano

Read only

Former Member
0 Likes
1,001

hi,

error says: storage loc 'zpl3' not supported.

is it prog. error or functional error.

regards

mano