2007 Jan 15 12:59 PM
hi,
iam using Transaction WE19 and posting some test data to post goods movement into same system for testing . i have used the message type MBGMCR and process code BAPI for the inbound processing.
Iam posting test data for movement types 101,102,641 and 642 .and iam processing with the unbound FM BAPI_IDOC_INPUT1, but iam getting a status 51 (application dod not posted ) with error as ' Update control of movement type is incorrect (entry 101 X X )'.
what does this mean? please suggest why this error could come?
if i get a status of 54 - EDI: Partner profile inbound not available .what may be the error? my partner profile setting were correct.
thanks,
soha
2007 Jan 15 1:04 PM
mostly 101 is not been taken by system for posting...There seems to be some error while posting using 101...Also, u see that partner profile is correct but internally it is not getting connected to system.
2007 Jan 15 1:04 PM
mostly 101 is not been taken by system for posting...There seems to be some error while posting using 101...Also, u see that partner profile is correct but internally it is not getting connected to system.
2007 Jan 16 6:57 AM
Hi !
The error means that there is an inconsistency between the "given" data and the date that BWA 101 is needing.
The Table that is beeing checked is the T156.
Check the data you are giving to the idoc. You may check it with the IDOC-docu or with the Docu of the FM BAPI_GOODSMVT_CREATE to see what fields
have to be filled in what way to create an 101 .
Regards
Rainer
Some points would be nice if that helped...
2007 Jan 16 7:06 AM
Hi soha,
R u getting the errors by using all the movement types...plz chk the same....
also chek the partner profiles in WE20..
regards,
Nagaraj
4 weeks ago
Hi,
I have a requirement where I need to create a inbound IDOC and trigger it in the system. Then I need to do post goods movement 101 in custom function module which is part of AIF Configuration. While sending IDOC using "IDOC_WRITE_AND_START_INBOUND" the material document no is also getting created. Now what can I do in AIF related custom FM.
PLease suggest me the correct way of doing this.