Inventory Extraction - Issues till not Resolved!!

Hi Gurus,
I have couple of questions here regarding Inventory extraction, and I will ask one by one:
1. I have a requirement to develop a report called " Stock Ledger Report " where the KPI's would be Quantity, Cost & Retail Price. The 2 KPI's Quantity & Costs are straightforward and the data for these come from MSEG-MENGE & MSEG-DMBTR respectively. Retail Price is a bit complex since it is dependent on time and my client being a retail one their prices are subjected to change according to time. This is being calculated from different tables in the R/3 side so it's pretty clear that I have to add a custom field to my extractor.
Now my Question is, to which data source should I add the custom field, will it be 2lis_03_bx or 2lis_03_bf?
2. I started the extraction sometime back for 2lis_03_bx since that has to be extracted first, but I am getting a runtime error that says:
Short Text
Too many parameters specified with PERFORM.
What happened?
In a subroutine call, there were more parameters than in the
routine definition.
Error in ABAP application program.
The current ABAP program "SAPLMCB1" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
Error analysis
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class
'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was neither
caught nor passed along using a RAISING clause, in the procedure "UPDATE_CALL"
"(FORM)"
Since the caller of the procedure could not have expected this exception
to occur, the running program was terminated.
The reason for the exception is:
A PERFORM was used to call the routine "F0001_UPDATE" of the program
"RMCSA278".
This routine contains 4 formal parameters, but the current call
contains 5 actual parameters.
parameters.
The first thing I did was to check for the OSS notes 315880 and 353042 that have to be installed in the R/3 system to perform the data loading. I got this from the SAP White paper, How to handle Inventory scenarios in BW.
I didn't find these notes in my R/3 system here, so I searched for these nodes in market place. The first note didn't make much sense to me where as the 2nd note was about how to activate the transaction key (PROCESSKEY).
According to what was mentioned in market place, in order to work with the Inventory extractors I have to activate the determination of the PROCESS KEY. So how do I know which PROCESS KEY corresponds to my requirement ? I could see all the process keys in the Transaction key maintainence for BW in SBIW.
My Question is if these 2 OSS notes are installed. will the issues be resolved ??...Also is it possible to proceed and resolve the above issues without istalling the 2 OSS Notes.
Thanks,
Guru.

Hey Brian,
Sorry I mistook your reply, am stuck with too much of work buddy, working on Inventory scenarios as well as POS DM too....your answers sounds cool. I will definitely try that once am done with the issue of running the setup tables and actually I think you suggestion would definitely work in my scenario since my client s a retail client and their prices change with time.
Can you also tell answer me with regard to my 2nd question.
Thank you so much
Guru.

