PO Extraction ..which includes Service Numbers

Hi ,
I have a requirement of developing Purchase Order Report.
Does anyone know how to link the Purchase Order Numbers with the Service Numbers.
Service Numbers are at Sub Item level to PO Line Items and are published.
This PO's are of type services when Item Category = D when creating Purchase Order.
I am getting the PO details from EKPO Table & all the services related information is in ESLL Table on R/3 side.
But i dont know how to link the PO Number, PO Line Item Number with the Service Numbers on BW Side.
Please  reply if anyone has some knowledge on this. I have verfied lot of posts in SDN about this issue..without resolution.
I have to develop PO report which looks like this...
PO Number
PO Line Item Numbers
Description of Line Items
Service Numbers assigned to each PO Line Item
Desc of Service Numbers
Key Figures (Ordered Value, Confirmed Value, Invoiced Value)
Thanks,
SAPBWI

Hi,
Unfortunately there is no direct link between EKPO and ESLL. You have to do it via ESSR.
You can enhance the extract structure for 2LIS_02_ITM by adding new fields from ESLL (whatever your requirement is) and to join them with PO item data
Select PACKNO from ESSR where ESSR-EBELN = EKPO-EBELN  extract
and ESSR-EBELP = EKPO-EBELPi
Now using the selected ESSR-PACKNO, select SRVPOS from ESLL where ESLL-PACKNO = ESSR-PACKNO(retrieved from above step).
You can actually enhance 2LIS_02_ITM for this or write a Generic extractor using FM.
Cheers,
CK

