‎2008 May 22 8:57 AM
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
‎2008 May 22 9:03 AM
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.
‎2008 May 22 9:02 AM
Hi Just put
COMMIT WORK .
DOWN THE bapi_goodsmvt_create.
and let me know
‎2008 May 22 9:41 AM
‎2008 May 22 9:52 AM
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
‎2008 May 22 9:03 AM
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.
‎2008 May 22 9:54 AM
hi
class:m7
error number: 562
wat does this mean... ?
regards
mano
‎2008 May 22 10:02 AM
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.
‎2008 May 22 10:27 AM
hi,
now im getting different error
class: m7
num: 300
message: no items were transfered.
wat does this mean??? help needed.
regards
mano
‎2008 May 22 10:41 AM
hi,
error says: storage loc 'zpl3' not supported.
is it prog. error or functional error.
regards
mano