cancel
Showing results for 
Search instead for 
Did you mean: 

FM for update condition records in /SCWM/PSCT6

Former Member
0 Kudos

Hi,

I want to update packing specification for particular pack spec condition records in /SCWM/PSCT6 transaction.

Please give solution on update condition records in /SCWM/PSCT6.

Is any Function module or Class Method is used to update pack spec condition records.

Regards,

Kittu

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi!

What the business requirements?

Check BAdI in the enhancement spot /SCWM/ES_PS_DET

BR, Alex.

Former Member
0 Kudos

Hi Olet,

I wanna update packspec id /1CN/WS_UI_230PAK-PS_PSID in /SCWM/PSCT6.

My Requirement is when I Create New packspec with existing packspec (Copied) through custom program,but I'm not creating new packspec condition records.

I wanna update New packspec ID instead of existing pack spec.

Example: Existing Pack spec : 10004646

I have created new pack spec with existing pack spec is 10004647

In /SCWM/PSCT6 , condition records are like

Condition     SC UNIT      Product     Packspec

XXX           ABC               WWW      10004646

I want update 10004646 to 10004647 through programatically.

Output Like:

Condition     SC UNIT      Product     Packspec

XXX           ABC               WWW      10004647

Regards,

Balakrishna G

former_member209095
Contributor
0 Kudos

Hello,

You can do this with /SCWM/IPU - Data Upload -> Initial Data Transfer of Packaging Specifications.

Create a template in .csv form then upload. Packspec id is created automatically.

Best regards

Serhan

Former Member
0 Kudos

Hello Kittu,

Please follow the below path from SAP Easy Screen :

EWM > Master Data > Packaging specification > Maintain Packaging specification

Here  select the existing pack speck and can copy and do the changes accordingly.

BR,

Olet

matthias_nater
Explorer
0 Kudos

Hi Balakrishna,

if you're using the copy method in /SCWM/PACKSPEC Transaction or call the copy-method from the resp. classes (Manager/model) the PS_ID in the condition record should be replaced by Standard.

But there is also a BAdI in place to adapt further things:

/SCWM/EX_PS_UI_COND_RECORD, method copy_from_template

Best regards,

Matthias

Former Member
0 Kudos

Hello Kittu,

Can you explain which element you wanna update in packing specification ?

I believe you don't need any FM for updating condition records for PS.

You have to update it by doing config.

BR,

Olet