2006 Feb 16 6:02 PM
Hello,
I want to do a goods movement from blocked to returns and returns to blocked.I tried using BAPI_GOODSMVT_CREATE but i could not find a stock type for returns...?
How can i handle this...?
Thanks in advance...
Larry
Hello,
I want to do a goods movement from blocked to returns and returns to blocked.I tried using BAPI_GOODSMVT_CREATE but i could not find a stock type for returns...?
How can i handle this...?
Thanks in advance...
Larry
2006 Feb 16 6:05 PM
2006 Feb 16 6:11 PM
We have a seperate stock type as returns in both the storage locations...
I could not find a stock type indicator for returns in the BAPI
2006 Feb 16 6:16 PM
Will it not be possible to pass Move_TYPE = Return Movement Type and respective Stock Type to field STCK_TYPE while passing details in internal table GOODSMVT_ITEM.
2006 Feb 16 8:16 PM
Yeah ashish,Iam trying to do what u r saying..My question is STCK_TYPE does not have an indicator for returns stock.These are the values we can give for that none represents returns....
STCK_TYPE : Stock type
Definition
Indicates the stock type to which the given quantity is posted.
Possible stocks are:
unrestricted-use stock (blank, F)
stock in quality inspection
(X, 2)
blocked stock (S, 3)
Use
Select the corresponding indicator for the stock type required.
Dependencies
It is due to earlier release levels that there are two valid values for each stock type. Each value has the same effect.
Values
'X' Quality inspection
'S' Blocked
'2' Quality inspection
'3' Blocked
'' Unrestricted-use
'F' Unrestricted-use