Display pr which is not linked with po in report

Hi ,
ALL SAP EXPERTS,
I  HAVE PREPARE A QUERY BY USING *INPUT*
1) MATERIAL NO
2) PLANT
3)PROCESSING STATUS OF PURCHASE REQUISITION OR P.O.
OUTPUT ARE
1) PUR. ITEM NO
2) P.R. NO
3)QTY REQUESTED IN PR
4 P.O. ITEM NO
5)P..O NUMBER
6)P.O. QUANTITY
7) GR DOCUMENT NO
FOR THAT I HAVE TO USED TABLES EKET,EBAN AND EKBE  BUT ISSUE IS THAT WHEN IN GOING TO RUN THE REPORT
1) ONLY THOSE REQUISITION ARE DISPLAYED IN THE REPORTWHICH ARE LINKED WITH PO . IE. STATUS OF PR ONLY FOR 'B'
TYPE NOT FOR 'N'
2) ITEMS  IN PR OR P.O. DISPLAY 2 TIMES IN THE REPORT
3) WHY THE SYSTEM IS NOT SHOWING PR, PO  WHICH HAS NO PR,PO HISTORY IN THAT REPORT I.E. OPEN PR, PO
USERS DONT WANT TO USE STD REPORT ME5A OR ME2N THEY WANT TWO REPORT IN ONE COMPLETE REPORT IN
SCREEN
PLEASE KINDLY HELP TO SOLVE MY ISSUE
THANKS IN ADVANCE
REGARDS,
RAHUL

You can debug your program and check. also please check if there is any deletion indicator in PR which doesnt turn up in the report.
in report please dont have status or PR selection field as mandatory because depending on the status/ processing PR, system may skip PR's as they may not meet required conditions.
Raghavan

