Help me on PO Header of ME21N

hi frnds,
i need to add one custom field (total qty)in me21n header. for this i used enhancement MM06E005. in this i have added a field in include tables CI_EKKODB and in screen exist SAPMM06E # 0101. now this field is coming on me21n. now my requirement is i need to add all the items qty and i need place that total qty in this field.
can any 1 help on this.
points will be rewarded for helpful answers.
regards,
balu

hi sarath,
thru customer exit i have placed the field on screen.
but thru badi i am trying to get the value. this code i have placed in Z_ME_PROCESS_PO_CUST -> PROCESS_ITEM.
here LTSNR is updating but ZZPRADH is not updating. my doubt is, it is updating only system defined fields. it is not updating customer defined fields.
l_idata = im_item->get_data( ).
l_idata-ltsnr = l_hdata-zzltsnr.
SELECT SINGLE prdha INTO t_prdha FROM mara
WHERE matnr EQ l_idata-matnr.
IF sy-subrc EQ 0.
l_idata-zzpradh = t_prdha.
ENDIF.
CALL METHOD im_item->set_data
EXPORTING
im_data = l_idata.
after this the value is going in l_data. but in screen only LTSNR is displaying, ZZPRADH is not displaying.
regards,
balu

Similar Messages

  • Additional fields in header of me21n

    which badi to use to add a tab and additional fields in header of me21n.

    Hi,
       check the following badi
       ME_GUI_PO_CUST
    AWARD POINTS IF IT HELPS

  • Urgently  need help for parsing IP header

    Hi, could anyone tell which class I should use to parsing the IP header of a packet?
    Thanks many many times!

    > Hi, could anyone tell which class I should use to
    parsing the IP header of a packet?
    DatagramPacket?
    > Urgently need help for parsing IP header
    Don't flag your question as urgent, even if it is for you.
    * We all answer questions here voluntarily, in our leisure time. We do that because doing so is fun for us, because we enjoy helping people and having interesting discussions. Guess what, it is much less fun if it gets stressful. So the last thing you want to do to get us to answer your question is to pass your stress over to us.
    * People who are stressed and want a fast answer often don't even find the time to do the necessary research or to formulate their question in an easy to comprehend way. That's even less fun to work with. So you really don't want us to feel your stress. Instead you want to take your time to write a well formulated post that is fun to answer. The less likely it is for us to know that your question is urgent, the more likely you are to get a fast answer!
    * The simple notion that you want your post to be answered faster than those of the other members might feel rather unfair to some of us. Doubly so because often "urgent" questions actually are homework questions. Yours might be different, but someone who had bad experiences with this type of question might not read far enough to notice.

  • Need help in Sales order Header Details

    Hellp Experts,
    I need to modify data on 'Additional Info B' in Sales Order Header (VA03 Transaction) . As it is a Standard program I am aware that we have to use user Exits. But before that I have to debug the code to that point. I wish to know info from where a particular data is coming in the field (End User). How should I proceed for debugging? Can anybody help me?
    Moderators,
    I could n't found any similar question when searcher. If it is can you please provide me the links?
    Best Regards,
    Harish
    Moderator message: debugging is standard developer practice, enhancement of this screen has been discussed many times, it seems you did not look in the right places.
    Edited by: Thomas Zloch on Nov 30, 2010 5:48 PM

    Hi Harish,
    Perhaps have a look at the following thread...
    Additional Data B tab blank in VA01
    Have a look at some of the includes mentioned in the thread and if you don't find the information there, you should at least be pointed in the right direction.
    Kind Regards,
    Richard.

  • Help in Reports 6i - Header and Line

    Hi Gurus,
    I have a requirement that I need to pull the Header and Line information in the custom oracle apps report.
    If header record is not there for the filter criteria then I should display 0 in the header and print the corresponding lines for the header.
    If header record is present and there is no line record for it then I need to pull the header record alone and no lines for it.
    If both header record and line records are there then I need to pull the header record and corresponding lines for it.
    I am pulling the header record from the table prior to the parameter <period_from>
    I am pulling the lines record from the table based on the parameter between <period_from> and <period_to>
    Pls note that header record will have always only one record for the lines and the line record may not have or may have 1 or more line for each header.
    Kindly could you advise me as to how to make this happen.
    Thanks,
    Geno
    Edited by: Geno on May 7, 2010 6:15 PM
    Edited by: Geno on May 7, 2010 6:28 PM

    Hi,
    I created a "Formula" in order to retrieve the image. The File Format type set to Image, Read from file set to Yes. Use this "Formula" in the layout module and the image display on the report.
    Remarks: In my case, the images are stored in a physical drive.
    Hope this help.
    Regards.

  • Want to grey out (Non-editable)  field in Additional Tab in Header of ME21N

    Hi all,
    i've got a requirement to grey out the field(Non Editable) of header tab in ME21N.
    Can anybody tel me the solutions.
    Rgds,
    Spandan

    Question asked again, and again, and again, and again. Search for "grey out" (and please read forum rules as it seems you didn't)

  • CSS help? Adding a heading banner, how?

    Hi folks, I was wondering if anyone here on this forum would both have the skill, the time and the kindness to offer help with a CSS tweak? I am using the LR HTML standard output. I want to place in a heading image I already use on my site. I was trying changes in the CSS files that LR gernerated last night. Took a copy of my sites CSS off the site and was doing my best to compare, trial and error tests.
    I Was able to see how to change cell background colors and even page background colors. Of course I can figure out eventually how to shift from LRs 3 column minimum to my own 2 column design - or not fight that battle at all. But I am not sure how to tell the LR CSS to put the same image as heading background in the LR web page, as I have in my own.
    Can anyone who actually knows how to do this, do this for me? I ask only to get a start. IF you generate a 3 x 3 table and then edit your content/custom.css page, that should be where you find the data to change. That is where I have been testing and it seems to work there.
    But what I wold appreciate would be to see an example of just replacing ... However far you have to go down from the top to replace ... With a banner of some kind placed so that your banner would be background at the top of the page when done. If I had that I could see how it works and substitute my sites current header background.
    The spacing on my pages come down just past the top line where the menus cross the page, about an inch. The best of all worlds would be to take out everything above where the LR output table starts and put in my own site title and banner. But I am really not good at tweaks in CSS yet. So a starting reference point would be sooo helpful. You know, When you are not sure what section to rip apart and what damage you are doing to some other place that needed that bit of coding?
    ANyway, thanks very much if anyone can help. Appreciate it.
    Levelbest

    Not sure why your posts are coming in multiple lots - your last message came in three times.
    Onto your colour problem.  this is a personal opinion of course, but currently, the burgandy text behind the green in your header is very difficult to read.  The added white dropshadow doesn't enhance the text, only makes it hard to read.
    I would possibly make the header box white so that your logo and tagline stand out a lot more than they do.  I would use the green/burgandy combination only as accents in your layout.  Maybe a burgandy navigation bar, and use a solid green for the footer with which text.  I would likely thrown in some blue or grey, both mix well with burgandy  :-)
    You may get more ideas for colourschemes from this site:  http://www.colourlovers.com/palettes/top
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • Need help passing Sales Order header text to PO header texts

    I would really appreciate if someone can help me with this. I am able to pass the line item texts using configuration (text linkage) but SAP does not provide a way to pass header level texts to PO.  Any help is appreciated.

    Message was edited by: B P
    Message was edited by: B P
    Message was edited by: B P

  • F4 help pop up field heading

    DATA:S_YEAR(4) TYPE C.
    TYPES:BEGIN OF TY_YEAR,
          YEAR TYPE GJAHR,
          END OF TY_YEAR.
    DATA: WA_YEAR TYPE TY_YEAR,
          IT_YEAR TYPE STANDARD TABLE OF TY_YEAR.
    DATA: BEGIN OF value_tab OCCURS 0,
                   name(29) type c,
                 END OF value_tab.
    DATA :field_tab LIKE dfies  OCCURS 0 WITH HEADER LINE.
    DATA : return_tab LIKE ddshretval OCCURS 0 WITH HEADER LINE.
    DATA: lt_return TYPE STANDARD TABLE OF ddshretval,
          lw_return          TYPE  ddshretval.
    SELECT-OPTIONS : S1_YEAR FOR S_YEAR NO INTERVALS NO-EXTENSION DEFAULT  '2010'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S1_YEAR-LOW.
    S_YEAR = SY-DATUM+0(4).
    S_YEAR = S_YEAR - 50.
      DO 100 TIMES.
        S_YEAR =  S_YEAR + 1.
        WA_YEAR-YEAR = S_YEAR.
        APPEND WA_YEAR TO IT_YEAR.
        CLEAR WA_YEAR.
      ENDDO.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield    = 'S1_YEAR'
          value_org   = 'S'
        TABLES
          value_tab   = IT_YEAR
          FIELD_TAB = FIELD_TAB
          return_tab  = lt_return.
        IF sy-subrc NE 0.
           MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        else.
           READ TABLE lt_return INTO lw_return INDEX 1.
           MOVE  lw_return-fieldval TO  S1_YEAR-LOW.
           clear lw_return.
        ENDIF.

    Hi athadu,
    Try this code, i hope it will help you....
    Selection Screen------------------------------------------------*
    selection-screen begin of block b1 with frame title text-001.
    selection-screen skip 1.
    parameters : p_bsrno type zfi_collect-bank_srno obligatory.
    selection-screen skip 1.
    selection-screen end of block b1.
    at selection-screen on value-request for p_vkbur.
      perform  fill_lgort1.
      perform  f4_lgort1.
      if flag = 0 and p_vkbur <> space.
        perform disable_input_fields.
      endif.
    *&      Form  FILL_LGORT1
    form fill_lgort1 .
      refresh git_lgort[].
      select  distinct avkorg avkbur b~bezei
         into table git_lgort
         from tvkbz as a inner join tvkbt as b
         on avkbur = bvkbur
      where a~vkorg = p_vkorg
      and    b~spras = 'EN'.
      sort git_lgort by vkbur.
    endform.                    " FILL_LGORT1
    *&      Form  F4_LGORT1
    form f4_lgort1 .
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
        exporting
          retfield        = 'VKBUR'
          dynpprog        = 'ZRSD189A'
          dynpnr          = '1000'
          dynprofield     = 'P_VKBUR'
          value_org       = 'S'
          display         = 'F'       "Override readiness for input
        tables
          value_tab       = git_lgort[]
          return_tab      = t_return  "Return value
        exceptions
          parameter_error = 1
          no_values_found = 2
          others          = 3.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    endform.                                                    " F4_LGORT1

  • Help ! - formatting page heading pass end of document

    Hi,
    Does anybody has similar experience ?
    i have a document to create with rep6i
    which requires inserting a label box at the top of the last page.
    it is not possible to set a particuler header item to print 'ONLY' at the ending page.
    Somehow the report seems not allowing dynamic format changes pass beg. of report.
    James.

    Hi James,
    It is sometimes tough to see to it that you anchor it "exactly" to the repeating frame. I tried it myself and could only do it after a few attempts. What happens is, if your repeating frame shares its boundary with another frame/field etc, sometimes it becomes difficult for the Reports Builder to find out which frame / repeating frame is the anchor tied to.
    Pl try this once:
    Separate your repating frame from all other frames/fields etc, such that its boundary (where you are going to place the anchor) is not touching the boundary of any other frame/field. Do the same for the label box as well. Only then place the anchor between the label box and the repeating frame.
    You should now see the correct result. Hope that helps.
    Navneet.

  • Word help- different first page header

    How do can I make the text in the header on the first page of my word document, different from the information on the rest of the headers. I am using APA formatting for my school paper.
    Thanks!

    The best place to look for help with Word in on the Microsoft Office Support pages.
    Jerry

  • HELP - Downloading File gets header changed

    Hi,
    We got a problem, when downloading a file from a page the file shows up 'inline' the browser but we create de header with Content-disposition: attachment;
    Oracle 10.2.0.3
    OHS
    Apex 3.0.1.00.07
    In our development system it doesn't occur, in one of our clients it doesn't occur, but in two (different) clients it does.
    We have some pages that let the user download some text files (with width fixed columns). In one of this pages the file is being showed by the browser 'inline' like an html file, but to generate this file we use a procedure like this:
    OWA_UTIL.mime_header(l_mime_type, FALSE);
    HTP.p('Content-Length: ' || DBMS_LOB.getlength(l_blob_content));
    HTP.p('Content-disposition: attachment; filename="'||l_name||'"');
    HTP.p('Content-transfer-encoding: BASE64');
    HTP.p('Content-type: application/octet-stream; name="'||l_name||'"');
    OWA_UTIL.http_header_close;
    WPG_DOCLOAD.download_file(l_blob_content);
    in other page that use this procedure too, the download file dialog show up correctly.
    Using FF Live HTTP Headers, i can see the file with problems comes with the 'wrong' header
    HTTP/1.x 200 OK
    Date: Thu, 26 Jun 2008 17:47:01 GMT
    Server: Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server
    Content-Length: 1452
    Content-Type: text/html; charset=ISO-8859-1
    X-Cache: MISS from floyd.infox
    Proxy-Connection: keep-alive
    I debug our procedure inserting the header generated in a table an it's generating correct, with all the options we wanted, i looked around for this issue but didn't find anything. It seems related to OHS, but all OHS (working or not) are configured the same way.
    OHS Error LOG's don't have any information about.
    Anyone have seen this?
    TY,
    Guilherme
    If it's too complicated I could rewrite....
    Message was edited by:
    gfreddi

    nobody can help me?
    This is a serious issue we can lost some clients to this....

  • Help on displaying Repeat Header Rows

    Hi All,
    I have a table where i need to repeat each header per page But i there's one value that i need to display on the first page only.:
    given the following repeat each header per page:
    page 1 header
    product1
    product2
    product3
    page 2 header
    product2
    product3
    page 3 header
    product2
    product3
    i set the table to repeat header per row. But it keeps appearing the product 1 for 2nd page and 3rd page.
    thanks in advance,
    Paolyn

    Hi Kavipriya thanks for your reply:
    My xml structure are the following:
    <List of Productitems>
    <List of Productlines>
    <ProductId>
    <ProductGroup>
    <ProductPlan>
    <modelid>
    <modelname>
    <modeltype>
    <List of productlines>
    <List of ProductItems>
    I regroup my xml by ProductId, ProductGroup,productPlan and i need to display model id ='0001' per page of the report as header information. Plus i need to display modelname='Sample1' on the first page only of the report as header which contains model id='0001' also.
    Thanks in advance,
    Paolyn

  • Please help : invalid fiasco image header , and %...

    yes i'm getting these 2 messages, i'm just trying to reflash but i can't, please help me, i tried changing the name of the images, adding .bin ( on xp ) ... but i just can't reflash please help me, i tried these on win7 32bits, and on xp sp3, i'm getting the same thing please can someone help me . note : my device shows the nokia logo, usb logo..... without a backlight, they are all dark, please guys help me .
    Reality is wrong....dreams are for real... 2pac .
    don't forget to hit that green kudos
    Solved!
    Go to Solution.

    I've been really busy with work.. really really busy.. hopefully this week might start to get a bit quieter..
    Right..
    %m means "File not found or bad file name"
    when you run "flasher-3.5 -F os.bin -f" flasher wil be looking for a file called os.bin.. If it can't find os.bin, it gives you the error %m
    Why does it say %m and not something clearer? That's because of a bug in Nokia's software!
    Ok.. Did you download the zip file I sent you? If so here's how I think we can do this:
    Step 1) Open a CMD window
    Go to the start menu, select run then type CMD
    A black cmd window will pop up.. in that window run these commands exactly:
    cd %ProgramFiles%\maemo\flasher-3.5
    start .
    A windows explorer window will appear. Move this window out of the way.. BUT don't close it
    Step 2) move the bin files
    Find the zip file you downloaded.. double click to open the file
    Inside you'll find two bin files
    Drag both files from the zip file into the explorer window that popped up in step 1
    Now close the zip file window
    Step 3) rename the bin files
    In the windows explorer window into which you dragged the bin files, you have to rename the files
    Click on
    RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM
    and rename (press F2) the file to emmc
    Click on RX-51_2009SE_10.2010.19-1.003_PR_COMBINED_003_ARM.bin
    and rename (press F2) the file to os
    Step 4) flash the files
    unplug and turn off your phone
    In the black cmd window run this command
    flasher-3.5 -F os.bin -f
    flasher will pause saying "waiting for suitable device"
    Press and hold the U button on your phone and plug it in via usb.. you can let go of the U button when flasher starts doing something
    Once flasher has finished (it will say "completed successfully") you can continue:
    run this command
    flasher-3.5 -F emmc.bin -f -R
    That should be it

  • PO header on ME21N

    hi everyone
    is there an enhancement or user exit where we can keep the PO header(the screen which contains the Address tab page, the Org. Data tab page etc) open, like for example we can disable the button which is clicked to open the PO header.

    Hi,
    What i have found is if you once expand the header and leave the transaction, Then when you come back the previous setting( expanded/collapsed) will be retained.
    ie if you expand before leaving the tcode and then come again it will be remain expanded, and if you collapse it before leaving then it will remain collapsed the next time you opens the tcode.
    Check whether its working for you, iam on ECC 6.0.
    Regards
    Karthik D

Maybe you are looking for

  • Error in BAPI_SAG_CREATE

    Hi, I'm getting the below error while using using BAPI_SAG_CREATE : No instance of object type PurchSchedAgreement has been created. External reference: # 1 I'm trying to cerate scheduling agreement. If anyone has worked on similar issue, plz advise.

  • Trapping the session timeouts in the browser.

    Hi I have a web application that sets timeouts on httpsessions. I need to trap the session timeout and bring a popup window to warn the user and continue to work if user wants to continue. How can I achieve this ? Thanks

  • WRT350N error message while doing Vista back-up

    I have a hard drive attached to the USB port on this router.  While attempting a backup from Vista, I get this error message:  "cannot create a file when that file already exists." I have a feeling that this is something not eaisly fixed.  User has a

  • Airport express/extreme weirdness

    Hey, all. I have an AirPort Extreme as my main router. I have an airport express in a building next door that I am using to extend my wireless network. Has worked pretty well for a while now. Just switched internet providers, and my AirPort Extreme s

  • Adobe Reader 9 causes blue screen of death

    Hello, Recently my laptop gave me the blue screen of death. On the blue screen error page it said that Adobe Reader was the cause. And I had the most recent version which I believe is 9.3. I took it the IT department on my college campus and they sai