cancel
Showing results for 
Search instead for 
Did you mean: 

Consignment stock transfer without accounting document

former_member225044
Active Participant
0 Kudos

Hello,

There is One Company code 1000, this is having two plants 1000 and 2000, Now this company code is aquring one more plant , so for this we are doing rollout for that plant.

That plant has named as 3000,

Created Plant 3000 is situated some 10 km from there existing location.In old location some consignment stock is there, we need to transfer that stock to 3000 New created plant.

But suppose we transfer the stock from Consignment to Unrestricted then, accounting document is generated,(so that old owner of the plant is not agree for this.).

And it is not possible to scrap , bcz we need to transfer material physicaly form one old location to new location..Plant 3000

how to map this scenarion...without affecting to Vendor and old owner ( old owner does not want acccounting document).

How to map this scenario,

Regards

Sapman man

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

It can be achieved using ABAP changes . If you want copy mvt type 411K to another mvt type so that account posting is not stopped for all consginemt to own stock conversion ......and use that mvt type for conversion....or else without copying also u can achieve :

in the badi MB_DOCUMENT_BADI

method : MB_DOCUMENT_BEFORE_UPDATE

Put all necesaary checks like for mvt type 411 K , any specific material type

stop account posting...

to stop account posting just write one line : ( ) its pretty simple )

*Field name to be cleared to stop account posting

c_fieldname(16) TYPE c VALUE '(SAPMM07M)UPD_RW',

*For reading field name to stop account posting

g_fieldname TYPE fieldname,

g_fieldname = c_fieldname.

ASSIGN (g_fieldname) TO <updrw>.

CLEAR: <updrw>.

This worked in SAP 4.7C

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

I would like to know whether the consignment stock which is lying in the old location belongs which plant out of the three plants mentioned .You can go with stock transport order for transferring the consignment stock from from one plant to another.

And then you can maintained the stock at new location as consignment stock. As all your plants belong to same company code so the stock transport order will not create any accounting document with respect to plants.

Thanks,

Tushar Patankar

former_member225044
Active Participant
0 Kudos

Hello,

Now we want to upload the Intial stock of the rollout plant. The new rollout plant and old existing plant were almost 1000KM Difference is there.

1)If we take the consignment stock in to Own stock & then we can transfer that stock to new rollout plant, But here accounting document generated.Business they do not want any FI entries...Consignment stock is more or huge.

2) Suppose we scrap the consignment stock at existing plant and Intial upload at new rollout plant via 561K, But here also in Scrap system will generate accounting document.

What is good sugesation

Former Member
0 Kudos

Check with your management if possible interplant activities through standard procedure i.e. purchase sale between two plant.

Vijay

Former Member
0 Kudos

Hello

Goto SPRO , Material Management, select the radio button ( De-Activate the price via info-record in consignment), it will not bring the accounting document

thnk u

Former Member
0 Kudos

Hello

Use initial stock upload with Mov type: 561-K to create the stock in new plant.

With regards,

VB.

JL23
Active Contributor
0 Kudos

But suppose we transfer the stock from Consignment to Unrestricted then, accounting document is generated,(so that old owner of the plant is not agree for this.).

Have you tested this? how did you do it? what movement type?