PO related fields display

Hi,
  Please clear my doubt. Iam using tables mkpf,mseg and eket and these tables iam displaying the fields
material document,P.O, delivery schedule line counter and delivery date.I got the output but here for every PO their r more than one items and its related delivery date. so i need to display for each PO only one item and its related date which is the latest mean the recent date. I did this by sorting and deleting adjacent records but still iam not able to produce correct o/p.
i think u understood my question and if not please ask me again.
Regards,
Mahesh.

Please clear my doubt. Iam using tables mkpf,mseg and eket and these tables iam displaying the fields
material document,P.O, delivery schedule line counter and delivery date.I got the output but here for every PO their r more than one items and its related delivery date. so i need to display for each PO only one item and its related date which is the latest mean the recent date. I did this by sorting and deleting adjacent records but still iam not able to produce correct o/p.
i think u understood my question and if not please ask me again.
I guess, sort the internal table by material document, P.O, delivery schedule line counter and delivery date. then delete using statement adjacent duplicates comparing material document and P.O. You should get the latest record and deletes the next record. you can include and/or exclude fields after comparing.
if that doesnt work, just sort internal table by P.O and delivery date. Then delete comparing P.O.
You should one record for each P.O
Following is the example
01 - 123 - 001 - 10/11/2008
02 - 123 - 002 - 11/11/2008
after your statement you will see only record which is 02-123-002-11/11/2008 make sure you sort it as you want.

