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:

Connection of Account Type with Document Type

Print This Post Email This Post Written by admin on May 26th, 2010 | Filed under: Finance (FI)

The  Document Type is characterized by a 2-character code such as AA, DG, etc., whereas an Account Type  is denoted by a 1-character code such as A, D, etc., specifying which accounts a particular document can be posted to.

The common account types include:

  • A Assets
  • D Customer (Debtor)
  • K Vendor (Creditor)
  • M Materials
  • S GL

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

  1. Purpose of Document Type in SAP A Document type is specified at the Header level during transaction entry and serves many purposes. It defines the numbe range in the documents and allows you to control the...
  2. PR Document Type as per MRP Group Settings Procedure You can use document types to specify and group purchase requisitions more exactly. The following document types are available for purchase requisitions: Standard purchase order Subcontracting Stock transfer Features The...
  3. Define Document Types for Cash Journal Document You can select existing document types for cash journal documents, or define new document types in this activity. You must have document types for the following postings: G/L account postings...
  4. How to Create Movement Type? When prompted by a dialog box after an activity, you copy a movement type. Select the field “Movement Type” and “Continue”. In the Define Work area, enter the movement type...
  5. Maintain Material Type To Configure the material master material type, use the Transaction OMS2 which will allow you to Create, change or display. Here are some of the material types used in SAP:...
  6. ABAP Programs: Type-Specific Output Options REPORT ZSOURCE0808. * Specifying a format templateDATA TIME TYPE T VALUE ’154633′.WRITE AT (8) TIME USING EDIT MASK ‘__:__:__’. * Using decimalsDATA PACKED_NUMBER TYPE P VALUE 123.WRITE PACKED_NUMBER DECIMALS 2....
  7. ABAP Programs: Type check for form parameters REPORT ZSOURCE1007.* Types and variables for later useTYPES: T_NAME_1(20), T_NAME_2(20).DATA: NAME_1 TYPE T_NAME_1, NAME_2 TYPE T_NAME_2.* Calling forms with different actual parametersPERFORM SET_NAME_LIKE CHANGING NAME_1.PERFORM SET_NAME_LIKE CHANGING NAME_2.PERFORM SET_NAME_TYPE CHANGING...
  8. ABAP Programs: Form parameters without type reference REPORT ZSOURCE1008.* Variable for later useDATA: STRING_1(2) VALUE ‘AB’, STRING_2(8) VALUE ‘ ABAP/4′.* Calling forms with different actual parametersPERFORM WRITE_FIRST_CHARACTER CHANGING: STRING_1, STRING_2.* Form parameters without type referenceFORM WRITE_FIRST_CHARACTER CHANGING...



Leave a Reply