Posts

Showing posts with the label SAP SD (Sales & Distribution) important Table-Part:1

Using BAPI upload excel file for t-code AS02 in SAP

Using BAPI " BAPI_FIXEDASSET_CHANGE " create a zprogram to upload excel file for mass change fixed asset in SAP. REPORT  ZAS02_ASSET_CHANGE_UPLOAD . TYPE-POOLS :  truxs . " Structure for Excel data TYPES :  BEGIN  OF  ty_excel ,          anln1  TYPE  anln1 ,          bukrs  TYPE  bukrs ,          kostl  TYPE  kostl ,          werks  TYPE  werks ,          prctr  TYPE  prctr ,         END  OF  ty_excel . DATA :  lt_excel     TYPE  TABLE  OF  ty_excel ,       ls_excel     TYPE  ty_excel ,     ...

SAP SD (Sales & Distribution) important Table-Part:1

List of Important SAP SD Tables (Sales and Distribution) : list of the most used tables in SAP SD including Customer, Sales Documents, Delivery and Billing. Delivery Doc Tables Description KNA1 Customer Master: General Data KNB1 Customer Master: Company Code Data KNB4 Customer Payment History KNB5 Customer Master: Dunning data KNBK Customer Master: Bank Details KNBW Customer Master: Withholding tax types KNKA Customer Master: Credit Mgmt. KNKK Customer Master: Credit Control Area Data – credit limits KNVA Customer Master: Loading/Unloading Points KNVD Customer Master: Record sales request form/documents KNVH Customer Hierarchies KNVI Customer Master: Tax Indicator KNVK Customer Master: Contact Partner KN...