Change the principal EAN in SAP PRICAT Inbound

I have the following problem, I'm working with SAP PRICAT inboud and I want to indicate a new EAN material.
The material has its principal EAN associated with the unit of measure ST (unit) and I want to add an additional EAN this unit of measure ST and EAN latter is the principal.
Greetings and Thanks

Toni,
I atlast tried IDOC_DATA_MAPPER BADI and it is working fine for me.
Appreciate your help.
The following is the sample code I wrote inside the BADI.
LOOP at data into wa-data.
   CASE wa_data-segnam.
       when 'E1EDP01'.
           wa_mapp-segnum    = wa_data-segnum.
          wa_mapp-feldname   = MATNR.
          wa_mapp-value         = '000000000000115123'.
          wa_mapp-save_type = c_x.
          APPEND wa_mapp TO mapping_tab.
        MOVE 'X' TO have_to_change.   "IDOC Data have to be changed with newly determined values
        IF protocol-stamid IS INITIAL.       "Populate with atleast one value
          protocol-stamid = 'ZMM'.
        ENDIF.
        IF protocol-stamno IS INITIAL.
          protocol-stamno = '001'.
        ENDIF.
   ENDCASE.
ENDLOOP.
Thanks.

Similar Messages

  • How to change the default operators in sap web ui Search screen?

    How to change the default operators in sap web ui Search screen?
    For eg. Using advance search option , I have some fields with default operators like equals, contains,is between, is less than and is greater than. I don't need all these operators for this field.
    I need only "equals" operator. How do i remove the rest of the operators?

    There is a view cluster crmvc_dq where all the standard setting is present related to you r issue. Please try if you can modify that, that way you will avoid the code.
    Incase you are not able to make any changes there then in that case you have to redefine the method GET_DQUERY_DEFINITION () of the IMPL class to delete the operators for a particular serach field.
    Regards,
    Harshit

  • Can we change the start conditions of SAP standard workflows

    Can we change the start conditions of SAP standard WF10400002
    Where i want to assign my own Gross amount in the start conditions.

    Check out the link below.
    [http://help.sap.com/saphelp_nw2004s/helpdata/en/90/83ed38f5f41a28e10000000a114084/content.htm]
    [http://help.sap.com/saphelp_nw2004s/helpdata/EN/4c/86bf43feca11d2a64f0060087a79ea/content.htm]
    Regards,
    Raj

  • Unable to change the data source of SAP system

    Dear all,
    We have install SAP netweaver EHP1 standalone java on oracle 10.2.0.5 on windows 2008 R2.
    while installation i have given the central SLD system as solman,
    By mistake i have deleted the system from SMSY.. now when i createed the system manually i am unable to change the data resource as SLD due to this i can start my SMD configuration
    Request please let me know how to resolve this issue.
    Thanks
    Paresh

    Hi Paresh,
    You can proceed with deleting your SAP system from SMSY (along with connected technical content such as AS Java definition) and the run the LANDSCAPE FETCH through transaction SMSY_SETUP to have the correct definition of your SAP system in SMSY.
    Following this, you could use the addon Landscape Verification (a new thing I learnt today!!!)  to check the correctness of transaction SMSY. The following link details the Landscape verification 1.0 for SolMan:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e093b3ce-c034-2d10-01bc-b51f1691d3da?quicklink=index&overridelayout=true
    Hope this helps sort out your issue.

  • How to change the font dynamically in SAP script

    Hello,
    There are three fields for a line item to be printed in SAP form (Through Script). The font of one field has to be bigger than rest of the two.
    Can anybody tell me how to change the font of a specific field in a line of an SAP-script?
    Regards
    Kiran

    Hi,
    Its like any other character format. you can have any field with a character format.
    --Ragu

  • How to change the font size in sap scripts?

    hi friends,
        i had a query regarding to SAPSCRIPT.
      how to change the font size of a text in sap script form in which it should change it  dynamically.
    is it possible to change the font size dynamically in scripts.
    one more query regarding to this only.
    i need to get the hard copy of a script .
    what is the transaction code to get the hard copy?

    Hi venkata,
    You can specify the font size either in the Character format or pharagraph format.
    You better decide it according to your requirement.  If you want to apply the same font size for the entire form create the Paragraph format and give the paragraph format in the default paragraph format.
    If you want to apply that to limited text, then create character format.
    The process of creating it is just after going inside paragraph format click EDIT-> Create Element and give the font size.
    This applies for character format also.
    Reward points if useful.
    Thanks,
    karthik

  • Changing the computer name in SAP R/3

    Computer Name of the SAP R/3 server has been changed after the full installation of Oracle 9i and SAP R/3.
    How to change the computer name after the SAP R/3 can start-up sucessfully?

    Hi
    it is not possible after installing R/3, you cannot change the host name , as per my understanding because when you install it generates a solution manager key based on host name SID and instance number.
    Regards
    Subhash

  • Have been changed  the accounts group in SAP , since 2008 ?

    Hello I need to know if the accounts groups in SAP FI has changed or not doubt to the new Chart of Account.
    For example , till now the account groups were:
    ASO1
    ASO2
    ASO3
    ASO4
    ASO5
    EXI1
    EXI2
    ETC, I wanted to know if there are more or less or different or they are the same.
    Thanks a lot.

    Hi,
    They are the same.
    Rgds

  • Change the charcter format in sap script

    hi experts,
    i m working first time chaneg in sap script i don't know how to change the sap script charcter.plz any body help me how can i change in sap script charcter format..
    thanks in advance
      kamal

    Hello Kamal,
    PLZ is an character format with the length 8. In VBScript it is a string.
    You can use e.g. the VBScript commands CLng(PLZ) to convert it into a number, FormatNumber to format the number or any other string command. What do you mean exactly with change character format? From ASCII to Unicode or from one character set to another, maybe from ISCII to TSCII?
    Cheers
    Stefan
    Edited by: Stefan Schnell on Dec 19, 2011 4:04 PM

  • I want to change the end date in SAP HCM Appraisal model

    Hi all,
    The short dump gives out this message:
    Object type SUBTY cannot be read for message type HRMD_A from segment type E1PLOGI
    i want to change end date of the appraisal model multiplier, where i have to go and change the same.

    declare variable:
    DATA : gv_date(10) TYPE c.
    and assign value to it:
    CONCATENATE sy-datum+4(2) sy-datum+6(2) sy-datum(4) INTO gv_date SEPARATED BY '/'

  • How can change the Public IP in SAP

    Hi,
    How can I change New Public IP address  in PRD/DEV server for remote access.
    Thanks in Advance
    Rgds
    Tapovardhan Singh

    Hmm...
    This is a long wait for a reply...
    I wonder, have I asked a dumb question?
    or, have I asked a question that no-one knows the answer?
    I have had to go ahead and try the change... I changed the public Ip
    address and now I have broken Groupwise and eDirectory.
    I cannot login as Admin, I get a -626 error of object not found.
    I have tried re-running the Yast wizards for eDirectory and Groupwise,
    there were changes that could be made in the Groupwise configuration
    screens. I found a Tid that described running grep to find all instances
    of the old ip address in /etc. This I ran and found 3 instances, however 2
    of the files could not be changed and the third SYSCONFIG, when changed it
    reverted back on reboot... maybe this files is a status file?
    Anyone able to help me here?

  • Is possible to change The URL of a SAP Portal ?

    I have a large URL for a SAP Portal. 
    http://sikpbj.grup-sig.corp:52100/irj/portal
    The end-user wants a short URL.    http://BI_Estrategico
    I don´t have experience with Portals
    Somebody could help me, pls,
    What i need to do ?
    Message was edited by:
            Carlos Trujillo

    Hi,
    By default, URLs in the portal are shortened, with the navigation target converted (hashed) into a short GUID.
         http://myServer:54000/irj/portal 
    NavigationTarget=ROLES://portal_content/every_user/general/eu_role/com.sap.portal.portal_personalization/com.sap.portal.persoUserMapping.
         A short version of the URL might be the following, with the navigation target hashed and shortened:
    http://myServer:54000/irj/portal?NavigationTarget=navurl://b3d6d9ebac16a46574d62757803b05d4
         Go to SystemAdministration->Navigation->ShortUrls(it is in detailed navigation area)->from here you can select Short URLs for custom roles.
         Give the Shorturl as NavigationTarget.
    Refer this blog
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2452">Short URL</a>
    You can also use Quick links for iView and pages
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2452">Quick Link</a>
    Regards,
    Hemalatha
    /Assign Points if helpful/

  • How to change the image in SAP network graphics

    In my development with SAP network graphics, I found it difficult to change the image displayed in SAP network graphics. and i define the image path in IMG, it doesn't work. Is there any one who can tell me how to diplay a image in SAP network graphics. In my program the class cl_gui_netchart is used. 
    Thanks a lot!

    hi,
    JFrame frame;
    frame.setVisible(true);
    frame.setIconImage(new ImageIcon("icons/img007.gif").getImage());
    frame.setSize(800,600);
    i think the thing u r searching is :
    frame.setIconImage(new ImageIcon("icons/img007.gif").getImage());
    ~~~radha

  • How to change the default port of webdispatcher

    Hello Everyone,
    We wish to  know to how to change the default port of SAP webpatcher port from 81$$ to 80.
    Appreciate your response.
    Thanks,
    Vadi

    Hello Vadi
    you have to change the PORT value in your profile parameter from 81$$ to 80
    icm/server_port_0 = PROT=HTTP,PORT=81$$ to
    icm/server_port_0 = PROT=HTTP,PORT=80
    Also, in SMICM, then change http service port and activate it and above parameter will require SAP restart
    $$ is used generally to accomodate multiple port services running in SMICM and so as to avoid the parameter setting according to instance number of any system.
    thanks
    Bhudev

  • Change the default setting for report painter reports.

    HI All
    Can we change the default setting in SAP/R3  in the report painter reports  for the selection screen options?
    If yes,Please let  me know how we can change the default settings.
    Thanks in Advance
    Best regards
    Venu

    HI
    We have a report developed in the report painter for profit center accounting and we have selection screen for this report.
    Few of the selection screen fields parameter are set by default and we need to change the default setting for the selection screen fields parameters.
    How and where do we  set or change the default parameters for the selection screen ?
    Thanks in advance
    Best Regards
    Venugopal

Maybe you are looking for

  • Find my friends app no longer works

    The find my friend app was working. But now it no longer works.  it doesn't work on my iPhone or my iPad. I've looked in settings to see what I can do, and I did read something where it says you can only use one device at a time. So I set it for ipho

  • Since updating to latest version (10.5.1) I cannot open iTunes

    I updated to the latest version of iTunes a few days ago. This is the 10.5.1.42 version. I am running Windows 7 Professional (x86) on a Dell Vostro 200 Slim Tower, 1.2GHz Processor, 4GB RAM, plenty of HDD space available. After updating to that parti

  • Abap Dump in j2iun

    Hello, I have assigned the gl accounts in CIN for TT UTLZ but when i execute the transaction j2iun the abap dump comes . Why it comes. Suggest

  • 10g setup.exe does not execute on XP pro?

    Instructions say: Download the Complete Files 10g_win32_db.zip Directions 1. Download to an empty directory and run setup.exe in the /Disk1 directory. I did and it doesn't do anything when I run setup.exe. My drive is partitioned for what it's worth.

  • Billing Document Change history

    Hi, Is there any t code or programme availiable for the view of billing document change history. suresh