‎2010 Oct 19 5:15 AM
I need to create an ACH format file. For this i'm using program RFPNFC00 to create file.
I need to modify few things in the file for which i need any user-exit available to do the required modifications. Please lemme know if anyone have used this program to create file and implemented any user-exit to modify the ACH file format.
Regards
VEnk@
‎2010 Oct 19 5:33 AM
I am not wble to find any exit but i have the following two suggestions.
1. I can see lot of subroutines where you can create implicit enhancemnts and modify the data accordingly to solve your purpose.
2. This approach i usually dont prefer but it depends on person to person. You can create a Z copy of report and do modifications.
I will advise you find a suitable point and do implicit enhancement.
Nabheet
‎2010 Oct 19 5:33 AM
I am not wble to find any exit but i have the following two suggestions.
1. I can see lot of subroutines where you can create implicit enhancemnts and modify the data accordingly to solve your purpose.
2. This approach i usually dont prefer but it depends on person to person. You can create a Z copy of report and do modifications.
I will advise you find a suitable point and do implicit enhancement.
Nabheet
‎2010 Oct 19 5:43 AM
I'm good to make a copy of this to Z program and do the modifications as i needed, but i don't wanna deviate from standard SAP.
Regards
VEnk@
‎2010 Oct 19 5:46 AM
Using implicit enhancement is not deviating from SAP.Inface SAP has provided this flexiblity to us..Is your requiremnt is tomodify header or trailer record right...? If yes thn i think go for implicit.
Thanks
Nabheet
‎2010 Oct 19 6:44 AM
When i try to see the program RFPNFC00 in SE80 for Subroutine END_FILE (file tail part), i 'm not able to see any ENHANCE Option ?? Any idea on this my sap version is SAP4.7.
Regards
VEnk@