Saturday, January 5, 2019

what is the difference between application tables and customization tables?



Most of the Tables which are updated using the SPRO config settings are called Customization tables
They start with letter 'T'.
iike--- T001, T002, T003, T005 etc.
Application tables are related the Business transactions in each tables
like in SD SO related table VBAK,VBAP.
and MM related PO tables EKKO, EKPO etc.

Legacy Data Transfer for Asset Accounting


Legacy Data Transfer for Asset Accounting

use below 2 t-codes:
AS91 for Legacy asset upload & same time this is used to create master record & upload opening balance for the Asset master..
OASV used for uploading GL ACCOUNT

Drop Down lists in the selection parameters

PROGRAM ztest.   TYPE-POOLS : vrm.   DATA : name TYPE vrm_id,        list TYPE vrm_values,        value LIKE LINE OF list. ...