Show TOC

 Hiding the Date and Time

Use

You follow this procedure to hide the date and time in the document journal header, as required in Turkey. It involves creating a function module (steps 1–9), a new product (steps 10–11), and then assigning both to a new process (steps 12–14).

Procedure

  1. In Customizing for Financial Accounting, choose Start of the navigation path Financial Accounting Global Settings Next navigation step Use Business Transaction Events Next navigation step Environment Next navigation step Infosystem (processes) End of the navigation path .

  2. In Process interface, enter 00003210 and choose .

  3. A list appears.

  4. Position the cursor on process 00003210 and choose Sample function module .

  5. Choose .

  6. A dialog box appears.

  7. In To: function module, enter a name of your choice for the new function module, change the function group to IDTR and choose Copy .

  8. Another dialog box appears.

  9. In Request, enter the request that you want to include the function module in and choose .

  10. You return to the main screen. The name of your new function module is displayed in the Function module field.

  11. Choose Change .

  12. On the Source code tab, insert the following line:

  13. MOVE SPACE TO I_BHDGD-LINE1+90(42).

  14. Save the source code.

  15. Go back to the SAP Business Framework: Business Transaction Events screen and choose Start of the navigation path Settings Next navigation step Products Next navigation step … of a customer End of the navigation path .

  16. Create and activate a new product with a name of your choice and save it.

  17. Go back to the previous screen and choose Start of the navigation path Settings Next navigation step Process function modules Next navigation step … of a customer. End of the navigation path

  18. Create a new entry for process 00003210, setting the country to TR , leaving the application blank, and entering your new function module and product.

  19. Save the entry.