Similar Messages

  • SCCM issue - "LANG_LIST has some locales which does not match with the locale of serial number"

    I have a problem with the error "LANG_LIST has some locales which does not match with the locale of serial number" recurring.
    I am trying to install Acrobat XI Std silently by SCCM.
    I've used the Adobe Customisation Wizard to create a mst which include the volume serial number we have with our licence purchases. Note that I am in Australia. I use the command line in SCCM for the install as "msiexec /i "AcroStan.msi" TRANSFORMS="D&B_AcroStd.mst" /qn" which fails silently. If I install on a local machine using an admin command prompt and changing to /qb at the end, I get the aforementioned error.
    I have a few things to try and resolve, having searched the adobe forums and other forums for the solution. The mst is only trying to install US English & I have even gone so far as to use the direct editor in the customisation wizard and change some values in the property table to resolve this. In the property table I can confirm that LANG_SEL_DEFAULT = ENU, REGIONAL_LIST = ENU, LANG_LIST = en_US, ProductLanguage = 1033
    Is there a way to check the language specified for ym serial number?
    Bryndon

    Update on a couple of details:
    @Sabian,
    Thanks for the location, I've downloaded and then when I tried an install of the newly extracted msi (admittedly on the same computer) I got exactly the same issue. Of note though is that running /qf automatically brought up the same serial number and the same incorrectly spelled company name. Installing on another computer (freshly imaged) doesn't have those inputs already present under /qf. Next when I try using the transfrom (a new one) with /qr it gives an error of the serial number, displaying the entire serial.
    @Sebastian
    I've had a look through yours and it seems our issues could have the same origin. Looks like I may have to call customer support regarding the serial number as Sabian suggested in your thread.
    The bit that gets me is when the same serial number is used in a manual install (or /qf) then it installs ok without any errors.

  • Join 2 tables which are not related with any primary-foriegn key constraint

    Hello,
    How to join 2 tables which are not related with any primary key foreign key constraint.
    Ex.Consider Table A has 5 columns->A_ID,A_Name,A_Address,A_City,A_Pin(Total 10 rows)
    Table B has 5 columns->B_ID,B_Name,B_Adress,B_City,B_City(Total 30 rows)
    From both the table i want the data,which i need to use in curosr to display finally as "Address Label".
    Both the table are entirely different,but there can be some names of Table A which may come in Table B also,if the name,address and city is also same.That means same person in both the table.
    So finally i want total number of distinct records(distinct data of Table A which is not in B+all the data of table B) to come under Address Label.
    How can i write the select query for this condition?
    Thanks
    Swapna

    Hi, Swapna,
    user11018268 wrote:
    Hello,
    How to join 2 tables which are not related with any primary key foreign key constraint.
    Ex.Consider Table A has 5 columns->A_ID,A_Name,A_Address,A_City,A_Pin(Total 10 rows)
    Table B has 5 columns->B_ID,B_Name,B_Adress,B_City,B_City(Total 30 rows)
    Both the table are entirely different,but there can be some names of Table A which may come in Table B also,if the name,address and city is also same.That means same person in both the table.I think you want a UNION, not a join.
    If you have 10 rows in table_a, and 30 rows in table_b, then
    SELECT       A_ID,          A_Name,     A_Address,     A_City,     A_Pin
    FROM      table_a
    UNION
    SELECT       B_ID,          B_Name,     B_Adress,     B_City,     B_City
    FROM      table_b
    ORDER BY            2,               4          
    ;will produce up to 40 rows; 40 if there are no duplicates. (UNION implies DISTINCT.)
    The corresponding column types should be similar, if not exactly the same.
    There's no problem if A_Name is VARCHAR2 (50) and B_Name is CHAR (30).
    However, there will be a problem if A_ID is a NUMBER and B_ID is a TIMESTAMP.
    You must have the same number of columns in all branches of the UNION.
    If you want an ORDER BY clause, put it at the very end, after the last branch of the UNION.
    You can use positional notation (where 2 means the 2nd column) like I did, or you can use names from the first prong of the UNION (such as A_Name).
    From both the table i want the data,which i need to use in curosr to display finally as "Address Label".
    So finally i want total number of distinct records(distinct data of Table A which is not in B+all the data of table B) to come under Address Label.I'm not sure what your mean about "Address Label".
    Whenever you have a question, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) from all tables, and the exact results (formatted) that you want from that data.
    You can concatenate all 5 columns into one VARCHAR2 column, if you want to.
    You'll probably want to use RPAD (or simillar functions) to make the output line up nicely.
    If any of the columns are not strings, use TO_CHAR to make string versions of them.
    For example:
    SELECT  TO_CHAR (A_ID, '9999999')
         || '   '          -- leave a little space between the left-justified a_id and the right-justified a_name
         || RPAD (A_Name, 25)
         || RPAD (A_Address, 50)
         ...Edited by: Frank Kulash on Nov 14, 2009 10:11 AM

  • Some futures in bpel which are not possible with ESB and vice versa

    Can anyone please tell me some futures in bpel which are not possible with ESB and For some features available in ESB that are absence in BPEL?

    I think you've mistaken the meaning of both technologies. ESB actually works as a part of BPEL, for instance you can create partner link from any esb service.
    ESB service can only expose data or retrieve and process (transform) them from another service. BPEL is using services like ESB as a source and adds decision making functionality which is not present in ESB.

  • I have aperture 3.4.4, which does not work with Yosemite. Is there a way to upgrade my Aperture version, or do I have to buy Aperture again?

    I have aperture 3.4.4, which does not work with Yosemite. Is there a way to upgrade my Aperture version, or do I have to buy Aperture again?

    If you own any version of Aperture 3, you are entitled to a free update. Only it can be tricky, if your version is not associated with your AppleID, because you bought it with a serial number.
    Have you checked, if you can see an update at the App Store Updates page? Or an "Accept" button on the Purchases tab of the app Store?
    Contact the AppStore Support and request a redeem code, to be able to buy the update for free. You will need to provide a proof op purchase of Aperture.
    Use this link: http://www.apple.com/support/mac/app-store/contact/
    Apple sent redeem codes for Aperture 3.6 to several users who had bought the version on disks, if they could provide a serial number.  See for example this discussion: (The post marked as the solution)
    Re: Aperture update not possible after update to Yosemite
    It is really unfortunate you missed the window of opportunity with Mavericks MacOS X 10.9.5, when the update was easy.

  • How to find documents which are not linked to a project?

    Hi all,
    i'm just looking for a variant to search for documents which are not linked to a project within ta SOLAR_EVAL.
    I need a way to report how much documents are not linked to a project; just stored in KW.
    Can anyone give a hint?
    Thanks a lot!
    Jan

    Hi Jan,
    This report SOLMAN_UNUSED_DOCUMENTS will help you identify the documents which are not linked to the project.
    (OR) Use Tcode: SI80 to find any document in SAP Solution Manager KW.
    Regards,
    Sanjai

  • When I receive appointments by email and accept them they go into the enourage "on my mac" ical calendar which is not synced with mobileme.  How do I change where appointments are put ?

    When I receive appointments by email and accept them they go into the enourage "on my mac" ical calendar which is not synced with mobileme.  How do I change where appointments are put ?
    Or how can I choose where the appointment is put ?
    I use the mobileme sync services so the ical calendars that are synced are those in the "[email protected]" group.
    Please help !
    Nick

    Actually you can't drag the appointment to ano calendar - its says "You can’t make changes to this invitation., Only the organiser can change this event"
    Also if you double click on the received appointment and open the window the only calendars shown that you can select are the 'on my mac" ones, and not the sync'd ones.
    Any ideas welcome !!
    Nick

  • HT4623 My iphone will no longer sync with my Mac with Lion operating system which does not interface with the cloud. How do I sync by plugging in?

    I have always been able to sync by plugging into my computer Mac OS 10.6.8 which does not interface with icloud. Now my iphone only wants to sync calander and contacts via icloud and will not sync when plugged in. Does any one else have this issue and or ideas?

    Do you have the latest version of iTunes?  If not, get it at:
    http://www.apple.com/itunes

  • Just upgraded to Yosemite 10.10.3 including Photos 1.0 which is not syncing with Adobe Photoshop Elements 12 Editor (already installed)....any ideas?  Using MacBook Pro (13-inch Mid 2012)

    Just upgraded my  MacBook Pro (13-inch Mid 2012) to Yosemite 10.10.3 including Photos 1.0 which is not syncing with Adobe Photoshop Elements 12 Editor (already installed and prev ok with iPhoto)....any ideas please?

    In iPhoto it was possible to go into the iPhoto prefs and set up Elements as an external editor. After using “Edit in” the image was saved back to the iPhoto library. Photos for OSX is very new, so I’m not sure whether that is possible with the new app. Have you looked for the prefs/settings? You could ask a question on the Apple forum:
    https://support.apple.com/en-us/HT204655

  • Setup.exe gives a "LANG_LIST has some locales which does not match with the locale of serial number"

    I ran the Adobe Customization Wizard XI to create a transform file and now when run setup.exe it always come with the error "LANG_LIST has some locales which does not match with the locale of serial number".
    It does the same thing when using msi with the command : msiexec /i  AcroPro.msi TRANSFORMS=AcroPro.mst /qb!
    Here is my setup.ini file
    [Startup]
    RequireOS=Windows XP
    RequireMSI=3.1
    RequireIE=7.0.0000.0
    Require64BitVC10RT=1
    CmdLine=/spb /rs /sl"1036"
    [Product]
    msi=AcroPro.msi
    vcrtMsi=vc_red.msi
    vcrtDir=VC10RT_x64
    Languages=1033;1036
    2052=Chinese Simplified
    1028=Chinese Traditional
    1029=Czech
    1030=Danish
    1043=Dutch (Netherlands)
    1033=English (United States)
    1035=Finnish
    1036=French (France)
    1031=German (Germany)
    1038=Hungarian
    1040=Italian (Italy)
    1041=Japanese
    1042=Korean
    1044=Norwegian (Bokmal)
    1045=Polish
    1046=Portuguese (Brazil)
    1049=Russian
    1051=Slovak
    1060=Slovenian
    1034=Spanish (Traditional Sort)
    1053=Swedish
    1055=Turkish
    1058=Ukrainian
    1025=English with Arabic support
    1037=English with Hebrew support
    6156=French (Morocco)
    CmdLine=TRANSFORMS="AcroPro.mst"
    [Windows XP]
    PlatformID=2
    MajorVersion=5
    MinorVersion=1
    ServicePackMajor=3
    [MSI Updater]
    Path=WindowsInstaller-KB893803-v2-x86.exe
    I don't know what goes wrong as took my serial number on my profile from the adobe web site, same thing for the download of the software.
    Does it means that the serial number provided was invalid for deploying ?
    NB.: My goal is to deploy our Acrobat XI through SCCM in silent mode and I don't know if there is extra consideration for that.  For now it's only not working at the command line.
    Another important point is that the install works great without customization !  If I just run the setup.exe from freshly extracted files and I use my serial number, everything is working fine.
    So what goes wrong ?

    Thanks for the reply brogers_1 and Vinod Dbhal, you gave good hint.
    I retried installing the initial package in French on a Windows 7 English and the software installed properly in French. 
    As I used to work with virtuals for those tests, I rolled back my virtual and redo my test installation with chosing to install it in English on my Windows 7 English and again the installation finished properly but I was surprised when I realized that even if I chose English as language, the software was running in French !
    Of course I can change the language settings (in the edit-preferences-language) to follow the operating system witch is nice.
    That gave me the cue I needed to know.  I started from scratch my customization with choosing only the French language in the "Application Languages" and I left the MUI Languages blank and saved the .mst
    I ran again the same command : msiexec /i  AcroPro.msi TRANSFORMS=AcroPro.mst /qb!
    And everything works fine.
    NB.: As I used the .msi directly, of course I had to install the prerequirement Visual C++ 2010 first.  Otherwise the installation failed without any error message.
    Thanks again to you for your good hint,
    Bob

  • Can i call a file which is not bundled with war file

    i am dynamically creating a file which i want to call in another jsp but it is giving error file missing. i am working on sun app. server all the jsps servlet,beans are bundled with war file. can i call a file in some jsp which is not bundled with war. i am also setting path of server to that folder.but its not working. how can i do it.

    Do you have a small code sequence that you can share with us?

  • I would like to create the a swatch, add it to the library and import to the swatch panel.  The help pages available relate to earlier versions of Muse, which does not work with the 2014.2 release version that I have.  I have created a library folder, imp

    I would like to create the a swatch, add it to the library and import to the swatch panel.  The help pages available relate to earlier versions of Muse, which does not work with the 2014.2 release version that I have.  I have created a library folder, imported the colour swatch as just 4 colours as a mulib file.  I drag the four colours on to the muse page in design view but that is as far as I get.  Can anyone help?  Thanks

    I don't know since I don't share anything. You'll have to peruse the help files and check the permissions and ACLs on the Shared folder. According to the permissions on the Shared folder everyone can R&W. If you want those to be inherited by everything dropped into the folder, add an ACL for
    everyone allow read, write
    Details in the manpage for chmod. The actual steps are left as an exercise.

  • Just upgraded to Yosemite 10.10.3 including Photos 1.0 which is not syncing with Adobe Photoshop Elements 12 Editor (already installed)....any ideas?

    Just upgraded to Yosemite 10.10.3 including Photos 1.0 which is not syncing with Adobe Photoshop Elements 12 Editor (already installed)....any ideas?

    ....partially resolved, in case anyone else with sim prob.....
    ....with Photoshop open you click "Open" (top left) and 'Finder' opens up in the window with 'Photos' listed.
    Select which pic you want to edit (duplicates must be created first in 'Photos") and it opens in Photoshop Editor
    It's all a bit messy but seems to work.

  • After downloading Lion the noise level of the fans increased. A noise which did not exist with Snow Leopard. Any ideas how to reduce noise?

    After downloading Lion the noise level of (what I believe to be ) the fans increased. A humming noise which did not exist with Snow Leopard. Any ideas how to reduce this noise?

    I have seen this mentioned a dozen times, here, on Lion,and MacRumors.
    Nope. Usual suspects.
    And whether you tried a clean install instead (backup and erase) and then use MA to import

  • HT3258 help!....i have macbook with lion 10.5.8 op because protools does not work with snow leopard, now i bought "traktor" which does not work with old op sys, can´t find a suitable update anywhere, what to do ? pete

    help!....i have macbook with lion 10.5.8 op because protools does not work with snow leopard, now i bought "traktor" which does not work with old op sys, can´t find a suitable update anywhere, what to do ? pete

    According to Roaring Apps, there is a version of Protools compatible with Lion.  But you may need Snow Leopard 10.6.8 to buy either Lion or ML on MAS.   It looks like you need to get up-to-date with your OS and the apps too.
    http://roaringapps.com/apps:table/tags/_t/index_tags/_t/p/2
    http://roaringapps.com/apps:table/tags/_p/index_tags/_p/p/3

Maybe you are looking for

  • Problems with Droid RAZR phone

    I purchased my Droid phone 12/19/12.  Circa 2/5/13, I started having problems with it, that are still continuing as of today, 2/20/13.  I went into a VZ store twice in the span of 4 days about these problems.  On the first visit, the VZ person did a

  • Calculated field in adobe forms central

    Can I make a calculated field in adobe forms central? For example a field that will sum total cost.

  • Error message not displaying when stock is zero

    Hi friends pls guide me how to solve , when ther is zero stock in the system for the particular item is not showing any error message , instead it is creating the delivery doc without any error message . pls tel me where would be the problem ..... aw

  • Opening images via Bridge to photoshop CS6

    Hi, We are  teaching 3 young 8 year olds Dreamweaver CS6 and Photoshop CS6 (recent installations). We are going fine with Dreamweaver but then we needed to learn how to manipulate images. In particular make new logos for the site and create images fo

  • Message tab missing when opening emails in Outlook 2013

    Hello, I have a client where their Message tab will sometimes disappear when opening a new email message window. They have to reboot the application to get the message tab to display again. It's pretty intermittent so it's hard to replicate at the sn