14.6.11

SAP Note 26094 - Dunning program: Missing address in dunning notice

Symptom:

Key words: Dunning notice, printing dunning notices, SAPF150D.
As of Release 3.0A, the receiver address is missing in the dunning notice.

Cause and prerequisites

Printing the address on the dunning form was changed in 3.0A:
Up to Release 3.0A, the address on the dunning form was printed by the standard text "F_ADDRESS". In this case, the address was formatted by function module "ADDRESS_INTO_PRINTFORM" called when printing dunning notices.
As of 3.0A, the address is formatted with the command "ADDRESS - ENDADDRESS". Therefore, function module "ADDRESS_INTO_PRINTFORM" is no longer required.
As of 3.0A, all dunning forms were also changed to the altered printing of the address but customer-specific forms probably still have the old status.

Solution

For all dunning forms, you have to make the changes indicated below in the address window:

    1. Delete the line in which the standard text "F_ADDRESS" is included.
    2. Insert the complete section from ADDRESS to ENDADDRESS.
    INCLUDE &T047I-TXTAB& OBJECT TEXT ID ST PARAGRAPH LS
    INCLUDE F_ADDRESS OBJECT TEXT ID ST LANGUAGE &T001-SPRAS& <- DELETE

    ADDRESS PARAGRAPH AS
    TITLE &ADRS-ANRED&
    NAME &ADRS-NAME1&, &ADRS-NAME2&, &ADRS-NAME3&, &ADRS-NAME4&
    STREET &ADRS-STRAS&
    POBOX &ADRS-PFACH& CODE &ADRS-PSTL2& CITY &ADRS-PFORT&
    POSTCODE &ADRS-PSTLZ&
    REGION &ADRS-REGIO&
    CITY &ADRS-ORT01&, &ADRS-ORT02&
    COUNTRY &ADRS-LAND1&
    FROMCOUNTRY &ADRS-INLND&
    ENDADDRESS

No comments:

Post a Comment