cancel
Showing results for 
Search instead for 
Did you mean: 

POD

Former Member
0 Kudos

Dear Gurus,

My client requirement is,

When the customer receives the goods, he will be intimating the same through a telecall that the goods had been received in so and so date and time.

At present they require a field in Outbound delivery level to enter the POD details for their future use.

Kindly suggest where to enter the POD information given by customer in the Delivery VL02N screen.

Regards,

Kiran.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You may want to consider doing a screen enhancement for this.

Standard configuration does not provide customizeable or self-defineable fields in Delivery or for POD.

Alternatively, you may want to consider using exits to add custom fields:

1) In the exit, you can create an append structure for LIKP/LIPS.

2) Then populate the field in exit MV50AFZ1 at either the Header or Item level as you desire.

3) You may consider having a different tab, either at Header or Item level.

Or, you may also try the BADIs below:

1) LE_SHP_TAB_CUST_HEAD

2) LE_SHP_TAB_CUST_ITEM

3) LE_SHP_TAB_CUST_OVER

4) LE_SHP_DELIVERY_PROC

Discuss with your ABAP consultant on your requirement(s) and the fields to define in the screen, and they should be able to assist on this.

Once created, this are just reference fields that user can update in the transaction code VL01N and VL02N for information purposes, and it should not be allowed or used for posting (as per your requirement).

Hope the above helps.

Thanks.

Former Member
0 Kudos

Hi,

Maintain in header TEXT tab

Kapil

Former Member
0 Kudos

Hi,

They want a field to be suggested in delivery screen (not a text ) to enter the POD details.

Is their any configuration required to enter POD details itself in Delivery document.

Regards,

Kiran

Former Member
0 Kudos

Dear Kiran,

one thought

you can use the standard functionaity of POD (proof of delivery)

Logistics Execution > Shipping > Deliveries > Proof of Delivery

above path you can do the config

Another thought is

If you want the custamize field the through screen exit you can add the field but hence you have to add date and time so it will be another task to do development such a way as F4 option you can add the date and time there but you have to discuss with ABAPER for the same but i don't think so it will be the good way to handle but still its possible

Regards

Hanumant