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

Modify DME Outgoing File Through ABAP Code

Former Member
0 Likes
2,032

Hello,

I have one requirement to change the format of file which  generates from T-code F110 .

Through this path Environment->Payment Medium-->DME administration .

Functional guy give me program name RFFOM100 in which i have to modify by coping in

z program . so if some body know in this program where i have to change code and how please let me know .

please reply soon .

Thanks

Gaurav

2 REPLIES 2
Read only

Former Member
0 Likes
904

did you check BADI DMEE_BADI_01 .. You can use this to change the file format ..

Thanks

Sam

Read only

Former Member
0 Likes
904

Develop Enhancements for DME

The following SAP enhancements are available for the DME area:

  • RFFOX001 for foreign DME (payment) - Germany
  • RFFOX002 for domestic DME (payment) - Germany
  • RFFOX003 for domestic DME (header) - Germany
  • RFFOX021 for domestic DME BGC - Netherlands
  • RFFOX022 for domestic DME ClieOp02 - Netherlands
  • RFFOX041 for domestic DME  - Belgium
  • RFFOX042 for domestic DME  - Belgium
  • RFFOX041 for DME DOM80 - Belgium
  • RFFOX900 for DME MT100 (payment) - international
  • RFFOX901 for DME MT100 (header) - international
  • RFFOX902 for DME MT100 (trailer) - international
  • RFFOX061 for SAD TA05  Switzerland (PTT)
  • RFFOX062 for SAD TA11  Switzerland (PTT)
  • RFFOX063 for BAD TA48  Switzerland (PTT)
  • RFFOX064 for SAD TA12  Switzerland (PTT)
  • RFFOX065 for SAD TA14  Switzerland (PTT)
  • RFFOX066 for SAD TA25  Switzerland (PTT)
  • RFFOX071 for DME TA826 Switzerland (Banks)
  • RFFOX072 for DME TA827 Switzerland (Banks)
  • RFFOX073 for DME TA830 Switzerland (Banks)
  • RFFOX074 for DME TA832 Switzerland (Banks)
  • RFFOX075 for LSV TA870 Switzerland (Banks)
  • RFFOX081 for foreign DME (payment) - France
  • RFFOX082 for domestic DME (payment) - France

Activities

  1. 1. Create your enhancement. To do this, either create a new project or use an existing one.
    Modify the source code for a transaction delivered by SAP by adding the elements you need. SAP provides you with the necessary function modules with short text, interface, and documentation to be able to do this. A sample source code created by SAP may exist for user exits which can be copied (and changed) if required.
    2. Activate the project.
  • This allows the ABAP source code to run. Enhancements will not have any effect beforehand.

Further notes

In contrast to modifications, enhancements can generally be transferred between Releases since they are carried out within a name range reserved for the customer rather than in the SAP original.

For more information about creating enhancements, see the SAP Library BC - Changing the SAP Standard.

Every enhancement is documented. To call up the documentation, choose Utilities -> Display req.docu from the project management screen for SAP enhancements.

Best,

Abhijith