former_member187692
Participant
Member since ‎2012 Jun 28

User Statistics

  • 108 Posts
  • 2 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

Hi ,     I want to get the wage details for particular Employee's Personnel Number (PERNR). I have two bapi's BAPI_WAGETYPE_EMPLOYEEGETLIST &BAPI_WAGETYPE_GETLIST.I want to fetch the wages details ( wages type, amount , number etc.) and populate some...
Hi ,      I have been trying to pass data by execute this bapi "BAPI_BASICPAY_CREATE"As follows:-call function 'BAPI_BASICPAY_CREATE'   exporting     EMPLOYEENUMBER             = '3'     SUBTYPE                    = '0   '     VALIDITYBEGIN          ...
Hi,     I need some help on:-1.) I have created a network using the BAPI FM ( BAPI_BUS2002_CREATE ) which I need to assign to the WBS.2.) Create an activity ( i believe the BAPI FM is   BAPI_BUS2002_ACT_CREATE_MULTI ) and assign activity to the n/w.P...
I was trying to create a network from abap editor using the  'BAPI_BUS2002_CREATE' but I have encountered a dump. Here is my entire code below:-*  Declaration based on the Import & Export parameters of BAPI create   DATA LV_AUFNR TYPE NW_AUFNR. DATA ...
I want to create an assistance class where I can fetch data for the range of values selected ( basically when I select a range of sales order ).I was only only successfully in creating parameters, passing single values.Regards,Krishna.