Student's Assignments
Morning 8am SAP ABAP Batch Assignment : Develop a conversion program to upload the bank details from flat file to sap system by using BDC call transaction method through FI01 transaction The flat file contains bank country key, bank key and bank name BNKA (BANK MASTER TABLE) BANKS---->BANK COUNTRY KEY, BANKL---->Bank key, BANKA---->Bank name
Morning 7am SAP ABAP Batch Assignment : Based on the given company codes(BUKRS) to display the company codes(BUKRS),company names(BUTXT),vendor numbers(LIFNR) and vendor names(NAME1) By using inner join. (DB Tables are : T001,LFB1,LFA1)