Similar Messages

  • Dear sir, i am fully dis-appointed about my above case no : *******. I have face this problem last 9 and half months and still the issue is not resolved. This iPHONE4S purchase from Australia and now i am in india.

    Dear sir,
    i am fully dis-appointed about my above case no : *******. I have face this problem last 9 and half months and still the issue is not resolved. This iPHONE4S purchase from Australia and now i am in india. Your apple team told that the problem in your device and ready to replace it. But Now what happen they told you must have to send this iPHONE to Australia. But I have checked the courier people is not ready to take this device to australia. I will send it if any body of my relative comes to india but it will take a long time may be 8 to 10 months . I already suffering this problem since last 9 and half months and also for replacement it will take another 10 months. so it will very difficult for me. i request you to please send a new device at my address and i will send you this iPhone 4S return back when my some relative comes to australia.
    <Post Edited By Host>

    Just a reminder to you.  Apple is not here.  This is a user forum and the only people here are users like you.  Posting the same rant multiple times achieves nothing. Keep it up and your future post will be deleted just like the one that just was.

  • Hi,I have uploaded an app build for pre release  and its still under processing So i uploaded a new build but still the issues is not resolved.Please help...Thanks

    Hi,
    I have uploaded an app build for pre release  and its still under processing So i uploaded a new build but still the issues is not resolved.
    Please help...
    Thanks

    Hi smithin, 
    Thanks for visiting Apple Support Communities. 
    It sounds like you've submitted an iOS application to the App Store, which is being processed, but there's an unresolved issue.
    For additional help with this situation, Apple Developers can use the contact methods on this page:
    https://developer.apple.com/contact/
    All the best,
    Jeremy 

  • Inventory Extraction Issue

    Hi Gurus,
    I have couple of questions here regarding Inventory extraction, and I will ask one by one:
    1. I have a requirement to develop a report called " Stock Ledger Report " where the KPI's would be Quantity, Cost & Retail Price. The 2 KPI's Quantity & Costs are straightforward and the data for these come from MSEG-MENGE & MSEG-MENGE respectively. Retail Price is a bit complex since it is dependent on time and my client being a retail one their prices are subjected to change according to time. This is being calculated from different tables in the R/3 side so it's pretty clear that I have to add a custom field to my extractor.
    Now my Question is, to which data source should I add the custom field, will it be 2lis_03_bx or 2lis_03_bf?
    2. I started the extraction sometime back for 2lis_03_bx since that has to be extracted first, but I am getting a runtime error that says:
    Short Text
        Too many parameters specified with PERFORM.
    What happened?
        In a subroutine call, there were more parameters than in the
        routine definition.
        Error in ABAP application program.
        The current ABAP program "SAPLMCB1" had to be terminated because one of the
        statements could not be executed.
        This is probably due to an error in the ABAP program.
    Error analysis
        An exception occurred. This exception is dealt with in more detail below
        . The exception, which is assigned to the class
         'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was neither
        caught nor passed along using a RAISING clause, in the procedure "UPDATE_CALL"
         "(FORM)"
        Since the caller of the procedure could not have expected this exception
         to occur, the running program was terminated.
        The reason for the exception is:
        A PERFORM was used to call the routine "F0001_UPDATE" of the program
         "RMCSA278".
        This routine contains 4 formal parameters, but the current call
        contains 5 actual parameters.
        parameters.
    The first thing I did was to check for the OSS notes 315880 and 353042 that have to be installed in the R/3 system to perform the data loading. I got this from the SAP White paper, How to handle Inventory scenarios in BW.
    I didn't find these notes in my R/3 system here, so I searched for these nodes in market place. The first note didn't make much sense to me where as the 2nd note was about how to activate the transaction key (PROCESSKEY).
    According to what was mentioned in market place, in order to work with the Inventory extractors I have to activate the determination of the PROCESS KEY. So how do I know which PROCESS KEY corresponds to my requirement ? I could see all the process keys in the Transaction key maintainence for BW in SBIW.
    My Question is if these 2 OSS notes are installed. will the issues be resolved ??
    Thanks,
    Guru.

    Hi
    check this SAp note for your dump
    Note 546844 - PERFORM command: Error message: 'Too many parameters'
    cheers,
    Swapna.G

  • Help with case number :0185603779 not resolved.  Can someone please help me??????????????

    I have Adobe Digital Edition 2.0 on my computer.  I am receiving a message that it has stopped working.
    I had contacted Adobe previously, but the issue was not resolved.  Can you please help me?????????????

    I concur with dwb's assessment. See:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    Macintosh OS X Routine Maintenance,
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X, 
    Five Mac maintenance myths, and
    Myths of required versus not required maintenance for Mac OS X for information.

  • Battery Issue still not fixed

    This is my first iPhone.  I like the phone but the battery issue is not resolved.  I downloaded the software fix and it did not fix it.  In fact it might have made it worse!  I have to keep everything turned off all the time or the battery is used up in a few hours.  What good is having the phone if you can't have anything turned on.  I see no difference in the battery life even with the software update.  I don't mind charging it each night, had to do that with the Blackberry too but I don't want it going dead mid day when I have barely used it.  Has anyone found a way to keep the battery at a decent level all day?

    why don't you search the forum before asking a question that's been asked and answered over and over and over and over again?
    There are a multitude of postings with excellent suggestions on how to maximize your battery life.

  • Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them eithe

    Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them either failing or not sending at all.  Is there an outage in the Cleveland, Ohio area (zip codes 44129, 44134, 44137) or anything else I can do to resolve this issue?

    Not that I'm a Verizon employee, but I have experience in the field. An LTE tower will only extend up to, on a perfect day, with no elevation, 6-7 miles. On a typical day, you will be lucky at four (4) miles. The three ZIP codes you've given are all within about a 12 mile radius. That would mean that 2-3 towers are currently down at the same time, and Verizon would know about it within the hour. Being it's Cleveland, I'm sure they would receive numerous calls regarding an outage of that size.
    My point is that if you're having issues in all three ZIP codes, chances are it's a phone issue. If you're handset is simply not receiving LTE, but still receiving 3G, that would signify a SIM card issue. You need to get your SIM card replaced.

  • My Iphone calendar events are not showing up in iCal when I sync? Syncing has not been an issue till today?

    My Iphone calendar events are not showing up in iCal when I sync? Syncing has not been an issue till today?

    I found this tip from a 2011 discussion on the same topic.
    Open iCal and backup or export your entries. Make a note of the fie name and location, you're going to need them in a minute. Once your backup/export is completed, close the iCal application.
    Open Finder and remove everything inside the "Username/Library/Calendars" folder. For instance, if your username is "Joe", then move everything inside the "Joe/Library/Calendars" folder.
    Open the iSync application. It's located in the "/Applications/" folder. Once iSync is opened, go into the iSync Preferences (iSync -> Preferences) and push/click the "Reset Sync History" button. Then, close the iSync application.
    Re-Open the iCal application and Import (File -> Import) a new calendar. When prompted, use your notes from Step #1 to select the file your created earlier. Once completed, close the iCal application (you should have all of your calendar entries back.)
    Open the iTunes application and connect your Apple iPhone to the computer.
    Within the Advanced section of the Info tab for the Apple iPhone, check the box the overwrites/replaces the Calendar data on the Apple iPhone.
    Click the Apple/Sync button. New, modified and deleted entries should now be syncing correctly.
    That's it! You should be all set and iTunes, iCal and our Apple iPhone should all be playing nicely as friends again. We've used the exact method to repair our own Apple iPhone at least once... maybe even twice.

  • I have updated to windows 8.1 from windows 8.  My ipod nano (6th gen) is no longer identified properly in itunes.  I have tried all steps in the troubleshooting guide but it has not resolved the issue.  What can I do?

    My ipod nano (6th gen) is no longer identied properly in itunes.  I have followed all steps in the troubleshooting guide (uninstall and reinstall itunes several times, Apple Mobile Device running ok, verified USB port runs) but the issue is still not resolved.  What can I do?

    Universal Serial Bus controllers
         Intel(R) ICH9 Family USB Universal Host Controller - 2934
         Intel(R) ICH9 Family USB Universal Host Controller - 2935
         Intel(R) ICH9 Family USB Universal Host Controller - 2936
         Intel(R) ICH9 Family USB Universal Host Controller - 2937
         Intel(R) ICH9 Family USB Universal Host Controller - 2938
         Intel(R) ICH9 Family USB Universal Host Controller - 2939
         Intel(R) ICH9 Family USB Universal Host Controller - 293A
         Intel(R) ICH9 Family USB Universal Host Controller - 293C
         USB Composite Device
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
         USB Root Hub
    I'm not sure if it charged when I hooked it up to my roommate's computer, but it definately didn't register either. If I put it on the dock it plays so the port is fine, but that still doesn't help me sync it to my computer.

  • I have recently upgraded my iMac to 10.6.8 and now find that the upload photo to Facebook facility no longer works. I have reset Safari but this has not resolved the issue - any suggestions?

    I have recently upgraded my iMac to 10.6.8 and now find that the upload photo to Facebook facility no longer works. I have reset Safari but this has not resolved the issue - any suggestions? I can click on the "upload photos/video" field and it takes me to Finder to select the photo - but on selecting the photo, the Finder screen disappears as normal but from then on nothing happens.

    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:  Remove All Website Data
    Now empty the Safari cache.
    Back to the menu bar, click Safari > Preferences then select the Advanced tab.
    Select:  Show Develop menu in menu bar
    Now click Develop from the menu bar. From the drop down menu click Empty Caches.
    Quit and relaunch Safari then try Facebook.
    If that doesn't help, it may be a Safari extension preventing you from uploading content to Facebook.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • Issues not resolved after updating to latest SP BO 4.0

    Issues not resolved after updates to latest SP
    We initially installed BO 4.0 with SP4 FP3. After that updated the installation to SP6, SP7, SP8, SP9 and SP9 patch3. We skipped SP5 as it had no issues effecting the way we work.
    Now we discovered that most of the important issues for development like being able to modify merged dimensions by adding a dimension are not resolved, despite the updates which would have fixed the issue.
    Any ideas?
    Is it possible to install SP5 afterwards and then update again to the new SP10?

    You don't need to install SP5. Latest SP you have installed, will have all the fixes of SP5.
    You cannot install SP5 after installing SP9. There is no need to install aslo.

  • HT5219 it is frustrating that thunderbolt is not recognized while working in the windows 7 on MacPro - will this issue be ever resolved? if so when?

    It is frustrating that thunderbolt is not recognized while working in boot camp windows 7 on MacPro - will this issue be ever resolved? if so when?

    I second this question.

  • TS4510 Updating to the latest iOS on my iphone 5 did not resolve this issue, I have had to switch it off

    Updating to the latest iOS on my iphone 5 did not resolve this issue, the only way I've found round it is to switch the mode off

    Do Not Disturb mode stays on after scheduled time

  • Unable to enroll in Creative Cloud - regardless of browser or credit card the message is that my billing info is incorrect - anyone seen this issue or not the resolution - support could not resolve it?

    Unable to enroll in Creative Cloud - regardless of browser or credit card the message is that my billing info is incorrect - anyone seen this issue or not the resolution - support could not resolve it?

    If Adobe support can't fix the problem, I doubt that anyone in an open forum will be able to help (this is not Adobe support)
    Change Account https://forums.adobe.com/thread/1465499 may help
    -ID support http://helpx.adobe.com/x-productkb/global/service-c1.html
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    or
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • The Force Quit-Not Responding Issue has not been resolved yet?

    I too keep having Force Quit issues in many apps - Final Cut, Photoshop, Mail, etc. If I do not use these apps for a while then go to them, they hang. Force quit does not work - as the app cannot be restarted after force quitting. The only solution is to reboot - you cannot even restart as nothing will force quit the apps. This has now become annoying as I am rebooting at least once or twice per day.
    This occurred only recently - after the 10.5.4 update.
    Checking the boards, this is a problem for many many users and still not resolved in most cases. Anyone have more information on this issue?

    Hello Jon:
    As far as I can tell, there is not a general problem. That is not to say you are not having problems.
    If you have not done so, try these things (in sequence, if one fixes it, stop):
    Run permission repair.
    Run repair disk from your software install DVD.
    Download the combo 10.5.4 updater and apply it (even if you did that before).
    Barry

Maybe you are looking for

  • Help! Can't update iwork and imovie because "You have updates available for other accounts".

    I recently purchased Macbook Pro with iMovie, iwork keynotes, pages and numbers preloaded in the machine. Now the App Store icon indicates that I have updates available.  So when I open up app store and click update, I got an warning stating " You ha

  • Error message when trying to install itunes 9

    I checked already to see if this was answered earlier and it isnt. so. When i open the itunes installer and right after it prepares to install i get the message "invalid drive:F:/" and then itunes installer tells me that it cannot complete the instal

  • Email upload in vendor master change

    Hi all, I have to do emails upload in vendor master change but when i do through shdb recording i am not able to see the communication screen to enter the values. Can any one of you please guide me step by step. Thanks & regards, Kumar

  • Sending Cheque as PDF attachment in Mail using F110.

    Hi all, We have a requirement to send the cheque as as PDF attachment in Mail while printing it through transaction F110.Mail has to be triggered when the payment run is done through F110.Is there any config setting to do this without doing any chang

  • Network preferences reverts to modem

    I Have Verizon Fios on 2 computers. One computer cannot connect any more. It is a G3 running system 10.1. In system preferences the set up is a modem port. I can't change it to built in ethernet as it keeps reverting to modem port. The apply now butt