ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Chained Statement

Print This Post Email This Post Written by admin on Oct 16th, 2008 | Filed under: ABAP

A Consecutive statement with the same initial keyword can be condensed into a single chained statement. The Initial part of the statement containing the keyword must be followed by a colon “:”. All elements that follow the colon must be separated by comma.
For e.g.

1
2
3
Write :/ <element_1>,
         <element_2>,
         <element_3>.

The system would consider each individual part of a chained statement to be a complete and independent statement.

Share

If you like this post, you may as well like these too:

  1. What is a Financial Statement Version? Financial Statement Version A FSV (Financial Statement Version) is a reporting tool and can be used to depict the manner in which the financial accounts like Profit and Loss Account...
  2. SELECT SINGLE Statement The Select Single Statement is used to ensure that only one row is read from the Database. The Search is terminated as soon as the that row is found with...
  3. Configure Manual Bank Statement The following are the steps for configuring manual bank statement: Create account symbols for the main bank and the sub accounts Assign accounts to account symbols Create keys for posting...
  4. Configure Electronic Bank Statement Following are the steps involved in configuring Electronic Bank Statement Create account symbols for the main bank and the sub accounts. Assign accounts to account symbols. Create keys for posting...
  5. SAP Cash Management FAQs – Manual Bank Statement 1.    Does the bank statement processing functionality affect only the CM submodule? The bank statement processing is a special CM functionality which, however, sends information into FI. It is not...



Leave a Reply