Monday, October 4, 2021

Extending standard SAP Fiori app

 

https://sapyard.com/sap-fiori-tutorial-part-8-how-to-extend-standard-fiori-app-both-ui-odata/


https://help.sap.com/viewer/d59d9f81f4884bf9b115936b92c27202/2.0%202020-12/en-US/d858be20370746d2bd44d2feb2b888b5.html?q=My%20Timesheet%20Version%203%20Fiori%202.0



Tuesday, September 28, 2021

Odata URL conventions

 

SAP Odata URL conventions

https://www.odata.org/documentation/odata-version-3-0/url-conventions/

Friday, September 17, 2021

SRM FM to create PO in ECC

 SRM function module to create PO from Shopping cart

BBP_PD_SC_TRANSFER

If you have Shopping cart number, then get GUID from BBP_PD tcode - and input it to the FM - PO will be created in backend.

BBP_CREATE_BE_PO_NEW exit will be called when this FM is executed - This will be called in normal process as well - but we can't debug in normal process, as it will be called in background job.

Friday, July 24, 2020

Get string from xml response

 

jQuery.parseXML(oEvent.getParameter("responseRaw")).getElementsByTagName("d:AppKey")[0].innerHTML

 

Wednesday, July 15, 2020

Using HR_INFOTYPE_OPERATION when there is a Secondary Infotype


Secondary Infotypes:

Using HR_INFOTYPE_OPERATION when there is a Secondary Infotype

Note : Finding View Identifier is important.

Example:

    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        infty            c_residence_infty  "0048
        subtype          subty
        number           pernr
        validityend      me->it0048_old_end_date
        validitybegin    me->it0048_old_start_date
        record           p0048_residence_status
        operation        'INS'
        view_identifier  '08'
        secondary_record p3292_pvn_check
      IMPORTING
        return           return.

Service activation - System Alias error

Service activation

Issue when System Alias was not transported :  Go to SM30 -  /IWFND/V_MGDEAM – and put the new entry in transport