cancel
Showing results for 
Search instead for 
Did you mean: 

Adding PO number at header level field to VL03N screen

Former Member
0 Kudos

Hi,

i need some advice on VL03N screen.

The user wishes to have PO number added to the header level of this screen. (At the second line, which is after ship-to-party and Output text for address field.)

Is this possible to be done? If yes, how can this change applied? through userexit, BADI? Is screen-exit being used in this case? or solve by concatenate the Output text for address with the PO number?

please advice.

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi YUE,

THERE ARE TWO OPTIONS

1) u can use any unused std fields in delivery at header level for this purpose .this is without any data dictionary change.

2) if u want to use po field in delivery,it will be custom development. u will have to append structure and write a screen exit logic .this is thru abap route.

i would suggest 1 option .

reward if helps !!!!!

Former Member
0 Kudos

Hi mukund,

thanks for the reply. regarding first solution, may i know how to look for an unused std fields in delivery at header level?

please advice.

Answers (1)

Answers (1)

Former Member
0 Kudos

Well I belive the first option will not work as Each screen and is controlled and each has its relevance to the program. Hence you will not be able to do that.

2nd option is little bit ok but its a long process.

I suggest that you can use the PO filed below the ship to party by adding a new field in the communication structure for the screen 1000 program SAPMV50A. This is relatively very simple and it will not take more than 10 minutes for a n ABAPer to do this

Reward points if this helps.

Thanks,

Kamal