cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic assignment of WBS Element in equipment master data(PM/PS)

kiran_ambi
Participant
0 Kudos

Dear Sap Guru's

My client has requirement that while performing good receipt(MIGO) against project related purchase order containing WBS Element, the equipment master data should updated with WBS Element. As equipment generated in background with reference to serial number profile.

Thanks in advance.

Regards

Kiran Ambi

Accepted Solutions (0)

Answers (2)

Answers (2)

itamar_doprado
Explorer
0 Kudos

How can I became to a process automatically to create a serial number for a material linked in a WBS ELEMENT CJ20N?

Is possible to created serial number in PS module wille is released a WBS ELEMENT with a component linked? in this time already create serial number without needs to use IQ04 t-code?

How would be this process in SAP? HOW TO CUSTOMIZE OR DEVELOPMENT THIS SCENARIO?

peter_atkin
Active Contributor
0 Kudos

Kiran Ambi

You will need to develop a solution for this.

Have a look at the IQSM* user-exits via transaction SMOD.

Talk to your ABAP Team - they should be able to help.

PeteA

0 Kudos

I'm totally agree with Pete.

This info can accelerate search and development

"

IQSM0007 Customer exit for goods movements

This customer exit is used to transfer the document data for a goods movement into serial number management. This involves:

  • The complete goods document (transfer table S7_TAB_MSEG, structure MSEG),
  • The purchase order history (transfer table S7_TAB_EKBE, structure EKBE).

The customer exit is called as soon as the document is saved. This means that at this moment in time the document data can be placed in the global memory of function group XQSM, where it is then available when the serial numbers in the document are saved immediately afterwards.

Access to the document data (placed in the global memory of IE01) is performed in customer exit EXIT_SAPLIE01_005, which can be activated using customer exit IQSM0005.

Certain document data can now be copied into the master data of the serial numbers.

Example

You want to copy the goods recipient from the material document and the value from the purchase order history into the serial number.

Goods movement
You activate the customer exit EXIT_SAPLIE01_007 so that you can prepare the required information from the goods document and the purchase order history. You can read additional data (for example, from the purchase order) where necessary.

Posting
You activate the customer exit EXIT_SAPLIE01_005. The data prepared with user exit EXIT_SAPLIE01_007 is available here (for example, goods recipient or purchase order value). This data can be copied into the master data of the serial numbers.

"