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

transactio :CORK

Former Member
0 Likes
677

Hi All,

I am using a user-exit in the Transaction CORK. when the Goods Movement button is pressed the user is entering quantity and Storage location where the goods will be moved.

The user-exit which i am using is not able to capture the value of the storage loaction entered.

I have tried all the user-exits available for the Transaction CORK but the problem remains the same.

Please help me in soving this problem....................................................

It is a very urgent requirement................................................................

Thanks in advance................................................................................

Hi All,

I am using a user-exit in the Transaction CORK. when the Goods Movement button is pressed the user is entering quantity and Storage location where the goods will be moved.

The user-exit which i am using is not able to capture the value of the storage loaction entered.

I have tried all the user-exits available for the Transaction CORK but the problem remains the same.

Please help me in soving this problem....................................................

It is a very urgent requirement................................................................

Thanks in advance................................................................................

2 REPLIES 2
Read only

sudhindra_chandrashekar
Product and Topic Expert
Product and Topic Expert
0 Likes
573

Hi Guru,

Since this is a part of Good Movement you might have to try some user exits in Good Movement. It might jump into it. If this transaction creates a Material Document then it is worth taking a look at these:

MB_CF001 Updating of material document data upon posting

MBCF0002 Filling the item text in the material document

MBCFC003 Maintaining batch master data upon goods movements

MBCFC004 Maintaining batch specifications upon goods movements

MBCF0005 Filling the item data on goods receipt/ issue slips

MBCF0006 Transferring the number of the WBS element for subcontracting

MBCF0007 Posting a reservation

MBCF0009 Filling the Storage location field

IQSM0007 Serial numbers, user exit for goods movements

XMBF0001 Stock determination:

- Changing the stock determination rule

- Adjusting the stock determination item table

Best regards,

Sudhi

Read only

Former Member
0 Likes
573

Hi

use the FM

EXIT_SAPLCORU_001

Get the LGORT from MARD into a field using the fields WERKS and PLNBEZ from structure CAFUVD.

Thanks

Shiva