cancel
Showing results for 
Search instead for 
Did you mean: 

Data Control to be implement in SO document

Former Member
0 Kudos

Hi all,

There are 2 questions that i really need help on:

1. When changing the SO (VA02), I would like to control the "ship to party" field to be display only. This is to protect from any changes to be made. Can this be done?

2. When we delete SO it will be hard to be trace. So, we would like to control the SO in screen VA01 or VA02 so the user cannot delete it. Can you pls suggest on how to do this?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For your first question

in the configuration of patner determination we have

a function called not modifiable check that against the

ship to party patner function.so you will not be able to change the ship to party in the salesz order.

Regards

sriram

Former Member
0 Kudos

Hi,

Is that in the configuration? can you please give me the tcode or workflow.

Thank you.

Former Member
0 Kudos

Hi all,

Pls help me on the 2 problems I am facing..

Full points will be given to solutions given.. tq

Former Member
0 Kudos

Hi ,

For your 1st Question.

When in VA02 screen, for the filed Ship to Party make the screen-input = 0.

example:

if sy-tcode = "VA02"

loop at screen.

screen-fieldname(Ship to Party) = '-------'.

screen-input = 0 .

endloop.

End if.

this is better under stood by an ABAP'er

Regards,

Sudarshan

Former Member
0 Kudos

Hi Sudarshan,

This coding i need to insert in the user exit?

Thank you.

Answers (2)

Answers (2)

Former Member
0 Kudos

close.

ranjeetrajendra_jain
Active Contributor
0 Kudos

Yes its possible. You will need a technical guy who knows ABAP to do that, and he then can gray out the field in VA02.

Regards

Former Member
0 Kudos

Hi,

Thank you. But can you please elaborate that to me, as I will also need to know this before explaining to ABAPer the requirements.eg: do we need to have user exit.