Function Module To Obtain Wage Type Characteristics

Hi Gurus,
Is there a FM to obtain the characteristics of a wage type.
What I am after is whether a particular wage type is an amount wage type or a number/unit wage type.
Many thanks in advance.
Raj

HI,
Try using this
BAPI_WAGETYPE_GETLIST      
BAPI_WAGEcompext_GETLIST
bapi_WAGEcompext_getdetail
Regards
Hiren K.Chitalia

Similar Messages

  • Function module for assigned wage types

    Hi experts,
    We need wage type wise count and sum of the amount for each wage type defined in infotype '0008' for the given from and to dates. Is there any function module available for the same.
    Please suggest.
    Regards,
    Kaustubh Kabre.

    Hi,
    <li>I do not look for function module for this case as i know that we can or have to read wage types and corresponding amount in the program. LDB PNP should be given in program attributes.
    REPORT RPABAP06.
    TABLES:PERNR.
    INFOTYPES:0008.
    DATA: BEGIN OF WAGETYPES,
       LGA LIKE P0008-LGA01,
       BET LIKE P0008-BET01,
       ANZ LIKE P0008-ANZ01,
       EIN LIKE P0008-EIN01,
       OPK LIKE P0008-OPK01,
      END OF WAGETYPES.
    DATA:total type P0008-BET01.
    GET PERNR.
    RP_PROVIDE_FROM_LAST P0008 SPACE PN-BEGDA PN-ENDDA.
    DO 20 TIMES VARYING WAGETYPES-LGA FROM P0008-LGA01 NEXT P0008-LGA02
                VARYING WAGETYPES-BET FROM P0008-BET01 NEXT P0008-BET02.
    IF WAGETYPES-LGA IS INITIAL.
    EXIT.
    ELSE.
    TOTAL = TOTAL + WAGETYPES-BET.
    WRITE: / WAGETYPES-LGA, WAGETYPES-BET.
    ENDIF.
    ENDDO.
    WRITE TOTAL.
    Thanks
    Venkat.O

  • How to connect our outbound function module to the message type

    how to connect our outbound function module to the message type any transcation code exits to assign the message type with the function module .
    Thank in advance .
    A. Thiru

    Hi Thiru,
    Standard Transaction Codes, have their own Function Modules for generating Outbound/Indbound Idocs. Where these Function Modules will be configured to a particular Process Codes.
    For E.g for PO's
    Process code : ME10 - IDOC_OUTPUT_ORDERS - for creation
    In case if its a Z Function Module, It depends on the case how you use IDOC types. either directly through Z Program or through Inbound/Outbound Process  codes with respective Function modules.
    Regards,
    Anbalagan

  • BAPI function module to get condition type and its values based on delivery number?

    Hi All,
    I would like to have the BAPI function module to get condition type value based on delivery number before invoice is created.please provide detail program for as a reference .please reply as soon as possible its urgent.
    Regards,
    saaikumar.

    If you haven't already, you may first need to search via the SAP transaction "BAPI" in the area this is applicable to.  Failing that I do hope you get an answer.

  • Is there any function module getting the cpu type?

    Is there any function module getting the cpu type?

    I guess the database server...
    I would like to get the SAP system cpu type as done in transaction st06 under system information.
    Thanks.

  • Function module related to procurement type and special procurement type

    Hi Gurus,
    Is there any function module related to procurement type and special procurement type?
    Regards
    Rajib

    Dear Rajib,
    What is your exact requirment?do you want to find out the list of materials based on procurement type
    and special procurement type?
    You can get the details from the table MARC.
    Regards
    Mangalraj.S

  • Function Module to obtain date

    Hi all
    Can anyone suggest me the function module which satisfies below scenario:
    Suppose i enter FROM date as :18.07.2006
    and TO date as :20.07.2006
    I should get number of days between these two dates as 1 and value :19.07.2006.
    Thanks in advance
    Regards
    Neha Kapoor

    Hi neha,
    1. just copy paste
    2. It will list ALL THE DATES which fall in between,
       and also the NUM OF DAYS.
    3.
    report abc.
    PARAMETERS : FROMDATE TYPE SY-DATUM DEFAULT '20060701'.
    PARAMETERS : TODATE TYPE SY-DATUM DEFAULT SY-DATUM.
    perform mydays using fromdate todate.
    FORM
    FORM MYDAYS USING MYFROMDATE MYTODATE.
      DATA : CURDATE TYPE SY-DATUM.
      DATA : NUMOFDAYS TYPE I.
      CURDATE = MYFROMDATE + 1.
      DO.
        IF CURDATE >= MYTODATE.
          EXIT.
        ENDIF.
        NUMOFDAYS = NUMOFDAYS  + 1.
        WRITE :/ CURDATE.
        CURDATE = CURDATE + 1.
      ENDDO.
      WRITE :/ '------- Num of days ' , numofdays .
    ENDFORM.                    "MYDAYS
    regards,
    amit m.

  • Variant Matching - Function module to obtain material no from Char Values

    Hi,
    We are not using standard functionality.
    We have a set of characteristic names & values. Our aim is to fetch material number from these. (Variant matching part of CU50)
    We have tried debugging but in vain.
    In the MRP 3 view of these material masters, characteristic values are maintained (under configurable material)
    Please suggest some function modules or table names for fetching material number from characteristics.
    Regards,
    Mahesh Patil

    Hi Mahesh ,
    try out below functional module , may be its of your use.
    CAVC_C_TYPE_MATCHING
    regards
    Ritesh

  • Function module to convert character type to required data type

    Hi,
    Is there a function module which can convert data in character type to any other required data type?
    Like i have a date 12.2.2008 and it is stored as character now i want to convert it into type d.
    so that when i use
    Describe field <field_name> type <type>.
    statement afterwards then it gives me  D not C as its data type.
    The requirement does'nt stick to conversion of just one data type.I need an FM which can convert data in character type to any data type.
    Hope you understood the problem.
    Thanks for your time.

    Hi,
    Use the code.
    data : date like sy-datum.
    call function 'CONVERT_DATE_TO_INTERNAL'
      exporting
        date_external                  =  '01.01.2008'
    IMPORTING
       DATE_INTERNAL                  = date
    EXCEPTIONS
       DATE_EXTERNAL_IS_INVALID       = 1
       OTHERS                         = 2
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    Regards,
    Morris Bond.
    Reward Points if Helpful.

  • Wage type characteristics variation in Dev and PRD system

    Hi All,
    We have a wage type for ex: 9501, We will be entering the WT in infotype 15 and the in the payslip it will be in payments section.
    When I enter value 50 in DEV system, it is showing 50 in payslip under payments section but in PRD system the same scenario reacts as 46.53 in the payslip when we enter 50 in infotype 15. Not sure why it is behaving in such a way, any ideas?
    With Regards,
    Giriesh M

    Hi Sikindar,
    Thank you for the respond. I have checked where it get changed and it was happening in GVAL. Later I find out that it is based on /801 splits ( it has 2 splits and based on the first record it was producing such result). As I am new to functional side it is bit struggle to know from where I have to analyse. Your suggestions helped me to find out. Thanks a lot.
    With Regards,
    Giriesh M

  • How to know the function module for a message type

    hi sd gurus,
    how can i know the function modules used ( based  on message type can i know it?) in inbound idoc processing.
    can anyone  let me know where can i find it out and the related transaction codes
    Thanks&Regards
    Srini

    You can find out the Functionmodule if you know the message type.
    Go to WE20, find the message type for hte relevant partner type by clicking the partner type and then clicking one partner int hat partner type.
    Now on the right hand side, you will get a screen. Based on whether it is your outbound IDOC or ibound, click the relevant parameters, select the message type and double click.
    In the new screen open the Message control tab and fidn out the process code of the IDOC.
    Now go to WE41 if ur IDOC is outbound or WE42 for inbound IDOC.
    Search for the process code which is assigned to the message type in WE20.
    Double click the process code, you will see the relevant function module in the 3rd field.
    Hope thsi helps you
    Pls reward if it helps.

  • Function Module using Quantity conversion type

    Hi,
    I need to know the function module which uses the quantity conversion type created in RSUOM and should provide the converted value as the result.
    I know the function module which convert the units based on the input. But need to know the FM which uses conversion type.
    I tried conversion type available in the transformation rules. But it is not working for a particular case. So thought of doing the same inside a routine.
    Awaiting for your reply
    Thanks!

    Try this and check
    select vbakvbeln vbapposnr vbakvkorg vbakvtweg vbak~spart
    vbakvkgrp vbakvkbur vbapmatnr vbapmatkl vbap~zieme
    into CORRESPONDING FIELDS OF table it_data
    from vbak
    inner join vbap on vbapvbeln eq vbakvbeln
    where vbak-vbeln eq vbeln.
    Regards,
    Atish

  • Functional module to obtain the Customer hierarchy

    Hello Experts,
    I need some information regrading Customer hierarchy step. Could anyone please assist me the function module used in customer hierarchy to obtain the hierarchy.
    Thanking you,
    SS.

    Hello Pratima.
    Thank you for your quick response.
    Could you please provide me the configuration steps for customer hierarchy  as this is our action event.
    Thanks in advance.
    Regards,
    SS.

  • Functions used to edit wage types using PCR

    Hi;
    Could anyone tell me what are the functions that are used to edit wage types using PCR.
    One right ans is PIT(Process Input Table).
    Is it possible to use WPBP for editing wage types using PCR?
    Please share your thoughts!!!
    Ramesh S.Prabu

    Hi Dilek;
    PE04 gives the whole list of functions and operations we can use.
    But as per i know, when we can categorise:
    Functions that imports infotype data are:
    WPBP
    RAB
    P0015
    P2010
    Function that process data according to the entries in the customizing table is:
    PAB
    Function that edit wage types using PCR is:
    PIT
    Is there any functions(particularly GWT, WPBP) that we can add in any of the above categories.
    Thanks for your time.
    Ramesh S.Prabu

  • Function module for sales order VC characteristics

    Hi All,
    Is there any function module for fetching sales oder VC characteristics.
    Regards

    Please use FM: VC_I_GET_CONFIGURATION.
    Please pass "VBAP-CUOBJ"  in the exporting parameter INSTANCE and it should return you configuration in the Table parameter 'CONFIGURATION'.
    Let me know if this works.
    Thanks,
    Neeraj

Maybe you are looking for

  • Forum search doesn't find message but Google does

    The forum-search query "icc profiles ilford paper", with the forum "Photoshop Elements" selected, does not find the following message: http://forums.adobe.com/message/1520276#1520276 Re: ICC Profiles I just purchased some ILFORD paper and I downloade

  • Landscape suggestions

    When moving from messaging to email or other apps that I prefer to be in landscape, I prefer to leave the iPhone sideways. However, the icons on the Home screen always stay in vertical orientation. I don't think the Home screen needs to rearrange, bu

  • Dynamic F4 help for workcenter based on plant given in select-option

    Hi all, I need to give F4 help on work center based on plant values in the select-options in the selection screen. I am using the FM DYNP_VALUES_READ to get the low and high values in the plant  field of selection screen. The problem is i do not know

  • Title and Credit template question

    Is it possible to create a "master" title/credit template, so that when a change is made to the master, it's reflected in all the titles/credits upon which it's based? I have a project with 16 clips, each with a title and a credit. I'd like not to ha

  • WEB Logic server installation

    While installing Weblogic server On Linux: I got error when I gave command: java examples.ejb20.basic.statelessSession.Client "t3://localhost:7001" Error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/ejb/EJBObject ant is successfu