Application Development 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: 

RV60AFZZ

Former Member
0 Kudos

Hello gurus, my requirement is to update a z-table with all billing document details (data of vf01) and I was advised to update the z table through this include RV60AFZZ and I just can't make head O tail of it.. I mean how can we update a table through an include. I searched all over but did not find any step by step guide as to how it is done.

I am very new to ABAP programmming. Please help me

5 REPLIES 5

raymond_giuseppi
Active Contributor
0 Kudos

Maybe by inserting code in the Includes Ask for sscr key in old versions, for recent use implicit enhancement at data/start/end of provided forms.

For inserting data, read online help for INSERT or go further by using CALL FUNCTION IN UPDATE TASK or PERFORM AT COMMIT, read also online help.

Also read the Rules of Engagement before posting.

Regards,

Raymond

0 Kudos

Thank you so much Raymond, I understand that I'll have to write the code in the include(under the exit USEREXIT_ACCOUNT_PREP_KOMPCV), but how that'll be triggered.. Do I have to call the include somewhere .. O I just need to write the code in the include and my job is done... How my code will be triggered and how the update is done.. I know my question is very lame, but where else could I ask.. I'm very new to abap.. precisely speaking 4 months.. and am really scared to ask such questions to my colleagues in the office, cuz they'll laugh at me

0 Kudos

Hi Hari ,

If your code is place inside USEREXIT_ACCOUNT_PREP_KOMPCV in one way or the other , it will be called automatically while creating VF01.

And as Raymond told you it depends upon your ECC version that whether you need a SSCR to do amendments in  USEREXIT_ACCOUNT_PREP_KOMPCV of RV60AFZZ or you can do it using implicit enhancements.

And for learning implicit enhancement follow the below thread:

http://wiki.sdn.sap.com/wiki/display/ABAP/How+To+Do+Implicit+Enhancement

and am really scared to ask such questions to my colleagues in the office, cuz they'll laugh at me

And my advise is that don't write such comments , reason being it  will make your colleagues Laugh Out Loud again when they see such comments of yours in internet.

0 Kudos

Hey Sijin, thank you so much, also thanks for your advice I will remember that . U cleared all my doubts, U have no idea U just saved my life.. Thanks again

0 Kudos

Happy to hear that