HR field doubts?

Hi,
BSIK-LIFNR = P0000-PERNA.
ACTUALLY WHAT IS PERNA AND P0000
i understand if its equall send that record to target. i mean whilte transformations i can write routine.
regards
anitha

PERNA means field contains the personal number  and Here P0000 means just internal table structure for Infotype 0000(Actions) while using in provide and endprovide statement.
Header information  in HR data record
PERNA --PERNAl NUMBER
SUBTY-SUB TYPE
OBJPS - OBJECT ID
SPRPS - LOCK INDICATOR
BEGDA -BEGIN DATE
ENDDA - END DATE

Similar Messages

  • DSO - Key Field doubt?

    Hi All,
    I want to know the functionality of the Key Field in the DSO.
    I know based on the Key Fields(Primary Key) data is pulled to DSO, but please explain me the below scenario
    E.g
    I have 3 records in the Extractor( Generic) and i am pulling data to DSO - Full load.
    Material                 Qty       Date
    100                       20        1-Jan-2010
    100                       30        5-Jan-2010
    100                       10        10-Jan-2010
    In DSO i have only one Key field called 0MAT_NM (Material Number), but i have 3 records in the Extractor , shown above.
    Now my Question is
    On what basis data will be pulled to DSO?
    Whether latest date records will be pulled to DSO or let me know correct method? because i have got material no 100
    but date and Qty is different (means one time it is taking Qty - 30 and date as 1st Jan 2010, other run it is taking differnet).
    Please clear my doubt.
    Regards,
    Nithi.

    in your dso you can have one record per key. keyfigures will be in addition or overwrite option. if in "addition' the value will be the sum of all the values for a given key. in 'overwrite', you'll only keep the last record written to the dso; char are always in overwrite, so you'll keep the last record written to the dso
    M.

  • GLT0 FIELD DOUBT - URGENT

    hi exports
    i want to take gl account balance GLT0 table?
    but i've some field month wise like HSL01 (apr), HSL02(may), HSL03(jun) like wise? i want to take credit, debit and balance how can i take wht is the prog. i want to take month wise ? how? my parameter company code, year and gl account no?
    pls help me urgent

    HI PRABHU
    IN THAT T.CODE FOLLOWING ERROR OCCURED NO LINE ITEM DISPLAY POSSIBLE FOR ACCOUNT 201207 COMPANY CODE?
    HOW CAN I TAKE

  • Mapping field doubt

    Hi
    I am doing a Proxy to File scenario. My mapping sheet is like this.
    Only output this record if MARA.A is not blank. Then I have four fields, of which one is MARA.A
    Again it's like this. Only output this record if MARA.B is not blank. Then under that I have four fields, one of which is MARA.B
    And the third, Only output this record if MARA.C is not blank. Then under that I have four fields, one of which is MARA.C.
    I am confused as to how to create data types at the sender side. At the Receiver side, all the four fields are same for all cases.
    Depending on the value of MARA.A, MARA.B, MARA.C, one of the fields have to be filled in receiver end.
    Also how will I take care of this condition ? IN the Proxy or in the Message Mapping ?
    Regards

    you can handle this in proxy or PI mapping, option is in your hands.
    You have to create data type, 
    <mara.a>
      <a>
      <b>
      <c>
      <d>
    </mara.a>
    <mara.b>
      <a>
      <b>
      <c>
      <d>
    </mara.b>
    <mara.c>
      <a>
      <b>
      <c>
      <d>
    </mara.c>
    check mara.a exists then map it,same way implement logic ..
    Regards,
    Raj

  • Empty field doubt

    Hi all,
    As I am beginners in MDM and learning from your question and answer can any one tell me from where can I found this empty field option.
    I have seen the answer that empty field is used when ever the value is missing in source field.
    please explain.
    Thanks

    Hi,
       When you use add field command  in import manager, MDM creates an empty field in souce
      hierarchy tree.
       Whenever source data is not available for a particular destination field , we add an empty field contains
       null value in souce  and map  to the corresponding destination field.
      To create an empty field in import manager
      Select the table in which you want to add an empty field in the source hierarchy tree
      Right click on the node and choose add field from the context menu.
      MDM adds new field node named New Field  and give the name whatever you want for New Field.
      Then it becomes empty field as it contains null value.
      After that map the empty field to the corresponding destination field.
    Hope it helps
    Cheers,
    Narendra.

  • BAPI field doubt

    Hi Experts!
    I am using BAPI_SALESORDER_CREATEFROMDAT2 bapi to create sales orders and trying to fullfill with this a field called "Customer Material Number" in transaction VA02.
    Unfortunatelly I didn't get it with Table parameter called ORDER_ITEMS_IN, field CUST_MAT22.
    Any suggestions?
    Thansk!
    Michel Khouri

    Hi
    U have to use extension structure (EXTENSIONIN)
    In the table parameter of the BAPI you can see EXTENSIONIN structurated as BAPIPAREX.
    U need to do the following steps before using it:
    By SE11:
    - Extend the structure BAPE_VBAP and BAPE_VBAPX in order to insert the new fields
    - Extend the structure VBAPKOM and VBAPKOMX (if it's necessary) in order to insert the new fields
    In your report
    - Transfer the value to EXTENSIONIN:
    BAPE_VBAP-POSNR = <POSNR>.
    BAPE_VBAP-NEW FIELD = .......
    EXTENSIONIN-STRUCTURE = 'BAPE_VBAP'.
    EXTENSIONIN+30        = BAPE_VBAP.
    APPEND EXTENSIONIN.
    BAPE_VBAPX-POSNR = <POSNR>.
    BAPE_VBAPX-NEW FIELD = 'X'.
    EXTENSIONIN-STRUCTURE = 'BAPE_VBAPX'.
    EXTENSIONIN+30        = BAPE_VBAPX.
    APPEND EXTENSIONIN.
    Max

  • Doubt on updating PROJN field in EKKN

    Hi Friends,
    I have a requirement to update the PROJN(old pos number) field in EKKN table with some shipment date from input file.
    i have checked with BAPI_PO_CHANGE for updation.
    I cannot accurately find a specific field where i need to update for PROJN  in that BAPI.
    Actually the PROJN field is not in use now.
    Can anybody help me with which field in ME22N denotes the PROJN field.
    Is there any ways to update an non-existing field with some other field.
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

    As the field is no longer used I doubt if there is a bapi or other object that allows you to update the field. Even if there was a bapi then support for updating that field could be withdrawn in the future. To be safe you should look at using another field. If you get replies telling you to directly update ekkn-projn then ignore them, thats silly.

  • Doubts regarding the CTTYP field after a PU12 run

    Hi Everyone,
    I had some doubts regarding PU12. When I maintain the IT16 data for an employee belonging to Employee Group/Subgroup E/52, I want to keep the contract type blank. However, when I do this, CTTYP is not sent through in the IDoc after PU12 processing. I would like to know if this is standard behaviour. (If it is maintained as say unlimited contract, the field is sent through with the value 01) If I would like to send CTTYP through as 00, can I do it? Would I have to maintain a conversion? As of now, this field is configured as a key field in my system.
    Regards,
    Alpana.

    I presume that you cave a template for your documents with unsigned signature fields. Add a text filed (or other field type that you wish to use) to this template. Then you will be able to fill in this field after signing.

  • Doubt on Field only exit in RSA6 ?

    Hi,
    I have added few fields from the comm structure to the extract structure for 2lis_02_scl datasource (from right to left). So those fields should be checked or unchecked in field only exit in RSA6. Can you please suggest. Currently those are checked, should I uncheck those.
    Thanks

    Hi Arminder Singh,
    Thanks for the reply. I have 2 doubts on the same, can you please provide your thoughts.
    1) How to determine to add any compatible field to the extract structure ( that is moving from comms truc from right to left) whether its delta capable or not and if its working or not. Becasue even after adding the fields to extract struc and activating the ds and then remove unhide etc., the values are not populated in that field when i check in rsa3, where as the values are existing in the standard table,
    for ex, it says mcremng and i have moved from left to rite...remove hide and remove field avlble in exit and still the values are not coming in the newly moved field. the ds is active and everything is fine.
    Am i doing something wrong ? Can anyone tell me if there is anyway to check if any field moved from comm to extrac struc may not work even after doing the maintain options, activate ds ,generate, unhide etc. How to check if a particlue standard field which was delivered by sap may not work even after adding it to the extract struc and how to analyze that ?
    Hope I am clear what I am saying here.
    Thanks for your time,

  • Doubt about report FBL5N of screen field:Open items and Cleared items

    hi
    i know the report FBL5N is use DDF LDB and the report work flow is BSID->BKFP->BSEG
    but i don't know to differentiate Open Items and Cleared items in this report.
    Open items and Cleared items stand for a field flag in these table (BSID,BKFP,BSEG )? if true the field is?
    or they must be calc in program ? if true what about calc rules?
    waiting for help! thank you!

    Hi,
    Here is the difference in Open Items and Cleared Items.
    In FI first the document is Open (when it is posted) so the entry is made in table BSID. Once the document is cleared, it will move from BSID to BSAD. And for Cleared item you will see Clearing Document no and Clearing date values updated (these are blank when the item is open).
    The only difference in Open and Cleared is via Clearing Document and Clearing Date. If the values are present, it means document is cleared.
    Hope this helps.
    ashish
    Message was edited by:
            Ashish Gundawar

  • Hi friends, I have a doubt in inserting a field to database table and inserting the same values in two different tables

    I have a mpp screen for a cd library management system (we are practicing on it).
    We have a main screen where a user should enter the enteries and while clicking a add button it should be inserted in a table, Here the problem rises the table name are ztransaction and zstatus.The fields in mpp are cdid,customerid,transaction id,date of issue and duedate.Now after entering all the values on clicking add button it should be inserted to database table ztransaction and the field cdid alone should be inserted both in ztransaction and zstatus.
    Thank you

    Hi Raghuram R G,
    Check for Primary key and foreign key in the Database table??? Because of this it was not inserting...check and confirm??
    Regds,
    Vijay SR

  • Doubt in fields - message mapping (file 2 idoc scenario)

    while doing message mapping in file 2 idoc scenario, i could not able find the values for some field names
    ( i am following this wiki help
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC& )
    cremas04 idoc
    vendorNo LIFNR
    vendor name Name1
    Pur_org   ? ( I could not able locate field with the similar desc in idoc MT side)
    Company code  ?
    Acc_Grp  ?
    Search term MCOD1
    Address ADRNR
    City ORT01
    Pin_code PSLTZ
    could you help me out with this?
    Message was edited by: praba
            praba

    hi,
    I got the answer.

  • Hi, i have doubt in alv field cat log

    1)In alv field cat preparation (i dont want to display for one particular field in output screen) can u pls send me the code.
    2)in field cat for a particular field i want to display in different color for that can u send me code.
    3)code for (DOUBLE CLICK) event.
                for the can u send me a code
    Regards,
    Nagesh

    Hi Nagesh,
    I think you have posted your question in the wrong forum, this forum is for education related topics only.  Please review the existing forums and re-post it to the appropriate one.
    Regards,
    Simon

  • Doubt in restricting table field value

    Hi,
    I Want to restrict one field in my table to have only predefined values. ie, I have a field named Status which can have only 2 values either 'Present' or 'Absent'. How to make this constraint enforced in the table ?
    Suggestions & ideas are very much appreciated,
    Thanks & regards,
    Ram

    Hi ,,
    Using Check Constraint it can be done.
    Else
    Write a trigger : before insert
    Cheers
    Nirmal

  • Doubt regarding populating a field in BAPI

    Hi guys,
    I'm doin a JDBC to RFC scenario.
    My JDBC output returns a field which contains carriage returns. For example my tag would look like...
              <LONG_DESCRIPTION>WIRE/CABLE:ELECTRICAL,POWER,600V,TEXT: OKONITE;500&apos;/  ROLL  STRUXURE
    Varun
    Mukund
    SAP
    Exchange
    Infrastructure</LONG_DESCRIPTION>
    Currently i did one to one mapping to my input field in the BAPI.
    Now when i view this material after its creation through XI, I find this text as continuos and without new line.
    Should i include some extra character while populating the corresponding field in BAPI for new line???
    Thanks guys
    Varun

    Hey Sumit,
    I'm using BAPI_MATERIAL_SAVEDATA...
    I'm trying to populate the field TEXT_LINE under MATERIALLONGTEXT
             <MATERIALLONGTEXT>
                <item>
                   <APPLOBJECT/>
                   <TEXT_NAME/>
                   <TEXT_ID/>
                   <LANGU/>
                   <LANGU_ISO/>
                   <FORMAT_COL/>
                   <TEXT_LINE/>
                   <DEL_FLAG/>
                </item>
             </MATERIALLONGTEXT>

Maybe you are looking for