What is the table for OBYC in SAP?
C FI Table T030
The SAP TCode OBYC is used for the task : C FI Table T030. The TCode belongs to the FB0C package.
What is T030 table in SAP?
T030 is a standard Financial Accounting Poll Table in SAP FI application, which stores Standard Accounts Table data. Below you can view the Table Structure, columns(fields), SAP Wiki pages, discussion threads, related TCodes, FMs, ABAP Reports, BW Datasources, and Authorization Objects for T030.
What is OBYC transaction in SAP?
Configuration transaction OBYC forms the core of SAP’s integration between the MM, FI, and Controlling (CO) modules in a traditional SAP ERP system. Transaction keys (1) are used to determine general ledger accounts used by the system.
What is the transaction key BSX in SAP?
Stock posting (BSX) – This transaction is used for all postings to stock accounts. Such postings are effected, for example: In inventory management in the case of goods receipts to own stock and goods issues from own stock.
What is OBYC settings in SAP MM?
In SAP MM, OBYC basically means Configure Automatic Postings. When a user enters a transaction for Inventory Management and Invoice Verification, it is automatically updated in the Financial and Controlling documents within the respective modules via G/L accounts.
What is OBY6 table in SAP?
OBY6 (C FI Maintain Table T001) is a standard SAP parameter transaction code that is used to maintain the contents of V_001_B database table. It does this by executing the table maintenance t-code SM30 in edit mode, assuming you have the appropriate authorisations.
What is VKOA setting SAP?
General in VKOA is used to determine G/L accounts based on Condition type for account determination, Chart of Accounts and Sales Organization since you know that while invoice posting system will use account determination types in order to track G/L accounts to which amount has to be posted.
What is General modification in OBYC?
General modification key is a key that has a different meaning depending on the business transaction and which is used to differentiate account determination . The meaning is preset in the SAP System and cannot be changed.
What is OBYC setting?
What is BSX and WRX in SAP?
BSX and WRX are transaction event keys, these are used in automatic account determination when you will do goods receipt. When you will do goods receipt for stock material two postings will happen. BSX- stock posting (debited)+ WRX-GR/IR clearing account(credited)- When you are posting the invoice.
What is OBYC?
OBYC is the transaction you use to assign SAP General Ledger (GL) accounts in Financial Accounting (FI) to movement types in Materials Management (MM), also known as SAP MM-FI Automatic Account Determination. End users do not typically have authorization to run OBYC.
How to create a sap table?
– Search for database table, select the appropriate entry and click Next . – Maintain the required information and click Next . Name: ZTBOOKING_XXX Description: Table Booking – On the next dialog, provide a transport request and click Finish. – Check result. An empty table is now created.
How to create ztable or new custom table in SAP?
This is how to create a table in SAP, to create custom table in SAP we call it ztable SAP. We need to create this table if we wanna save something in SAP and…
How to create a foreign key in SAP table?
– Y=1: For each row in check table only one row is allowed in foreign key table – Y=C: For each row in check table maximum one row is allowed in foreign key table – Y=N: For each row in check table there is always at least one row in foreign key table. – Y=CN: There might or might not be rows in the foreign key table for each row in the check table.
What are the types of database tables in SAP?
SAP Transparent Tables. Contain a single table. They are used to hold master data e.g. Table vendors or table of customers.