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

User-exit for program RFPNFC00

Former Member
0 Likes
672

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@

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
595

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

4 REPLIES 4
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
596

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

Read only

0 Likes
595

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@

Read only

0 Likes
595

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

Read only

0 Likes
595

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@