‎2006 Oct 19 3:23 AM
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
‎2006 Oct 19 3:39 AM
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
‎2006 Oct 19 3:39 AM
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
‎2006 Oct 19 3:54 AM
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
‎2006 Oct 19 4:01 AM
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
‎2006 Oct 19 4:00 AM
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