Jump to Function not working for header items

Hi Experts,
I have a query using jump to function to access R3 tranaction,
It has issue jump to transaction MB51
Item Data:Material, plant, ...
header data: posting date,...
All settings in RSBBS are correct, but the posting date is not passed onto R3 report.
I have tried similar transaction MR51and posting date can be passed to R3.
any idears?
Feng

This is solution:
In ERP system.
Set MEMORYID in table MMIM_REP_CUST for fiekd BUDAT.
Value for MEMORYID have to be from TPRA table and value for DTG upper than current timestamp
After this recall mb51 and set this value in RSBBS assignment in BW system.
Thanks Nikolay Ryzhov for this solution.

Similar Messages

  • Calendar Issues - "Repitition is not working for the item you tried to access"

    I ran into an interesting error when troubleshooting a calendar issue today, wondering if anyone has seen it.
    Exchange 2010 SP2 latest RU, Outlook 2010
    User changes then start time for a recurring meeting, changes in everybody's calendar but hers 9still shows in her calednar as the original start time)
    Logged into OWA to see if her claendar reflected the correct start time there - no, still  shows the old start time.  So I open the meeting, have a quick look, and the following error pops up:
    "Repitition is not working for the item you tried to access.  It's possible either the start or end date are not correct"
    Has anyone seen this error in OWA before?
    TAG

    Hi,
    Please double check whether the updated start time and end time are changed properly in attendees’ calendar. Also confirm whether the updating message is in the organizer’s sent items both in OWA and Outlook.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • CRM Availability Check not working for certain Item Category

    Hi there,
    I have a situation where for certain order type/item category combinations, the availability check on the same material is not working.
    The check is set up to happen in SAP ECC.
    I have checked the config. under SPRO->CRM->Basic Functions->Availability Check->Availability Check using SAP ECC
    as per many SDN posts on this, and everything looks fine.
    The new item category, which was a copy of an existing one, works (i.e. gives availability) for certain order types, but not others.
    If I create the same order directly in ECC, it works correctly every time.
    I searched the code (from consultants who set it up originally) and can see nothing specific to the order type/ item category.
    I also put a breakpoint on AVAILABILTY_CHECK function module in SAP ECC - it is not being hit, in the case where check is not successful.
    Breakpoints in MV45AFZZ (Sales Order userexit) also not being hit, but they are hit for the Order/item category combination when it works successfully.
    Any suggestions on where else this could be configured would be appreciated!
    thanks,
    David

    Hi David,
    One 'simple' reason for this could be that the copied item category does not have the
    ATP Profile set up in the item category in the IMG. Make sure you have an ATP profile assigned in the area 'ATP Profile' in the item category.
    Please see as well the SCN Wiki link:
    Availability Check CRM-BTX-BF-ATP - CRM - SCN Wiki
    Best regards
    Christophe

  • SD- Sales Order - ATP check not working for few item in same sales order

    Hi Experts,
    Need help we activated ATP check but for few item i could not find confirmation qty after availability check. In same SO out of 4 items for schedule line it confirming qty for 2 item but  it's not confirming for remaining 2 items though stock is available. Please guide me how to correst and what need to check.
    Manoj

    Dear Manoj,
               As you know, ATP is a big subject & some times its difficult to point the exact problem.
    In your case, I suggest you to execute the function module:BAPI_MATERIAL_AVAILABILITY using Tx:SE37
    key in selection criteria , in results check the "ATPQTY"- it will show you how much actual stock is available for use i.e. ATP qtty.
    still if you find the availability & system not confirming the qtty, then problem could be in checking rule
    Tx:OVZ9 check in relevant combination, whether you are considering RLT or not?
    is this case with MTS or MTO
    because in Sales order -
    for MTS - checking rule "A" & MTO checking rule will be "AE"
    Regards,
    Reazuddin MD

  • Replace function not working for XML CLOB data

    Hi all,
    I am generating XML using DBMS_XMLGEN in oracle 10g. After generating the XML, I am replacing the ROW tags with appropriate tag name using REPLACE function. Sometimes the tag name is not replaced correctly.
    Eg.I am replacing </Cargo_ROW> with </CargoDetail>. But sometimes in one xml, this tag is coming as </CargoDetROW> or </CargoDetaiW>. The XML size is always huge and the same tag is repeated so many time in the loop and in the same XML, only one tag will be replaced incorrectly. This also not happening for all XMLs.
    If any one knows the cause about this problem or solution, please share the same.
    thanks,

    Yes Anton, you are right..
    It was typecasting problem
    replace supports clob
    Check this out
    SQL> declare
      2  xmldata clob;
      3  Begin
      4  xmldata:='<Message transaction_log_id="" extraction_date="25/11/09 09:52:03 AM" versio
      5  <Transaction>
      6  <TransactionType>ORIGINAL</TransactionType>
      7  <ControlNumber>60022449779</ControlNumber>
      8  <BookingHeader>
      9  <PortCodeOriginal>GBSOU</PortCodeOriginal>
    10  <Contact>.</Contact>
    11  <PhoneContact>.</PhoneContact>
    12  </BookingHeader>
    13  <PartyInformation>
    14  <PartyDetails>
    15  <PartyId>10002866</PartyId>
    16  <Type>SHIP</Type>
    17  <Name1>L LTD.</Name1>
    18  </PartyDetails>
    19  </PartyInformation>
    20  <Cargo>
    21  <CargoDetROW>
    22  <CargoHeader>
    23  <CargoReceivedSeqNo>600015391790</CargoReceivedSeqNo>
    24  <CargoId>RW9330P013948</CargoId>
    25  </CargoHeader>
    26  <CargoDimensions>
    27  <Length>1</Length>
    28  <Width>2</Width>
    29  </CargoDimensions>
    30  </CargoDetail>
    31  <CargoDetROW>
    32  <CargoHeader>
    33  <CargoReceivedSeqNo>600015391791</CargoReceivedSeqNo>
    34  <CargoId>RW9330P01394AA</CargoId>
    35  </CargoHeader>
    36  <CargoDimensions>
    37  <Length>2</Length>
    38  <Width>2</Width>
    39  </CargoDimensions>
    40  </CargoDetail>
    41  <Cargo_ROW>
    42  <CargoHeader>
    43  <CargoReceivedSeqNo>600015391792</CargoReceivedSeqNo>
    44  <CargoId>RW9330P01322</CargoId>
    45  </CargoDetaiW>
    46  <CargoDimensions>
    47  <Length>1</Length>
    48  <Width>2</Width>
    49  </CargoDimensions>
    50  </Cargo_ROW>
    51  </Cargo>
    52  </Transaction>
    53  </Message>';
    54  xmldata:=to_clob(regexp_replac(xmldata,'</Cargo_ROW>|</CargoDetaiW>|</CargoDetROW>','</CargoDetail'));
    55  xmldata:=to_clob(regexp_replace(xmldata,'<Cargo_ROW>|<CargoDetaiW>|<CargoDetROW>','<CargoDetail>'));
    56  dbms_output.put_line(xmldata);
    57  end;
    58  /
    <Message transaction_log_id="" extraction_date="25/11/09 09:52:03 AM"
    version="1.0">
    <Transaction>
    <TransactionType>ORIGINAL</TransactionType>
    <Contro
    lNumber>60022449779</ControlNumber>
    <BookingHeader>
    <PortCodeOriginal>GBSOU</Por
    tCodeOriginal>
    <Contact>.</Contact>
    <PhoneContact>.</PhoneContact>
    </BookingHead
    er>
    <PartyInformation>
    <PartyDetails>
    <PartyId>10002866</PartyId>
    <Type>SHIP</Ty
    pe>
    <Name1>L
    LTD.</Name1>
    </PartyDetails>
    </PartyInformation>
    <Cargo>
    <CargoDetail>
    <CargoHea
    der>
    <CargoReceivedSeqNo>600015391790</CargoReceivedSeqNo>
    <CargoId>RW9330P01394
    8</CargoId>
    </CargoHeader>
    <CargoDimensions>
    <Length>1</Length>
    <Width>2</Width>
    </CargoDimensions>
    </CargoDetail>
    <CargoDetail>
    <CargoHeader>
    <CargoReceivedSeq
    No>600015391791</CargoReceivedSeqNo>
    <CargoId>RW9330P01394AA</CargoId>
    </CargoHe
    ader>
    <CargoDimensions>
    <Length>2</Length>
    <Width>2</Width>
    </CargoDimensions>
    <
    /CargoDetail>
    <CargoDetail>
    <CargoHeader>
    <CargoReceivedSeqNo>600015391792</Carg
    oReceivedSeqNo>
    <CargoId>RW9330P01322</CargoId>
    </CargoDetail>
    <CargoDimensions>
    <Length>1</Length>
    <Width>2</Width>
    </CargoDimensions>
    </CargoDetail>
    </Cargo>
    </Transaction>
    </Message>
    PL/SQL procedure successfully completed.
    SQL> Twinkle
    Edited by: Twinkle on Nov 26, 2009 6:05 PM

  • 'Image Set' in Contacts print function not working for envelopes

    I'm using 'Image Set' in Apple Contacts to insert a pic into my Christmas address labels, which works fine, but when I try to use the same function to try and print envelopes the 'set image' function will not work, and no image will appear. Ive tried quitting and restarts to no avail - any thoughts?

    I used to use this to print a report:
    ...but it doesn't work on my Windows 7 computers.  So, now I use this:
    ...and I'm happy again.    You may be, too, if you're using Windows 7.  I found this post helpful when I experienced this problem.
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice

  • Search function not working for few days ??

    I try to search for object that I have searched before and got results.
    now I don't get any result on any search query I give. yesterday I thought , OK I will wait for tomorrow then it will be resolved. but now it's still not working ?
    for instance search on CL_SALV_TABLE is giving no results ?
    am I the only one experiencing this problem or is it community wide ?
    kind regards
    arthur

    Hi Arthur,
    we are aware of the current search problem and our development team is working on it. In future please report such bugs to [email protected]
    Regards,
    Folkert

  • Fill-down function not working for resources.

    Hi,
    I am running P6 version 8.2 and I am trying to use the 'fill-down' function to copy resources down for certain filtered activities but the option is always greyed out.
    I can fill down just about anything else but for some reason it doesn't work with resources.
    Can anyone fill me in on why this may be..?
    Thanks.
    Russell.

    You can't use fill down on any column that is a list. Predecessors, Successors, Resources, Roles and Activity Codes can all be assigned to multiple activities by highlighting them, right clicking and going to Assign. This will bring up a window where you can choose what to assign.
    I am not 100% sure on why you can't use fill down with resources but I imagine its because you are doing more than editing a value for each activity. You are linking an activity to a resource, each of which are objects in the database.

  • Synchronize function not working for IMAP

    I changed my email account from POP to IMAP.
    I didnt like having to look through all my unread messages on my iphone that I already read at work.
    IMAP settings are all correct (i was on the phone with Cox Communications).
    iPHone gets any emails immediately, but my laptop does not. HOWEVER, if I go into the MacMail menu "Mailbox" and select "Synchronize All Accounts" or choose 'Synchronize >( then select my IMAP account)" then the mail that my iPhone already received all pops up.
    The problem is that Mac Mail doesnt want to remember that I want to Synchronize it. I have to chose this function EVERY TIME I want to check my email.
    The result is that i do not get any emails at work on my laptop unless I manually Synchronzie each time before checking for mail.
    What can I do to get MacMail to remember that I want it Synchronized???

    I have a similarly large number of topic folders populated by rules triggered new mail. Some of my rules are on the mail servers, while some are on my own Macs. (In my case, there are multiple Macs involved; I gather from your message that there is only one MacBook Pro involved in your case.)
    I was in the middle of composing some comments on my understanding of how new messages are detected and processed by Mail.app, but I discovered some counterexamples in the process. Now I'm getting as confused as you may be.
    I'm not sure what the rules are for when each secondary mailbox is refreshed from the server. I do know that "Synchronize All Accounts" (or Synchronize > accountname) is an immediate action, not a request for continued action. I also know that sometimes you have to do an explicit Synchronize to update secondary mailboxes, that they are usually updated eventually, but sometimes it doesn't happen. I don't know why.
    Sorry not to have been more helpful. Maybe somebody else will come along who can go better.

  • Populate_list is not working for list item

    i have a list item. i have a record group with a query which will return only one column.
    if i use
    populate_list(list_name,'Rg_val');
    Rg_val is the record group name
    it says error
    FRM-41334: Invalid record group for list population.
    what might be the problem?

    The record group must have at list 2 columns, one is the content of the list item(what you see in the screen) and the other is the value that the list item returns.
    if you create the record group programmatically your query must have 2 columns in the select statement, the first is the visible value of the list item and the other the real value that listitem returns.
    I attach the following code if you want to create the record group at runtime which is the best.
    declare
    additional_payments varchar2(200) := 'select codpros||' || '''. ''||' || 'description,codpros from mis_pros';
    v_rg_id recordgroup;
    v_err NUMBER:= 0;
    BEGIN
    v_rg_id := create_group_from_query('recgrp1',additional_payments);
    v_err:= populate_group(v_rg_id);
    clear_list('codpros');
    populate_list('codpros',v_rg_id);
    delete_group(v_rg_id);
    clear_list('typos');
    populate_list('typos','RECORD_GROUP1');
    delete_group('RECORD_GROUP1');
    go_block('parameters');
    execute_query;
    END;
    Be careful so as the codpros to be VARCHAR2. the 2 columns in the select statement must be of VARCHAR2 type. Try it and it ' ll work.
    If you have any question ask me again.
    Regards ,
    bill.

  • Search function not working for outlook 2007

    another screen shot

    rajugeorge wrote:hi bhg, thank you for the community welcome , much appreciatedi had initially tried to uncheck her data files option , thru search options. restarted outlook, and checked them back again. but that didnt helpshes got windows 7 64 bit, we have exchange server 2010 in our organisation.Emails are dragged and put in to the archive folders manually, the archive folder is stored on her network drive ( H drive namely )once again appreciate your helpcheersI haven't dealt with '07 in a while so to be please bear with me here, but under Search OptionsIndexing Options(Possibly) Advanced...What is the indexing location? I'm looking through my '10 Outlook so this may not be relevant in '07. Also are you using .OST or .PST? I would assume the mailbox is an .OST and the archive is a .PST. And again I don't have '07 in front of me so...

  • 'open in' function not working for MKV files

    Does anyone have an issue with using the 'open in' feature to play MKV files in another application? I have 3 applications that support MKV movie files but if I copy a MKV movie to GoodReader or FileBrowser and then use the 'open in' feature, it says there are no registered applications that support this file type. AVI files on the other hand work fine with all 3 applications offering themselves up in the 'open in' feature.
    I have 3 media players that support MKV files and I have tred reinstalling them all with no effect. I have also tried the open in from FileBrowser, Dropbox and GoodReader and then reinstalled these apps as well but still no success so I believe it is an issue with IOS. They all work fine on my iPad 1, this issue ony affects my iPad 2 but I set this one up as a new iPad and didn't restore it from my iPad 2 so not sure why this is. I spoke with one of the DEVs who was very helpful but he couldn't replicate this issue on his iPad 2.

    If "Open Containing folder" is grayed then the files are not longer in the original download location.
    Your More system details list shows the XULRunner 1.9.1 extension that is considered malware
    *XULRunner 1.9.1 true {68ED75C8-0369-4B3A-8F59-FC2787AC2C0C}
    *[[/questions/743526]]
    *[[/questions/749007]]
    You should also update the Flash and Java plugin.
    *http://www.mozilla.com/plugincheck/

  • JoinFieldValue function is not working for 'Partner'

    Hi All,
    I'm trying to get value from Partner in workflow, but there is an error message mentioned "<Partner>" is invalid, and then I'm looking for the online help, I found there is no referred record type for 'Partner', is JoinFieldValue function not working for 'Partner'?
    Does anyone know about it?
    Thanks in advance

    Using the Copy function link on a new Web Link Filed, you can pass parameters from one Object to another.
    1 - hit the "Copy" button on a CO Detail Page and grab the URL (This is the Destination Object, i'e I will pass information from Contact (Source) to this CO (Destination))
    Ex: https://secure-rmsomxxxx.crmondemand.com/OnDemand/user/CustomObject5.New?CustomObject5.NewForm.Id=XXXXXXX&OMRET1=CustomObject5.Detail%3fOMTGT%3dCustomObject5.Detail%26OMTHD%3dCustomObject5DetailNav%26CustomObject5.Detail.Id%3dXXXXXXX%26ocTitleField%3dName%26ocTitle%3dXXXXXXXXX%26ocEdit%3dY&OMTGT=CustomObject5.NewForm&OMTHD=CustomObject5PreCopyNav&OMRET0=CustomObject5.HomePage&OCTYPE=
    You would need only a small part from the above:
    https://secure-rmsomxxxx.crmondemand.com/OnDemand/user/CustomObject5.New?CustomObject5.NewForm.[Field you want to Copy]
    2 - Create a Weblink field on Contact and Expose it on the layout your role can see.
    3 - In the Weblink URL use the below
    https://secure-rmsomxxxx.crmondemand.com/OnDemand/user/CustomObject5.New?CustomObject5.NewForm.Description=%%%First_Name%%%
    Save your changes and you're done! you can now see that when you click the link you can pass the Contact First Name in the CO.
    Good Luck!
    Royston

  • Rule based ATP is not working for Components

    Hi All,
    Our requirement is to do availability check through APO for Sales order created in ECC,so we are using gATP.
    Requirement: We are creating salesorder for BOM header (Sales BOM) and avaialbility check should happen for components i.e. Product avalaibility & Rule based substitution.
    Issue: Product availiabilty is working for components but rules based substituion is working,  mean Rules are not getting determind for components.
    Settings:
    - Header doesnot exist in APO and compnents do exist in APO
    - Availability check is not enabled for header item category and enabled for Item category for components
    - Rules have been created for Components in APO
    - Rule base ATP is activated in Check instructions
    We have also tried MATP for this i.e. PPM created in APO but still didn't get the desired result.
    If we create salesorder for the component material directly then Rule based ATP is happening, so for components Rule based ATP is not working.
    How do we enable enable Rulesbased ATP for components, i mean is there any different way to do the same.
    Thanks for help.
    Regards,
    Jagadeesh

    Hi Jagdeesh,
    If you are creating BOM in ECC and CIFing PPM of FG/Header material to APO, I think you need to CIF Header material, too, with material integration model.
    Please include header material in you integration models for material, SO and ATP check as well.
    For component availability check, you can use MATP; but for MATP, FG should be in APO. You need not to CIF any receipts of FG (stock, planned orders, POs etc), so that MATP will be triggered directly. Then maintaining Rules for RMs will enable to select available RMs according to the rule created.
    Regards,
    Bipin

  • LSMW For Converting Open Sales Orders (not working for more than 1 item)

    Hi,
    I am using following standard object for Open sales orders .
    Object               0090   Sales documents                   
    Method               0000                                     
    Program Name         RVINVB10                                 
    Program Type         D   Direct Input                         
    Its not working for more than 1 line item.
    For more than 1 line item its giving Error saying that
    '102122                         V1                   845
    Print parameter SAPML2 1 is not defined
    Can anybody help me out in this regard.
    Thanks in advance.
    Nitin.

    hello, friend.
    i will still research the subject.  but the first thing that comes into my mind is t-code VA05.  with this, you have the option to change the Plant en masse.  so a possible workaround is for you to list a number of sales orders using VA05.  you then sort the line items by Plant.  choose all items with the same plant, change the plant via mass change... then change back to the original plant.  hopefully, the new settings should apply.
    do test a few sales orders by doing this for a larger scope.
    regards.

Maybe you are looking for

  • Kern protection error from Call of Duty 2 game

    Hey everyone,  I was told if anyone could help me it would be on here. Over the last few weeks I started getting the odd kern protection error while playing my Call of Duty 2 game.  I have had this game for years and this had never happened before. O

  • Change the default name of a personalizable attribute of an JDBC Iview

    Hello All,    I created have an IView from JDBC Stored Procedure IView Template and the name for the value of the parameter was autogenerated as 'function_params_value1'. The iView is personalizable and  so are the parameters. When the iView is place

  • Quicktime 7.5  Visual Problem

    I know this topic has been discussed alot but I dont seem to have found a solution to solve my problem. I just got a new laptop and downloaded the latest version of quicktime to find out that I am not having any visuals just sound I have read many th

  • Config settings for making Inbound delivery instead of TR

    Hi, Scenario- Plant to plant stock transfer from Non WM plant to WM enabled Plant. Material document is posted and quant lies in st type 920. In the current system settings it creates TR automatically (Path - WM-interfaces-IM-define MVT - LE WM inter

  • Failed to add action from OBIEE to Hyperion FR in 11.1.1.5

    Hi!, I tyed to link to FR reports by action link following the article [http://www.rittmanmead.com/2010/09/oracle-bi-ee-11g-integration-with-epm-11-1-2-hfr-action-framework/] Initially I configured ActionFrameworkConfig.xml next the credential map ke