Student's Assignments
Evening 7pm SAP-ABAP Batch assignment : Based on the given sales.doc numbers to display sales.doc numbers, doc.dates and customer numbers by using ALV. If the user clicks on any sales.doc number only,then we display sales.doc details through 'VA03' Transaction(Set parameter id : AUN).If the user clicks on any customer number only,then we display customer details through 'XD03' Transaction(Parameter id : KUN)
Morning 7am SAP-ABAP Batch assignment : Implement the badi and method to attach the following additional subscreen to vendor transaction 'XK01'.(Subscreen contains : 1. VRANK--->Vendor ranking(CHAR,2), 2.VTIN---->Vendor Tin number(CHAR,5)).
Morning 7am SAP-ABAP Batch assignment : Implement the BADI and METHOD to download the key information of customer into excel sheet at the time create and save the customer through XD01 Transaction. The key information is : Customer number, account group, name, search term, street, city, postal code, country, created by and created date. BADI NAME : CUSTOMER_ADD_DATA, METHOD NAME : CHECK_ALL_DATA
Morning 8am SAP-ABAP Batch assignment : Based on the given customer number to display the customer address details(KUNNR,NAME1,ORT01,LAND1) By using smartforms.
Evening 7pm SAP-ABAP Batch assignment : Based on the given sales document numbers to display the sales document numbers, document dates and customer numbers by using ALV. And also display the sales.doc numbers with yellow color(3) and customer numbers with hotspot. (DB TABLE : VBAK)