cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict user to delete item in good movement at the time of confirmation

Former Member
0 Kudos

Hi ,

I have one requirement i.e. When user confirming the partial confirmation and if he selected the goods movement button i have to restrict the user not to change the material quantities in the goodsmovement screen.How i can do it .Is there any user-exits to do so, if any plz give me more info .

Regards,

Anand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Try any of the below enhancements

CONFPP01

With this customer enhancement you can determine your own default values

(ones that deviate from SAP logic) for a confirmation. The confirmation

can be changed in the customer enhancement.

The following are copied to the interface: the operation in the order

(AFVGD), the order header (CAUFVD) and the confirmation (AFRUD) as well

as the confirmation parameters (TCORU). The confirmation is copied back

from the customer enhancement to the SAP standard program.

CONFPP02

With this customer enhancement you can make your own checks of the

confirmation after the SAP checks have taken place. The confirmation

cannot be changed.

The following are copied to the interface: the operation in the order

(AFVGD), the complete order header (CAUFVD) and the confirmation

(AFRUD).

CONFPP03

With this customer enhancement you can make your own checks once an

operation has been selected for confirmation. The data cannot be

changed.

The following are copied to the interface: the operation in the order

(AFVGD) and the complete order header (CAUFVD).

CONFPP04

With this customer enhancement you can carry out your own checks on the

confirmation. The confirmation can for example be changed depending on

the user's entries.

The following are copied to the interface: the operation in the order

(AFVGD), the complete order header (CAUFVD) and the confirmation

(AFRUD). The confirmation is copied back from the customer enhancement

to the SAP standard program.

CONFPP05

With this customer enhancement you can update your own data once you

have saved the confirmation. You cannot change the confirmations.

In this customer enhancement it is strictly FORBIDDEN to send error

messages or other messages because otherwise there is the danger that

data will be inconsistent. SAP takes no responsibility for this !!!

The following are copied to the interface: a table with all the

confirmations (AFRUD) created in this transaction and a table with the

order headers (CAUFVD) that belong to it.

CONFPP06

With this enhancement you can determine which data from a manually

entered confirmation is transferred to the automatically created

confirmations, for example, when a confirmation is entered for a

milestone operation.

In addition to the order data (IS_CAUFVD) and operation data (IS_AFVGD),

the confirmation type (I_CONF_TYPE) is also transferred. The data from

the manually entered confirmation is imported via the structure

IS_AFRUD_MAIN and the data determined by the system for the

automatically created confirmation is imported via the structure

IS_ACT_DATA.

The data from the automatically created confirmation can then be

modified and exported via the structure ES_ACT_DATA.

CONFPP07

With this enhancement you can define your own detail areas (screens)

that can be issued for the single screen entry of time ticket

confirmations.

Two function modules are available to implement the flow control for the

customer-defined screens. While the function module EXIT_SAPLCORU_S_100

transmits the data from the confirmation, order, operation and work

center, the entered confirmation data can be exported using the function

module EXIT_SAPLCORU_S_101 and the structure ES_AFRUD.

Answers (0)