Wednesday, December 22, 2004

SAPGUI interaction with PC

The class CL_GUI_FRONTEND_SERVICE supports a lot of features for interacting with the local PC e.g. upload/download file, directory, etc

Tuesday, December 14, 2004

Reuse Library

SAP provides demos and list of classes/function modules that can be used to do some of the common things. These are:
  • Controls
  • ABAP
  • Standard Dialogs
  • Application Tools
Within Applications tools
  • InfoSet Query / SAP Query
  • Extended Table Maintenance
  • ALE/IDoc
  • Change Documents
  • Units of measurement

The transaction for starting Reuse Library is SE83.

Client copy in SAP

To copy client dependent transports accross clients use the transaction SCC1.

Sunday, December 12, 2004

Add new language in SAP

SAP report RSCP0034 will add a new language in SAP (OSS Note: 579937)

Wednesday, December 01, 2004

Logging transaction

Use the transaction SLG0 to create object/subobjects for your own use. Then transaction SLG1 can be called to display log for the these objects once the logs are written. Database में डालने के लिए SBAL_DEMO_०५ नमूना देखे.

Sunday, November 28, 2004

Demos on Logging

Package SZAL has a lot of demo programs that show how to create log messages. The program SBAL_DEMO_04 has links to most cases.

Monday, November 15, 2004

Date calculation

Use Function module CALCULATE_DATE to get past/future from a given date

Saturday, November 13, 2004

Useful tables in CFM

Tables:
  • TZPA Product type
  • AT10 Transaction type
  • AT01 Transaction Category
  • VTBFHA Transactions

Substitution Rule

Substitution rule setup:

Go to FI->GL->Business Transaction->GL A/c posting->Carry out and Check Document settings->Substitution in A/c documents

Payment File setup

Payment file setup (MT100 and MT210)

Go to FI->AR and AP->Business Transaction->Outgoing Payments->Automatic outgoing payments->Payment media->Make settings for payment medium formats for Payment medium workbench->Create Payment medium formats

Sunday, November 07, 2004

Currency Conversion in SAP

CONVERT_TO_FOREIGN_CURRENCY Translate local currency amount into foreign currency
CONVERT_TO_LOCAL_CURRENCY Translate foreign currency amount to local currency

Wednesday, November 03, 2004

Reading/Saving text elements in a program

Use these function modules on text elements
READ_TEXT Read text in the form of SAP Script/Memo
SAVE_TEXT Save text in the form of SAP Script/Memo