cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to validate ship to party.

Former Member
0 Likes
1,447

Hi,

I'm new in EWM. I was search in blogs or sites I didnot find how to validate ship to party.

example: user is enter ship to party in screen.

I want to valid ship to party.

Regards,

Balakrishna G

Accepted Solutions (0)

Answers (3)

Answers (3)

katrin_kraemer
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

the standard system will do an existence check. It also does validations to check whether it can be expected that the partner can be processed in ERP as well. There is no need to program any validations on your own for that.

To use a field as a required field, you can use the incompleteness check (IMG -> EWM -> Cross-Process Settings -> Delivery - Warehouse Request -> Incompleteness Check). Again, the standard usually requires an entry anyway.

To develop a check using customer specific rules, you can use BAdI /SCWM/EX_DLV_VAL_SAVE or /SCWM/EX_DLV_VAL_VALIDATE.

Regards,
Katrin

Ajit_Routray
Active Contributor
0 Likes

Hi Kittu

Use Table : BUT0ID

where type = 'CRM002'

IDNUMBERor PARTNER = Ship to party.

Thanks

AR

former_member183610
Active Contributor
0 Likes

Hi,

EWM checks with ID type CRM002 along with responsible institution ( logical system ),since ship to party is a business partner in EWM.

more details, you can find out the ID type under identification tab of the transaction BP

C K REDDY

Former Member
0 Likes

Hi C K Reddy,

Thank for given reply,I want transaction and table details of ship to party.

Regards,

Kittu

former_member183610
Active Contributor
0 Likes

Hi,

Transaction in EWM is 'BP' and ID type is CRM002 ( please note that all BPs are maintained with this transaction only Eg : Vendor  with ID type CRM004).

Normally we move the vendors and customers through CIF functionality from ECC system through integration model.

Table : /SCMB/D_BPTMGEN.

field : ' BU_PARTNER'.

Other tables also there to get the delivery relevant data...

C K Reddy