Ansicht
Dokumentation

FKK_SAMPLE_6309 - Brazil: Boleto Outgoing DME segments

FKK_SAMPLE_6309 - Brazil: Boleto Outgoing DME segments

PERFORM Short Reference   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

In event 6309 you can adjust details(segments P and Q), header and trailer in outgoing DME file for Boleto receivables.

Programming Restrictions

To ensure the consistency of the system, note that you must not use the following language elements in events, unless they were explicitly declared to be allowed for the given event:

COMMIT WORK

ROLLBACK WORK

CALL FUNCTION 'DEQUEUE ALL'

Deletion of locks that you have not set yourself

Implicit database commits triggered by RFC calls or by a WAIT statement

If you update additional data in an event and use the construction PERFORM commit routine ON COMMIT, note that:

At the end of the commit routine, all internal tables from which data was updated must be initialized again to prevent a duplicate update in the next call.

A PERFORM rollback routine ON ROLLBACK must also be called.

In the rollback routine, initialize the same data that is initialized at the end of the commit routine.

If you want to carry out checks in an event, when you issue messages, note that warning messages cause background processing of the process to terminate. You should therefore avoid issuing warning messages if possible. At the most, issue warning messages if the value of SY-BATCH is initial.

Also avoid messages of type A (termination). In the course of background processing, such messages can be captured and processing can continue. However, at the same time the message triggers an implicit ROLLBACK WORK, which can cause data inconsistencies.

Example

Notes

Further information





Parameters

CS_SEG_HDR_F
CS_SEG_HDR_L
CS_SEG_P
CS_SEG_Q
CS_SEG_TRAILER_F
CS_SEG_TRAILER_L
ET_RETURN
EV_PROCESSED
IS_DFKKBOH
IT_DFKKBOP
IV_SEG_DETAIL_FLG
IV_SEG_HDR_FLG
IV_SEG_TRAILER_FLG

Exceptions

Function Group

FKYBR7

General Data in Customer Master   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 2267 Date: 20240523 Time: 063451     sap01-206 ( 43 ms )