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: 

DMEECONVERT- Loading Multiple Bank Statements

Former Member
0 Kudos

Hi All,

When I am loading multiple bank statements into SAP at the same time, bank statements with zero line items do not load into a header file. This is only happening with the header which doesnt have line items and which is in the first position in DME file. but if any bank statments with zero line items found in the middle or in the end of the file, then loaded into header file.

So I decided to change the sequence of the bank statement (without line items) dynamically; for this I have found one BADI inside the program DMEECONVERT at line no.85.

But How to insert my own code in the BADI? Is it the right place to write? I never worked on BADIs.

I have searched if any SAP Note available, but none of the SAP Notes are matching for this requirement.

Could anyone suggest me on this.

Thanks in advance.

Regards

Mohammad.

2 REPLIES 2

suresh_datti
Active Contributor
0 Kudos

Hi Mohammad,

You will have to implement the BAdi via SE19 and put the code in there not in the program. Go to SE19 & create a new implementation for the BAdI definition 'BADI_DMEECONVERT'. You can put your validations in the method PROCESS_INPUT_DME. As this is filter-dependent BAdI, just remember to specify a filter value.

Regards,

Suresh Datti

Former Member
0 Kudos

Hi Suresh,

Thank you verymuch.

Regards

Mohammad.