cancel
Showing results for 
Search instead for 
Did you mean: 

Contact person mandatory in header in Inquiry

pankaj_adhikari
Active Participant
0 Kudos

Hi

I want to make contact person mandatory in header in inquiry.

Any advice.

Regards

Pankaj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pankaj,

You can achieve this through Partner determination for sales document type.

- Include contact person in the partner functions

- flag the contact person as 'mandatory' partner.

I guess this helps you.

Regards

Suresh.

pankaj_adhikari
Active Participant
0 Kudos

Hi Suresh

Thanks for the answer.

Well at Tcode VA11 if I try to save it at main screen it shows error (pls maintain contact person at header level) but if i try to save at item level it successfully save.

As per your advice I made it mandatory still it is saving at item level.

Regards

Pankaj

Former Member
0 Kudos

Hi Pankaj,

At item level, you need to make it mandatory also.

Please revert back with your feedback.

Regards

SD

former_member187652
Contributor
0 Kudos

Hi Pankaj,

you need to maintain in-completion log for your inquiry document type. you can assign table vbpa and field parnr to your incompletion log procedure that is assigned to your inquiry document type.

if you have too much restrictions or complex logic for this requirement, you can deploy it in a userexit.  USEREXIT_SAVE_DOCUMENT will be a good spot for the code.