Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding field in referencing procedure

Former Member
0 Likes
401

We are trying to copy a customized field( z field in VBAK) from master contract to local contract.We are trying to add the field in the referencing procedure in transaction VORS.But there is a check for the fields allowed, in the program L081AF0C(Line no 76)and the allowed fields are hard coded.So the customized field is not there in the check and the program throws an error.IS there a way we can add a customized field in the procedure or Is it recommended to modify the standard program and add our customized field in the check? Does modifying the standard program have any implications?

2 REPLIES 2
Read only

Former Member
0 Likes
344

Hi ,

Is this Z field if Avail to add in that ref-procedure ? Dont Look into <b>L081AF0C</b> this is SAP generated program , after that adding any field it will update in that program.

So let me know , Are u able to add Z field in that Procedure?

Regards

Prabhu

Read only

Former Member
0 Likes
344

Hi Niranjani,

How did you resolve this issue? Could you add new fields in Reference Procedure?