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

Regarding Modification In Standard Tcode VF01

Former Member
0 Kudos
240

Hi Friends,

In Transaction VF01 i need to add some check condition on MRP of Article before saving Billing Document...............

if that condition satisfied than and than billing document should be saved.....otherwise give some error message that condition not satisfied.....................

how to achieve this...............

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
214

In the form routines when you u are assigning the same there will be a standard include which u need to configure .

Now in this include you need to write the code of the same .

Vijay.

6 REPLIES 6
Read only

Former Member
0 Kudos
215

In the form routines when you u are assigning the same there will be a standard include which u need to configure .

Now in this include you need to write the code of the same .

Vijay.

Read only

Former Member
0 Kudos
214

Hi

may be dis enhancement can be used for the pricing related condition V61A0001

Try for creating a project in cmod tcode on dis condition

Read only

Former Member
0 Kudos
214

Check exit USEREXIT_FILL_VBRK_VBRP in RV60AFZC.

Regards,

John.

Read only

0 Kudos
214

thnks for the reply friends.................

i hv tried USEREXIT_FILL_VBRK_VBRP

but my requirement is that i need to check MRP of article and

MRP in the batch if is different than generate error message........

i can see Batch but for MRP of Article i need Condition reocrd number which is VBRK-KNUMV but i m not able to see this fields in this exist....................

Read only

0 Kudos
214

fields in this exist in showing blank

Read only

0 Kudos
214

Perhaps I don't understand, but why do you need the condition record for MRP data?

Regards,

John.