Issue: When You are trying to Open Adobe Forms in Portal – ESS/MSS you will get a Following Error UCF_AcroForm Solution: Check the Adobe Reader/Acrobat for […]
Scenario: I want to populate Radio Button Text programmatically in WebDynpro ABAP instead of binding Domain. Steps: I have a Context Element DEL_ITM in Component Controller i […]
Pre-Requisties: SMS service (Refer) . 1. Create a class 2. Create static public Method ‘SEND_SMS’ with below parameter. METHOD send_sms. DATA: send_request TYPE REF TO cl_bcs. DATA: […]
Req.: Movement Type field is Defaulted, we need to modify the Movement Type based on Order type(caufvd-auart) & Item Category ( resbd-postp) and based on Order Quantity […]
Pass the username in USER parameter in SAP_WAPI_CREATE_WORKLIST You can get the workitem from WORKLIST parameter. CALL FUNCTION ‘SAP_WAPI_CREATE_WORKLIST‘ * EXPORTING * USER = SY-UNAME […]
1. Add Window(WDW_MAIN) reference to the View(VW_REGISTER). 2. Add Button in your WDA application,create Action(my Action Name is ACT_BACK). 3. Create a object for the […]