Similar Messages

  • Issue with length of delivery field displayed in LM06 on RF device

    Hello everyone,
    I have a challenging issue which I have posted on another forum as well, and was hoping that somebody on SDN may be familiar with this.  This issue is being reported by one of our warehouses.  SAP RF transaction LM06 is used extensively in this warehouse, and we use a 10 digit delivery number. The delivery field itself in SAP is 20 characters, and we have always displayed 10 on RF. The warehouse is telling me that about a week ago, the number of characters displayed on the RF device for the delivery field in LM06 changed from 10 to 9, and that a leading zero was being inserted when the barcoded delivery number was scanned. There have been no changes to the barcode on the picklist, and I am told there have been no changes to the printer that prints the pick list. A change was deployed a week ago that contained some unrelated configuration and a small code change in a user exit for transfer order creation. Neither of these is in any way related to LM06. Our basis team tells me that there have been no changes to the SAP console server, but I have no way to verify that myself as I am a WM functional consultant. Can anybody tell me if they have seen a problem like this before, or if the field display for a transaction like this is configurable in the SAP console server? The RF hardware being used is the Symbol PDT-8146. Unfortunately, I am 10,000 miles from the warehouse, which puts me at a bit of a disadvantage in trying to diagnose this.

    Thank you both for the good feedback.  I have also gotten some useful feedback from my posting on ittoolbox, and have forwarded all of the responses to a colleague who is located at the site where the warehouse is located.  I will provide feedback once my colleague has had a chance to investigate further based upon the suggestions that I have received.

  • Need to get 2 fields displaying on same line, but close together

    hi -- I have 2 related fields that I want to display on the same line -- the first has length of 10, the second length of 20.
    On the same page, I also have some fields that are length 100.
    Let's call my first field ID and my second field NAME. I want NAME to display quite close to ID (maybe about 5 characters apart).
    I have its Begin On New Line = NO in display attritutes, Field = YES, and col and row span = 1.
    But the field of length 100 -- let's call it BIG -- causes problems. NAME displays way out to the right, beyond the end of BIG.
    I've tried setting the column span on BIG to 3 or 4; it helps a bit, but not much.
    I'm not sure how column widths on a page (if there is such a thing) are defined, but I'd like to get NAME displaying in the
    column after ID (or close to it, whatever will help me do this), where the space between ID and NAME is maybe 5 or 10 characters.
    How can I do this?
    Thanks much,
    carol

    hi Denes -- I've looked extensively at your example, and I think I understand conceptually what needs to happen. But I'm not
    quite getting yet. I've been playing around alot with the column span of the various items on my page... I'm wondering if you'd
    take a look at something I posted on apex.oracle.com. (workspace dew_mir, user [email protected], pswd labitu). Application 30636
    Field LOV Display, page 2.
    Of the left fields, Site Name, Site Common Name and Description are col span of 3. Latitude, Longitude, Elevation, Date Time Loaded
    and Date Format are col span of 2. The rest (the short ID fields) are 1.
    Objecttype Name and Lat Name represent the fields I want displaying further to the left. I'd expect Objecttype Name to
    be rendered after the end of the first column, which I would think would be just to the left of the short ID fields. Instead,
    it looks like it starts after the 2 column fields. For Lat Name, I'd expect that to be rendered at the end of the second column,
    which I'd think would be just to the left of the lat/long/elevation fields, but it's after the 3 column fields.
    Clearly there's something I don't understand about how columns are set up.
    Thanks,
    Carol

  • Related Field and Efective Date

    I have one row of data, having role name and effective date
    on my page Level one , I have two fields, Field A is display control field, Field B is Relate field.
    1) If effective date is bigger then the current date , my Field B can auto turn to empty
    2) If effective date is small then the current date , my Field B can display the role Description
    No people code is found, Do I miss any thing? if not, How People soft handle this?

    If effdt is at level 0 that means that your component is effective dated.Yes, it have effdt on level 0, do you meant since this the component can handle
    This by itself?
    You need to use the include history button.For what? , if not including the history button , what will happen?
    And also check of effdt is a key at the related field record.Yes

  • How to add related fields from one transaction to other transacction?

    Hi all,
    I have a problem. I need to add an OPPORTUNITY field (SALESCYCLE) to the ACTIVITY transaction because of an upgrade and I'm now in a new world... The CRM 2007 is an unexplored place to me.
    I added some custom fields (Z fields from the CUSTOMER_H) by adding the context node BTCUSTOMERH to the BT126H_APPT component, view ApptDetails, with transaction BSP_WD_CMPWB (thanks Stephen Johannes for your blogs) and all works correctly.
    I tried doing the same with the SALESCYCLE and it doesn't worked... :_(
    I added the context node BTOPPORTH, but I'm sure I failed at the wizard step with the "Higher level context node" or with the "BOL Relation", but I can't find the correct answer. I found the field in the "Configuration tab", I put it in my view but the GET method doesn't work... The field remains always void.
    I don't have problems adding activity related fields, but when I try to add some flow related (opportunity one in my case) fields it's different.
    I have been looking for any solution but I have only seen that I can add this attribute directly to one context node and modify some BAdI or do any thing similar, but I don't know how to do that either. I will accept this solution if someone tells me how to do that... But I think the first solutions could be the most appropiate (I can be wrong... of course!)
    Thanks in advance....
    Sergio

    Thanks for your answer, Subhasis!
    Your solution is correct if I want to add to the Activity a field related to the Activity or some field on the DocFlow structure (the case you described), but it's not my case. I did that with customer fields before and all worked correctly.
    My scene is like this. I have an Opportunity and there is a follow-up Activity created. When I want to see the Activity, I need to show on the Activity transaction the preceding Opportunity field SALESCYCLE, which is at the CRMD_OPPORT_H table (BTOPPORTH context node).
    The problem comes when I add this context node to the Activity. I think the application is trying to get the field from the CRMD_OPPORT_H with ACTIVITY data and it returns void to the field. I think it forgets to get the opportunity data first and after that try to get the SALESCYCLE value from the CRMD_OPPORT_H (with the Opportunity GUID).
    By the moment, I have added the attribute SALESCYCLE to the BTDOCFLOW context node and, at the moment he do the GET, I change the field it gets by the GUID of the opportunity:
         dref = current->get_property( 'SALESCYCLE' ). "#EC NOTEXT
          dref = current->get_property( 'OBJKEY_A' ). "#EC NOTEXT
    Then I go to the CRMD_OPPORT_H directly to get the SALESCYCLE value...
    I know it's a bad solution... but it works and I don't know any other solution by now. If anyone can help me to do it correctly I'll be greatly appreciated!
    Regards,
    Sergio

  • Regarding Selection-Screen Field Display

    Hi All,
    I have issues with Selection-Screen field display.
    The Actual issue is i had declared a selection screen field as: <b>s_exgen FOR embk-exgen</b>.
    <b>EMBK-EXGEN</b> is actually <b>20</b> Char length field.
    But in output display it is being shown as <b>18</b> Char field though i can type in all <b>20</b> characters.
    But <b>display</b> restricted to <b>18</b> Characters only.
    Can anybody give me the solution for the same!
    Thanks in advance.
    Thanks & Regards,
    Prasad.

    Hi,
    You can decrease the visible length of the field but you can not increase more than database field length. check SAP help on this :
    select-options: s_exgen FOR embk-exgen VISIBLE LENGTH 5.
    ... VISIBLE LENGTH vlen
    Effect
    This addition allows you to shorten the visible length of the corresponding screen field on the selection screen to vlen.
    Variant 2
    SELECT-OPTIONS sel FOR (f).
    Additions as in variant 1.
    Effect
    In this variant, (f) must be a field containing the name of the actual reference field at runtime. The system creates the LOW and HIGH fields as character fields with length 45. However, their appearance on the selection <b>screen is inherited from the reference field whose name is contained in field f at runtime.</b>
    Regards
    Appana

  • Single field display on external crt monitor

    I can't find the setting to display a paused frame as deinterlaced on my external monitor. (My client is put off by the 'shimmering' of the two field display when paused). Is there a setting that will change this?
    Many thanks

    You must apply the Deinterlace filter to the freeze frames: Filters > Video > Deinterlace.
    Hope it helps!
      Alberto

  • Payment terms field display at MIRO screen

    Hi,
    How can I make Payment terms field "Display" at MIRO screen??
    Regards,
    Sattuj

    Hi,
    The fields on MIRO are not configurable as with other transactions.
    You have no config control of these fields.
    You should not really block the field, because what happens if you ever need to change it (believe me this WILL happen).
    Steve B

  • Field displays AFRange_validate in PDF template

    I have created a pdf template, and added a few fields for calculation. I have set validation rules for the field, but when I run the report, the form field displays AFRange_validate as the default value, I have tried giving default value as 0, but no success. Anyone out there to help?

    Mike
    PDF templates do not support barcode fonts in the same way as RTF templates. I have to admit, not having tried it Im just thinkning out of the box. But you ought to be able to hightligh a field in the Adobe form and set the font to a barcode one on your client. The key will be to ensure that the PDF engine can access the font on the server. And thereby hangs a tale - does the PDF engine 'look' for fonts when processing a PDF template. I'll drop the dev team a mail to ask.
    Bounce the thread if Im not back to you by Mon
    Tim

  • Need to Increase OTL Field Display Size

    In OTL, I modified the user-customizable views PA_ONLINE_PROJECTS_V to display the Project Number in this concatenated format...
    (ProjNum) ProjDescription
    using...
    CREATE OR REPLACE FORCE VIEW apps.pa_online_projects_v (
         project_number,
         project_name,
         project_id,
         project_type,
         start_date,
         completion_date,
         carrying_out_organization_id,
         carrying_out_organization_name
    AS
    SELECT DISTINCT
         DECODE(project_number,SUBSTR(project_name,1,LENGTH(project_number)),project_name,SUBSTR('('||(project_number||') '||project_name),1,25)),
         project_name,
         project_id,
         project_type,
         start_date,
         completion_date,
         carrying_out_organization_id,
         (SELECT
              name
         FROM
              apps.hr_all_organization_units
         WHERE
              organization_id = carrying_out_organization_id)          carrying_out_organization_name
    FROM
         apps.pa_projects_expend_v;
    However, only the first 25 characters show up on the LOV and timecard. Other than that, it works perfectly across the system.
    Does anyone know how to increase this from 25 to, say, 48 char? Oracle provided a white paper on this, but it only shows how to make the field display wider--not increase the number of characters.

    Do you mean to say that LOV field is having width more than 25 chars but it still shows only 25 chars?
    Are you using a seeded projects layout or a modified one? If it is a modified one, what is the value of QUALIFIER ATTRIBUTE5 for that LOV component?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to adjust fields display width?

    work in jdev 11.1.2.3.
    in the form VISUAL DESIGNER, all fields looks same length, and there is no width attributes to adjust. When it runs, some fields display too long.
    How to adjust fields display width during design?
    Thanks.

    Hi,
    You dont need to redo it again , unless you have changed properties after initial drag and drop.
    If you have changed , use the value #{bindings.yourAttribute.hints.displayWidth} for columns property.
    <af:inputText value="#{bindings.name.inputValue}"
    label="#{bindings.name.hints.label}"
    required="#{bindings.name.hints.mandatory}"
    *columns="#{bindings.name.hints.displayWidth}"*
    maximumLength="#{bindings.name.hints.precision}"
    shortDesc="#{bindings.name.hints.tooltip}" id="it38">
    <f:validator binding="#{bindings.name.validator}"/>
    </af:inputText>
    Thanks,
    Naresh

  • The Relate Field is not working, why ?

    Hello,
    I'm editing the Customer Statement Report (Collection Report) from the System.  I need the Customer Reference Number and it never works with the original system report.  I don't understand why I don't have anything there because I did save data in those fields.
    So tried to pick the A/R Invoice : Customer/Vendor Ref No field and paste it in the report.  Then I extract the Invoice no from the reference field and I use it in the relate field.  But it's not working, it only points on the first record.  Why ?  Do you know why ?  If I could do a formatted search it would be done already.  It's simple I want do do a simple SQL query....
    Message was edited by:
            Daniel Gagnon
    Message was edited by:
            Daniel Gagnon

    Ok, I did like you said.  And I got the reference number, but I'm missing many rows of transactions.
    If I run the report from the "By Journal Posting" I got my 5 customers and all their transactions.  But this way, I can't get the reference number.  But with the "By Document Sales" I got only 2 customers with few transactions. I must see all the transactions and all the customers.  All those customers had at leat 1 invoice and the incoming payment related to that.  But I don't see those with "By Document Sales".
    Instead I began to work on XL Reporter to do the same thing.  But I can't find a way to insert a Page Break after each customer.
    The best would be to do it from SAP, but without the reference number and all the transaction, the report of SAP can't be used...

  • Custom infotype - issues with conversion class - making fields display only

    Hi,
    I created the custom infotype 9008 using t-code PM01, created conversion class ZCL_HRPA_UI_CONVERT_9008_XX and assigned it to screen structure ZHCMT_BSP_PA_XX_R9008 in the view V_T588UICONVCLAS. Coded the methods IF_HRPA_UI_CONVERT_STANDARDOUTPUT_CONVERSION and IF_HRPA_UI_CONVERT_STANDARDINPUT_CONVERSION. I'm trying to make some fields display only within the method OUTPUT_CONVERSION dynamically. Coded the check class ZCL_HRPA_INFOTYPE_9008 with business logic.
    Everything seems to be working fine when I test using the test tool through t-code PUIT_UI.
    When I try to create/modify 9008 record through PA30, the code in the methods OUTPUT_CONVERSION  and INPUT_CONVERSION is never getting executed. The control is not coming there at all. The fields are allowing input. Any idea why this is happening.
    We are on ECC 6.0 and at service pack level SAPKE60035. Couldn't find any relevant SAP notes as well.  Appreciate your help in this regard.
    Thanks,
    Kumar.

    Hi Venkata,
    Check this document.
    This explains about custom infotype creation.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1?overridelayout=true
    regards,
    Brinda L

  • Po tax related fields

    can anyone tells me that which sap fields & table i should take for the following po tax related fields?
    1> basic price
    2>excise duty
    3>cess
    4> salary tax(lst)
    5> surcharge
    tnaking you.......

    Check tables KONH and KONP
    The values will differ based on COndition Types...
    You can check the same in ME23N .... Conditions tab....also
    Based on the condition type you can take the value and percentages as basic price or tax..etc

  • PO - GL Account Field - display only

    Hi,
    Please could you advise on the options for making G/L Account field display only in ME21n?
    I think there are probably a few ways of doing it which I am investigating, but would like your opinion and advice if possible.
    Thanks in advance.
    As always - points up for grabs!

    Hi,
    Hope you are doing cost center accouting with account assignment K while creating PO
    Then go to MM --> Purchasing --> Account assignment --> Maintain account assignment category _-> Select cost center K --> Change view account assignment details you can
    make G L account as mand or optional or display or hidden.
    Check this out please if it helps you.
    Best regards,
    Sridhar

Maybe you are looking for

  • Limit on replacing phones for warranty issues?

    Is there a limit on replacing iPhones due to warranty issues? I've returned one phone already because the silent switch stopped working, and now on the new phone the camera is in the "infared" mode that's been discussed on the camera forum. I'm hesit

  • Reordering within a text file

    HI all, I have a text file in the following format Part 1     Part 2 p2_f1     p2_f2     p2_f3     p2_f4     p2_f5     p2_f6           p1_f1     p1_f2     p1_f3     p1_f4     p1_f5     p1_f6 the above file is tab delimited I would like to reorder the

  • Ehp4 upgrade :PREP_INPUT/INITPUT_PRE!

    Hi We are upgrade ecc 6.0 to ehp4 level Severe error(s) occured in phase PREP_INPUT/INITPUT_PRE! Last error code set: Cannot open 'E:\usr\sap\EHPI\abap\log\MSSCONCHECK.LOG': The system cannot find the file specified. Errors were found in the logfile

  • Populate and see database objects in portal

    We have 2 servers. - A database server1 - Application server2. we've installed 10G and import all data (from 8.7.1) in our database server1. We've installed the mandatory Infrastructure database and application server 10G in our application server2.

  • Last 5 records

    Hi , in one the interview i got struck in this question.if anyone having solution .Kindly reply. How can i know... suppose the last 5 record of a table let's assume emp table having more than 100000 records . you cannot hardcode the rownum like rownu