Similar Messages

  • Why is adobe requiring me to make a purchase in order for me to create a pdf from word? I paid for the service in April which included unlimited conversions for a year

    why is adobe requiring me to make a purchase in order for me to create a pdf from word? I paid for the service in April which included unlimited conversions for a year

    Make sure you're actually logged-in to your account.

  • Things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services

    Do any one have a link to a list of things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services, Analysis Services and Integration Services?
    I am taking from an Active Directory domain several servers with SQL 2008 and Reporting Services, Analysis Services and Integration Services. The server will stay on its own without association to any domain, the server will keep its IP address and
    the server will not change names.
    I have done some research and I got the basic steps including, removing the user accounts from the domain, changing the services accounts, changing jobs and databases from being owned by users from the domain. But...
    Are there other things in Reporting Services, Analysis Services and Integration Services internal databases that have an association with the domain AND that will fail after no longer being in the domain?
    I've heard of Reporting Services subscriptions failing when the domain user account is no longer there...Are there any other got ya's that any one has encountered?
    Please advice.
    Note: I am posting in this forum basically because of what I heard on Reporting Services, but it may be a better idea to post into a more broad forum such as SQL Server Migration section.
    Thanks beforehand
    Paulino

    Do any one have a link to a list of things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services, Analysis Services and Integration Services?
    I am taking from an Active Directory domain several servers with SQL 2008 and Reporting Services, Analysis Services and Integration Services. The server will stay on its own without association to any domain, the server will keep its IP address and
    the server will not change names.
    I have done some research and I got the basic steps including, removing the user accounts from the domain, changing the services accounts, changing jobs and databases from being owned by users from the domain. But...
    Are there other things in Reporting Services, Analysis Services and Integration Services internal databases that have an association with the domain AND that will fail after no longer being in the domain?
    I've heard of Reporting Services subscriptions failing when the domain user account is no longer there...Are there any other got ya's that any one has encountered?
    Please advice.
    Note: I am posting in this forum basically because of what I heard on Reporting Services, but it may be a better idea to post into a more broad forum such as SQL Server Migration section.
    Thanks beforehand
    Paulino

  • How can I print all my contacts including phone numbers from iCloud

    I used to be able to print all of my contacts including phone numbers etc from iCloud.  Since all the upgrades I can not do this.  I used to be able to change the display by clicking on a ribbon at the top then clicking the gear to have it print.  No ribbon any more and no way to change the display.  Any help is greatly appreciated.  Thanks.

    Thanks again Ferd. I looked up equivalent of command key on Dell keybrd. It is Windows insignia, however that didn't work. I selected all with the pop up menu by right clicking, which accomplished the same thing, however when I tried to print, it would only print out a couple of names per page and no add'l info. I stopped the printer and tried manually highlighting and selecting all with the same printing result. I finally gave in and called Apple support. After explaining my problem, while I was on hold, I thought I would try the process using Google browser instead of I.E. Guess what, IT WORKED!! All that hassle because of Internet Explorer.  I now can print (or print to .pdf file to save) any time. I do appreciate your input that would have worked with the interpretation of the command key had I not used IE. live and learn. :-)

  • How can I include telephone numbers when printing address labels using Dymo Labelwriter Turbo 330?

    I am able to pull info from Apple Address Book using the Dymo Labelwriter application, but I cannot seem to include telephone numbers. Does anyone know how to do this?

    short answer
    1 - NO
    2 - It is up to apple to correct the issue and I have heard they will look at it. It doesn't hurt to call customer support both apple and dymo to let them know you are unhappy about this [it used to work fine in later versions of 10.3]. Also don't let them convince you that you must have installed the driver wrong or something. I have had the same problem on 3 different macs [one of which was brand new] with 2 different dymo label printers.

  • Which MSXP Services does FF Need? When Disabling Services; extentions, addons, themes stopped working

    I disabled some Service in MS Windows XP Home SP3 cause my Internet only lagged in Windows.. So i unchecked everything i didnt need or use.. Windows works wonderfull, runs even faster than before.. Only my extentions, Add-Ons, Plugins and Themes stopped working except for one.. The spelling-checker.
    So, my question is which Windows Service Process prob. disabled this when i shut down the services.. (By asking this i want an answer so i only need to enable 1-2 processes and not the dumb-ass answers where you advice to turn everything on again)
    PS.
    Troubleshooting Information included but i didnt find any complaints there

    Disable Photo Stream in the System/iCloud preference pane
    and in iPhoto's Photo Share preference pane.
    Reboot and reenable both respectively. That should jump start Photo Stream.
    OT

  • How to create report which includes records of current month and last 7 days of previous month.

    Hi Experts,
    I need to create a report which includes records of current month and last 7 days of previous month.
    I will get records of current month by this formula :- month({PROBSUMMARYM1.OPEN_TIME})=month(currentdate)
    Please tell me how to add the records of last 7 days of previous Month for the same report.
    Thanks in Advance.

    Hi Ajay,
    If you have more than a year data in your database then your formula will return wrong results. ie. If your data consist of 2012,2013,2014 data then below formula will return all 8th month data irrespective of year. So, you need to check year also here
    month({PROBSUMMARYM1.OPEN_TIME})=month(currentdate)  and
    Year({PROBSUMMARYM1.OPEN_TIME})=Year(currentdate)
    Now add Abhilash second statement in OR so, your formula should look like :
    (month({PROBSUMMARYM1.OPEN_TIME})=month(currentdate)  and
    Year({PROBSUMMARYM1.OPEN_TIME})=Year(currentdate))
    OR
    Date({PROBSUMMARYM1.OPEN_TIME}) IN [DateAdd('d',-7,Maximum(LastFullMonth)), Maximum(LastFullMonth)
    -Sastry

  • I would like to read a text file in which the decimal numbers are using dots instead of commas. Is there a way of converting this in labVIEW, or how can I get the program to enterpret the figures in the correct way?

    The program doest enterpret my figures from the text file in the correct way since the numbers contain dots instead of commas. Is there a way to fix this in labVIEW, or do I have to change the files before reading them in the program? Thanks beforehend!

    You must go in the labview option menu, you can select 'use the local
    separator' in the front side submenu (LV6i).
    If you use the "From Exponential/Fract/Eng" vi, you are able to select this
    opton (with a boolean) without changing the labview parameters.
    (sorry for my english)
    Lange Jerome
    FRANCE
    "Nina" a ecrit dans le message news:
    [email protected]..
    > I would like to read a text file in which the decimal numbers are
    > using dots instead of commas. Is there a way of converting this in
    > labVIEW, or how can I get the program to enterpret the figures in the
    > correct way?
    >
    > The program doest enterpret my figures from the text file in the
    > correct way since the numbers contain dots instea
    d of commas. Is there
    > a way to fix this in labVIEW, or do I have to change the files before
    > reading them in the program? Thanks beforehend!

  • How to find out which RAC service a user is using.

    Hi,
    Our RAC database uses clustering services.
    How do I find out to which RAC service a database user is setup for?
    I know how to check what it is currently using by looking at GV$SESSION. But i want to check what service a user was originally setup?
    I cant seem to find the info i need on the following views:
    GV$ACTIVE_SERVICES
    DBA_SERVICES
    GV$SESSION
    am i missing out something?
    thanks,

    There is a service_name column in gv$session that should show what service is being used by a connection.
    Sorry...reread and see that you know about gv$session...I'm not really sure what you mean by originally setup or how long ago you are trying to look for but in v$active_session_history there is a column that is service_hash that will join to dba_services column name_hash..so if you can find some old session from that user and get the service_hash you can get the service name from dba_services.
    Edited by: DBA_Mike on Mar 24, 2009 6:48 AM

  • I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page word document, some recipients get only one page.  Also sometimes when I burn an image from iPhoto on to a disc, only part of the image appears.  Why?

    I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page Word document by email, some recipients get only one page.  Also when burning an image from iPhoto (usually no larger than 1mb) on to a disc, only part of it appears.  It appears to have been magnified so that only a part of the image appears.  Can anyone enlighten me as to what is happening?  And how to fix it??

    I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page Word document by email, some recipients get only one page.  Also when burning an image from iPhoto (usually no larger than 1mb) on to a disc, only part of it appears.  It appears to have been magnified so that only a part of the image appears.  Can anyone enlighten me as to what is happening?  And how to fix it??

  • How can I extract the last 4 numbers of the SSN to be auto-populated in another text box?

    I'm creating a form for my place of business and need to figure out how to extract the last 4 numbers from a Social Security Number formatted text box into another text box that just asks for the last 4 numbers.  Can anyone help me please?

    A very similar thing was discussed recently in this thread: http://forums.adobe.com/thread/1071629?tstart=0

  • The CC control panel use to show my 4 applications CC, CS6, LR5 and Bridge, now LR5 is no longer showing up. I pay for the photographer bundle, which includes LR5 and CC, why has it been dropped off? Is there any way to bring it back in the panel, because

    The CC control panel use to show my 4 applications CC, CS6, LR5 and Bridge, now LR5 is no longer showing up. I pay for the photographer bundle, which includes LR5 and CC, why has it been dropped off? Is there any way to bring it back in the panel, because in the listed applications which can be added below it is not listed.  Thanks!

    If you're a paying Creative Cloud member, you may not see Lightroom in the Creative Cloud if your computer doesn't meet the minimum system requirements. Check to make sure that your system meets the minimum requirements for the latest release of Lightroom.
    If you're using a trial version of Creative Cloud, the Lightroom trial is not available through Creative Cloud. It is, however, available as a stand-alone trial. See Install Lightroom trial | Creative Cloud membership. 
    Please refer to : Lightroom and Creative Cloud FAQ
    Regards
    Rajshree

  • Error in account determination while billing posting which includes rebate

    Dear All,
    Everytime I try to post my billing document which includes rebate, I get "error in account determination" message. Can anybody help me how do I rectify this error. I have checked all the following points:
    1. Activated the Rebate at Customer Master Data
    2. Activated the Rebate at Sales Organization Level (IMG)
    3. Activated the Rebate at BillingLevel (IMG)
    4. And finally have created a condition for rebate (VBO1)
    Looking forward for your early response.
    Best,
    Vivek.

    hi
    if u r getting error by using rebate
    pls go through this way
    pls find the account key for rebate in pricing procedure and pls check in t.code vkoa whether they are assined gl account or not for that particular account key
    eg: account keys erl -revenues etc....
    Thanks & Regards
    phaneendra

  • External USB not recognized on my iMac (intel) in Disk Utility, Finder as well as in Terminal diskutil list but is listed in System Profile, which includes the location ID of 0xfa400000 / 5.  Can the location ID be used to restore USB identity ?

    My 1TB Seagate external USB not recognized by my iMac (intel) in Disk Utility, nor in Finder as well as in Terminal "diskutil list" but it is listed within the System Profile, which includes the location ID of 0xfa400000 / 5.  Can the location ID be used to restore the identity of my external USB ?

    Hello JNotorious,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    USB and FireWire Quick Assist
    http://support.apple.com/kb/ht1151
    Have a nice day,
    Mario

  • Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file bu

    Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file but not working. What is the matter and how can I deal with it?

    I am trying it on Adobe Acrobat Reader 9.2.1. Tried to fix Hex code, and also tried 'edit-preference-trust manager'. I focusing on Adobe registries but still couldn't fix the problem.

Maybe you are looking for

  • Troubles to upgrade my mac os X ver. 10.5.8

    Hi everyone, I have troubles to upgrade my mac os X ver. 10.5.8 in my macbook. When is ready to start the installation appears a counter, in that moment the counter stops on 3% and it does not complete the upgrade. What can i do for fix it? Thanks

  • How do I move videos i recorded off my digital camera to iMovie? !!!!!!!!!!

    I hooked my digital that recorded said video, to my mac book but I can't find out how to move my video from my digital to iMovie please help!

  • System copy Prd to Qas

    Hi, I have to copy Prd to Qas. Windows 2003, SQL 2005, Netweaver 2004s SR3 (BI 7.0) ABAP+JAVA I have gone through the guiide and also through note - 151603. I can see that there are 2 different methods I can use. One is Db Specific system copy and th

  • What is ID 3

    While selecting v$buffer_pool or v$db_cache_advice, why it always shows the value 3 in ID column. Could any one please tell me what this 3 represents. thanks, aks

  • How to define Alternate Currency ?

    Hii SAP gurus.. Could u plss tell me how to define alternate currencies like USD and EURO ....and how to see the balances in that currencies.... Thanks in advance Regards Ramki