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

SDBILLDL

Former Member
0 Likes
2,312

I need modify SDBILLDL for enhancement.

Our company consultant tell me the 'RV60AFZZ' is the module I should look into for modification. Do you have any idea how this source code got link to the SDBILLDL?

Thanks,

Helen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,588

Dear Helen

Program SDBILLDL is used to display the Due list of Billing Documents.

Exits in RV60AFZZ will be interacted when billing documents are posted.

So please check the exact point where you need to add your enhancement.

Kind Regards

Eswar

4 REPLIES 4
Read only

Former Member
0 Likes
1,589

Dear Helen

Program SDBILLDL is used to display the Due list of Billing Documents.

Exits in RV60AFZZ will be interacted when billing documents are posted.

So please check the exact point where you need to add your enhancement.

Kind Regards

Eswar

Read only

0 Likes
1,588

If no one tell me the RV60AFZZ module, except to turn the debug on, is any other way to find RV60AFZZ start from SDBILLDL?

I would like to learn the skill to identify the RV60AFZZ (or other module) from the main program.

Thanks,

Helen

Read only

0 Likes
1,588

Hi Helen

As mentioned in my other post, RV60AFZZ is the include for some user exits for posting of billing documents.

For this to identify, there are many approches. One better way is to go as below:

1. Go to transaction SPRO.

2. F5

3. Go by path: Sales and Distribution -> System Modifications -> User Exits -> User Exits for Billing.

Left to the exexute button is an icon for Documentation.

Click on that, to find different exits for Billing and their purpose.

Alternatively, if you search in the forum you can find few programs which can identify user exits, badi... for a given transaction.

Hope the above info helps you.

Kind Regards

Eswar

Read only

Former Member
0 Likes
1,588

Hi Helen,

You could place a code (break point) in program RV60AFZZ to check whether being called or not from SDBILLDL program.

BREAK <sy-uname>.

Hope this will help.

Regards,

Ferry Lianto