SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Searching standard basic process for a transaction

Former Member
0 Kudos

Hi,

During Invoicing the standard report REDISND1 generates electronic bill. The commev isu_comev_process_invoice is getting triggered from this report or the transaction code 'MEER'. My question is how to find the basic process attached to this transaction (MEER) or the standard report.

Regards,

Abhishek

1 ACCEPTED SOLUTION

alexander_breuer
Active Participant
0 Kudos

Hi,

please have a look to FM ISU_COMEV_PROCESS_INVOICE. This is called during REDISND1 and calls the datex-connect BADI (isu_ide_datexconnect) with method datexconnect_process_invoice. Here is the relevant call:

  • call datex basic process

CALL METHOD cl_isu_datex_controller=>start_ui_datex_basicprocess

with basic process INV_OUT.

Regards, Alexander

View solution in original post

1 REPLY 1

alexander_breuer
Active Participant
0 Kudos

Hi,

please have a look to FM ISU_COMEV_PROCESS_INVOICE. This is called during REDISND1 and calls the datex-connect BADI (isu_ide_datexconnect) with method datexconnect_process_invoice. Here is the relevant call:

  • call datex basic process

CALL METHOD cl_isu_datex_controller=>start_ui_datex_basicprocess

with basic process INV_OUT.

Regards, Alexander