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

Billing Document checks

Former Member
0 Likes
565

Hi Guys...

I have a req to check whether the billing document being created is having consistent bundles or not .

So at the time of creating new billing doc using VF01 , I'm using the user exit and adding the errors

to the error log . Now even when the BD contains the error log, I'm able to save it which I dont want to do .

I think there must be some other user exit to stop a Billing document to be saved when it contains any error messages in the error log .

If any one of you have encountered this scenario , pls shed a light on this .

Thanks

Anil

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
525

You should be using a billing copy requirement (with copy control configuration) for this function, not a user exit.

4 REPLIES 4
Read only

brad_bohn
Active Contributor
0 Likes
526

You should be using a billing copy requirement (with copy control configuration) for this function, not a user exit.

Read only

Former Member
0 Likes
525

Hi...

Thnx for the reply .But can you please tell me how can we do this copy control config .

Wt is the transaction for that .

Thanks

Anil

Read only

brad_bohn
Active Contributor
0 Likes
525

Create the copy requirement in VOFM. Apply the copy requirement in the billing copy control step in the IMG (SPRO).

Read only

Former Member
0 Likes
525

Thanx Brad for you helpful answer . The issue is solved now .Points allotted .

Thnx

Anil