cancel
Showing results for 
Search instead for 
Did you mean: 

Consignment order

Former Member
0 Kudos

hi,

In the consignment process, I want to put planned return date. So I want to know how I can set it in sales order screen, or is there any standard way to have the date?

Thanks,

Lida

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

With help of ABAP developer you can add a new filed to SD tables .

First create new field in filed catalog , create append structure and then appending table VBAP or VBAK with new append structure containing your field.

Using form painter or menu painter screen needs to be developed.

using User exit in Sales you can capture and process filed value.

The additional data Screen B in sales order (Va01,02,03) will show this field .

Or else

u can use an existing field not used at your client's system ,which will support text or char format long engough to have date.

Then u can capture and process same in sales order exits.

Hope this helps

regards

Mandar

Answers (1)

Answers (1)

former_member184555
Active Contributor
0 Kudos

Hi

Use the text functionality to record any details.

Thanks,

Ravi