Inconsistancy between CRMD_ORDER and ICWebClient in search help

In this ICWCShowF4Help - Doco I asked about calling a search help from the ICWebClient. I now have that working but there is an inconsistancy about how it is working in from CRMD_ORDER and from the Web Client.
The search help is the one associated with field CRMT_PRIL_QUERY_ICWEB_MAIN-CATEGORY_ID ie search help CRM_PROD_CATEGORY
This produces a list of product categories with texts from CRMD_ORDER. Inside the Web Client the same search help is omitting the texts and they cannot be searched.
Does anyone have any clues, notes or ideas about this behaviour?
Any ideas or pointers will be gratefully received and rewarded.
Kind regards,
Nigel James

Step:1
In the View  just add the code for a search help,for example
<!-- Code for input box with search help,just replace structure name and -->
<!fieldname by the actual structure and field name created in se11.>
                             <crmic:inputField id = "ID"
                          maxlength = "40"
                          width     = "100%"
                          value     = "<%= Variablename %>"
                          showHelp  = "FALSE"
                          onValueHelp =
"ICWCShowF4Help(<%= mpage_context->m_page_id %>_FieldName,<%= mpage_context->m_page_id %>_MaterialText,'StructureName-FieldName','','<%= mpage_context->m_page_id %>')"
                          disabled  = "TRUE"
                          />
Step:2
Go to se11 create a structure with the respective field and attach the search help to that field and appropriately check exp imp in the field.The important thing here is that the secondary search help should not be used here.I suggest rather define a view and use it in  the structure.
thanks,
ashish.

Similar Messages

  • CIC0 Partner determination different between crmd_order and CIC0

    Hi experts,
    We have a problem with the partner determination. We have a partner who has relations with several other partners. In the partner determination procedure, we have indicatied that the partner needs at most one occurence and a selection limitation of 1. There is also an access sequence that makes sure that the right partner is found.
    This all works fine in the CRMD_order transaction. You get a list of partner to choose from when you enter the main partner. Unfortunately, this does not work in the CIC0 transaction. In this case the system takes the top partner of the list.
    Does anyone know why partner determination in CIC0 seems to ignore the setting of selection limitation and occurences? Why is this different between crmd_order and CIC0? How can we make it the same?
    Thank you for your input,
    kind regards,
    Ragina Mahadew

    Hi Ragina, welcome to SDN.
    My opinion is that main purpose for that, was to speed up the interaction registration by the call center agents.
    But if you want to display the partner selection pop-up in CIC0 t-code, you can try to implement note 487734 for that.
    Hope that helps!
    Kind regards,
    Garcia

  • Inconsistency between tbtco and tbtcs

    Hello guys,
    we have a big problem after our HWU upgrade.
    We have copied the content of tbtco into a new table tbtco_copy before the upgrade to save all the job entries.
    After this we have deleted the contant of tbtco. So we had no scheduled jobs for the HWU
    After the HWU we have copied back the content of tbtco_copy into tbtco.
    But now we have a inconsistency between tbtco and tbtcs. This means that all planed and released jobs are not starting (delay goes up).
    How we can start this jobs << Removed >>
    Br
    Christian
    Edited by: Rob Burbank on Apr 19, 2009 4:23 PM

    USer TR: SM65

  • LPOS AND SPOS in search help

    Hi,
             Can anyone tell me whts the use of LPOS and SPOS in search help.
    I have read the help but not getting it exactly.
    Thanking u all.
    Regards,
    kavita

    <b>LPOS</b> -> Position of field in search help results report/table.
    <b>Explaination .</b>
    when you data  is displayed  in the F4 help   that time it will  be   based on the  LPos   position .
    <b>SPOS</b>-> Position of field in search help restriction screen.
    <b>Explaination .</b>
    When  you press the F4  button the   selection screen will be  displayed   with  fields of the Search  attached to that Field ....there   the order  of the field  in the selection screen  was determined by the  SPOS  .
    <b>Note:</b>  If  you read  10  time   again and   agani  slowly  you will better understand the Definition of the line  of LPOS & SPOS
    <b>Example  :</b>
    search help  ztest
    1. matnr      spos = 2  , lpos = 1
    2. maktx      spos = 1  , lpos = 3
    3. meins     spos = 3  , lpos = 2
    Then 
    use the above search help  for table field   or for  report parameter .
    then    when  you press  F4  ... the selection screen  will be  displayed  with
    SPOS
    <b>
    1.MAKTX
    2.MATNR
    3.MEINS</b>
    When  press  enter   you will see the   data displayed for  above  fields as 
    LPOS
    <b>1.MATNR
    2.MEINS
    3.MATKX</b>
    reward  points if it is usefull....
    Girish

  • Inconsistency between ATP and ASCP

    Thanks for looking at this message. Bit lengthy but will be interesting :-)
    In our implementation we use ATP based on planning output and its a constrained ASCP plan (ECC) .
    Assuming that sale sorders are available in the system and they have been entered say last month/ or even few months before with request date as the sale order entry date . We did nt have onhand at the time due to which the promise dates have been Sep-09.
    Assume that we have made a receipt from supplier/or there is PO in receiving (considered as available date of today by ATP) . In this situation in case a new sales order is entered today with request date of today provided the onhand or expected receipt today is more than sales order qty , the promise date upon sales order entry is today. We do OM loopback and send back sch ship date from ASCP which gives correct dates (Sep or Oct based on lead times). But issue is in the promise date .
    Issue 1: customer is questioning while there are so many existing sales orders which are already in arrears and their request dates are all in past months why does a new sales order get a promise date of today?
    When ASCP runs overnight it plans based on request date and the onhand/exp receipt is pegged to earliest sales order and not the new one put in today(which is fine and as expected) , but due to the mismatch between ATP and ASCP always there is going to be mismatch in meeting promise date and Sales performance measures go for a task.
    Also there all the customers are sent Order Acknowledgement (emailed upon booking order) based on the wrong promise date which causes lot of issues in explaining to each customer.
    Issue 2:lets say onhand is 2 and there are 2 sales order lines one for qty 8 (req date 21-jul) and other for qty 2 (req date 23-jul) . I schedule order line 8 (req date 21-jul) first then ATP promises line after LT (say Sep-09) and the qty 2 line is promised today but when ASCP is scheduling it has ability to see request date due to which it can peg 2 onhand to earlier request date and then wait for new supply till Sep-09. The one with later request date will show ship date in Sep-09.
    Have attached the screen shots explaining the issue 1 and 2
    Best regards
    Vinay

    Hi Vinayak
    Both of your observations are correct. As I managed ATP development for several years, let me help explain these things to you:
    1. For 1st issue, where a new incoming sales order can get better date than earlier promised sales order, please understand that ATP is based on supply/demand picture at a point in time when SO was originally processed. If supply/demand picture has changed significantly, you need to use a tool like Oracle Backlog WB to manage and re-process currently scheduled SO to re-assess where they should be promised. Once Sales Order is promised, ATP uses schedule ship date to see when material is needed and uses a supply closes to ship date (JIT). If earlier supplies are available, they're up for grabs by new SO.
    Thus, the behavior is working as designed and you need to develop your business process to ensure that backlog management is practiced on a regular basis to avoid such issues.
    2. For 2nd issue where you see that ATP isn't using supply to satisfy smaller qty sales order, please understand that ATP is "First-come-First-Serve" and it is working on 1 specific order at a time. When initial order of qty=8 came in, it had no way to know what lies in future or if another SO with qty=2 will come later. Compare this with ASCP which is working a complete set of supplies and demands and can analyze this picture in totality.
    I'm sure you'll like your ATP request to come back in few seconds (or may be a min or so) and not take a few hours while you enjoy the hourglass on your screen. No surprise that ASCP plan run takes few hours since it needs to go thru such hoops and try to optimize across these ideas while ATP is a quick answer as what can be done for this in-coming demand considering everything else in the system is frozen.
    Please note ATP and ASCP plan serve very different purpose and business process needs to be enahnced to take advantage of best of both these tools.
    Please feel free to contact me directly for any further issues in this respect.
    Regards
    Navneet Goel
    [email protected]

  • Help with DYNP_VALUES_READ and DYNP_GET_STEPL in search help exit

    Hi,
    I'm coding a search help exit for a field on a table control and I need to get access to the value of another field that's on the same line in order to limit the hit list.  I can use DYNP_VALUES_READ to return the values from the step loop, but I can't find out which line of the step loop I'm on.  DYNP_GET_STEPL always returns 0, presumably because I'm now in a function group and the step loop is getting reset.  Any ideas?
    Thanks in advance,
    Andrew

    I want to read EBELP and INFNR.
    Below is code that i'm using:
          MOVE 'MEPO1211-EBELP' TO t_campos-fieldname.
          APPEND t_campos.
          MOVE 'MEPO1211-INFNR' TO t_campos-fieldname.
          APPEND t_campos.
          CALL FUNCTION 'DYNP_VALUES_READ'
            EXPORTING
              DYNAME                          = 'SAPLMEGUI'
              DYNUMB                          = '1211'
            TABLES
              DYNPFIELDS           = t_campos
            EXCEPTIONS
              INVALID_ABAPWORKAREA = 1
              INVALID_DYNPROFIELD  = 2
              INVALID_DYNPRONAME   = 3
              INVALID_DYNPRONUMMER = 4
              INVALID_REQUEST      = 5
              NO_FIELDDESCRIPTION  = 6
              INVALID_PARAMETER    = 7
              UNDEFIND_ERROR       = 8
              DOUBLE_CONVERSION    = 9
              STEPL_NOT_FOUND      = 10
              OTHERS               = 11.
          READ TABLE t_campos INDEX 1.
          l_ebelp = t_campos-fieldvalue.
          READ TABLE t_campos INDEX 2.
          l_infnr = t_campos-fieldvalue.
    The sy-subrc = 0, but the FM didn't bring the values of the screen fields. Is there some wrong with the filed name?
    Thanks.

  • VA01 and VA02 Change Search Help

    I need to add extra field in the search help of the ORDER in SALES ORDER (VA01, VA02). I want to see both the ORDER and the DESCRIPTION in the search help of ORDER field.
    I ask for this in existing thread but it was marked as Answered: [ Re: VA01 and VA02 Search Help Mitigation]
    The main problem is that after i create search help in se11, I do not know what to do after that. Where is the place to say this search help is for this field. I search for exits but no results. Some advises will help.
    Thank you.

    I try this and learn a lot. But i think that this is not the exact way. It do not work. The table is VBAP and the field AUFNR (Order Number). It has not search help. It has only the standard one field. When I press F4 on it it shows only its list and I need the description. When I press F4 and see the technical data it show table AUFK and field AUFNR. The description is in AUFK-KTEXT.
    I think i miss something small to do it. I think that I do not need collective search help or search help exit because it is for some more complex checks. May be I need only view with this two fields and elementary search help. But how to 'tell' to the field to use it.

  • Pa30 to view only a selected infotype and still use search help prem

    Is it possible to use PA30 to have non-hr users see a custom infotype but none of the other standard infotypes?  I would like for the non-hr users to be able to use the Search Help PREM to find records for the custom infotype.
    Is this type of inquiry better served by creating a custom program?

    These type of requirements are served at the security level but instead going into so much complexity, it is a better idea to write a custom report for the requirement.
    Regards,
    Amit
    Reward all helpful replies.

  • Splash Screen Inconsistent between CLI and JAR specification

    Unlike just about any other java API, the SplashScreen API treats jar-launched and command-line-launched invocations of the same code differently
    According to [the Splash Screen Tutorial|http://download.oracle.com/javase/tutorial/uiswing/misc/splashscreen.html]
    a command-line invocation of a Splash Screen application would take the form
    java -splash:images/splash.gif SplashDemo
    whereas a jar-invocation would allow the splash screen to be specified in the jar manifest with the notation
    SplashScreen-Image: images/splash.gif
    This doesn't APPEAR to be inconsistent but the implementation is in fact not consistent.
    In the jar-manifest approach the splash screen image is searched relative to the classpath implied by the JAR whereas the command-line version is searched relative to the current working directory. The documentation fails to explain this leading to lots of headscratching when, for example, a Splash Screen works right in a runnable jar but not from an IDE such as Eclipse. If, instead, the image was loaded relative to the classpath (getResource()) then the jar and the command line would work the same.
    At the very least, there should be an additional command line switch supporting this classpath-based loading functionality from the command line or failing that, better documentation of what is going on. Neither the tutorial nor the javadoc explains the CLI syntax sufficiently. I spent several hours of headscratching trying to understand this and I'm by no means a newbie.
    Edited by: user549053 on Nov 10, 2011 4:39 PM

    user549053 wrote:
    The only thing I can wonder is: why do you want command line invocation at all?Simple. In the field, I only want jar invocation. In development, I want invocation in Eclipse - which, under the covers uses command-line invocation.Good point, but then I wonder why you care that the splash screen works or doesn't work in Eclipse. As long as it works in the field. In fact, I would probably build in a way to disable the splash screen when running from the IDE myself - apparently it isn't even needed to do any work to make that happen ;)
    >
    Complaining about documentation here isn't going to do you much good.There's lots of confusion about this on the internet. Just google it. I didn't find anything that gave me the answer, just references to Oracle's documentation which doesn't answer the confusion. That's now been remedied, though, by me:
    http://stackoverflow.com/questions/6906267/debug-splashscreen-from-eclipse-without-generating-the-jar/8087881#8087881
    I thank you for your contribution. It is exactly this personal effort that keeps the Java community going...
    >
    Oracle really should do something about this.... because Oracle certainly will not. Again: complaining in this forum does nothing. Because like StackOverflow this is a user to user forum, not an Oracle tech support site. It won't be read and it won't end up on a todo list. Sad but true.

  • When i try to purchase an app that is free, i click the install green button and it just goes back to the free button and i can't download it?  it just toggles back and forth between free and install.  Please help.

    When I try to purchase any free app, I try to click the green install button and it toggles between the install and free icons in the app store.  Tried rebooting and also syncing iphone to computer but no luck.  Any suggestions?

    If resetting the iPad doesn't help, try these things.
    Quit the App Store app completely and restart the iPad. Go to the home screen first by tapping the home button. Double tap the home button and the task bar will appear with all of your recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar. Restart the iPad.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If that doesn't work - sign out of your account, restart the iPad and then sign in again. Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button. Go back to Settings>iTunes & App Store>Sign in and then try to download an app again.
    If that fails, try downloading something in iTunes. There is free content in there so find something that you don't have to pay for and download it. If that works, try the App store again.

  • How to fix inconsistancy between IT0000 and IT0001 (message PG 837 Change)

    Dear Gurus,
    I need your help!
    A user hired an employee on wrong date (for ex. 01.06.2011). Then she run PA41, set correct date (01.03.2011) and skipped change of this date for all other infotypes. Now there is IT0000 with start date on 01.03.2011 and IT0001 with start date 01.06.2011.
    When I try to create a new record in IT0001 with start date before 01.06.2011 or to change start date to earlier date, I get an error  message PG 837 "Change of personnel subarea results in change of legal person".
    If I try to change start date for IT0000 to 01.06.2011, I get an error message PG339 "Organizational assignment cannot be changed if start date changed".
    Is there any way to fix this inconsistency?
    Thank you,
    Oleg

    Do the same steps, but instead of EXECUTE INFOGROUP, click on CHANGE INFOGROUP.
    Here, delete all the entries and insert new entries for IT 0001, 0002, 0007 and 0008. You should now be able to change BEGDA for all these ITs.
    Your error for the legal person comes because of configuration for legal person. Is this an error or a warning? If it is a warning, ignore it and continue.

  • Stock inconsistency between MM and QM

    We have QM managed FERT material. So after GR we recieve stock in QI with ref to 04 lot. FERT material is batch managed.
    From one of batch inspection lot business posted stock from QI to blocked (350) with ref to insp lot. Now lot status is SPCO (posting complete).
    After that user changed batch status to restricted and again unrestricted from batch master(MSC2N). Even user posted stock with inventory movement 701 and reversed same with 702. In short user did couple of movements for this batch and finally stock is lying in QI at MB52/MMBE.
    This batch is QM managed and only 1 insp lot exist with SPCO status. I tried to move stock with MB1B - 321 movement, but system doesn't allow because material is QM managed.
    So finally I ran program ZQEVAC20, which saws me qty under "MM-Quantity" column. If I click on pencil button then system giving me information message saying "Deficit of SL Stck.in qual.insp 33,441 KG " but doing nothing.
    Not sure how can I clear stock from QI? Help appreciated.

    Not so sure in this case! The interesting fact to know is how the stock was posted in to QI again?
    The sequence that I understood is,
    Lot created with stock in QI
    Stock moved to Block stock with 350 movement
    Later batch status changed and again revoked. (This may not involve any inventory movement)
    Material movements were executed for stock adjustment 701 and 702 using PIDs.
    If this effect (701/702) was reconciled properly then the stock should be in Block only.
    I suggest to raise it to OSS as you have already tried with note 48815
    Anand

  • I have never used iMovie before.  I would like to connect many videos together and edit them.  I would also like to learn how to add transitions between scenes and add music.  Help!

    Hey Everyone!
    I want to learn how to create a video in iMovie.  My goal is to be able to take many vidoes and place them into one.  I would also like to delete scenes and and add transitions.  I am also hoping to add music to the video I create.
    Please help or direct me to an area that will help me! =)

    Here is some extra information (which I intended to include in my previous aborted post):
    iLife '11 Video Showcase (scroll down to see iMovie '11) -
    http://www.apple.com/ilife/video-showcase/
    iMovie '11 Help (can also be accessed from iMovie's menu item Help>iMovie Help) -
    http://help.apple.com/imovie/#button-0
    (the same link that Karsten provided above)
    Ken Stone's iMovie '09 Tutorial (still mostly relevant to iMovie '11) -
    http://www.kenstone.net/fcp_homepage/imovie_09_stone.html
    In addition, the following links will be useful (relating to iMovie '08 and iMovie '09, but still mostly relevant to iMovie '11) -
    http://www.apple.com/findouthow/movies/imovie08.html
    http://www.apple.com/findouthow/movies/
    Note that some of the above links contain video tutorials. It's well worth watching all that you come across!
    Have fun with iMovie '11 and don't hesitate to seek further help here in this forum.
    John

  • Migration between SharePoint07 and Crystal Reports - please Help !

    I downloaded trial ver. of CR XI R2 with SP3 ( version 11.5.9.1076) 
    so we could use the integration kit to MOSS 2007 (new upgrade).
    What do I need in order to install the Portal integration kit on Microsoft SharePoint 2007 server ?
    We have Crystal Reports v10 with license but I want to try migrating SharePoint with Crystal reports
    and if it will be OK we will purchase the new version.
    My purpose is to install the integration kit (keep asking for SP3 in installation menu)
    Do I need to Install Business Objects XI 3.1  in order to install the integration kit to SharePoint 07 ?
    Where can I download it  (trial) ? SAP site keep deny me.
    thanks..
    BTW, Does Crystal Reports 2008 will work fine with SharePoint server 07 ?

    Hi Raj,
    Please have a look at the below documents for ECC and Crystal Reports integration.
    http://help.sap.com/content/bobj/bobj/index.htm
    BusinessObjects and SAP Part 4
    Hope it helps.
    Regards,
    Raghu

  • Document Restrictions Summary Inconsistant Between Acrobat and Reader

    When I view a PDF's restrictions summary (File>Properties>Security) in Acrobat Pro it tells me that everything is allowed, yet that same PDF opened in Reader shows that assembly, commenting, signing, and template creation are not allowed.  Why?
    I make maps for the company I work for and I want people to be able to use the Geo Measuring tool using the Reader only.  When I send them a map with no restrictions, Adobe Reader tells them that I've placed all sorts of restrictions on the document.  I don't get it.  Please help!

    When I view a PDF's restrictions summary
    (File>Properties>Security) in Acrobat Pro it tells me that
    everything is allowed, yet that same PDF opened in Reader shows that
    assembly, commenting, signing, and template creation are not allowed.
    Why?
    In this case Adobe Reader can't assembly, comment, sign, or create templates.

Maybe you are looking for

  • Backing up and restoring 4s

    What do I do if I don't want to restore my phone from a previous back up and I just wanted to sync my current phone to my iTunes?

  • Prbolem with BURSTING

    Hi XMLP Gurus, I am trying to generate Purchase Order report using Bursting API. Requirement is to generate PDF document, containing POs, per vendor site. What I am doing is generating XML Data file using Java DataEngine API, which contains POs for a

  • About adf execute withparameter

    Hi, I am using oracle adf Studio Edition Version 11.1.1.5.0 and Integrated web logic server I am developing one screen I have created EO VO And there IMPLs When i add data into database then all values are getting perfectly added. But problem is with

  • Imac vs Macbook pro

    what is better for school a imac or a macbook pro?

  • IPhoto 6 and TiVo sharing

    I have always been able to view my iPhotos thru my TiVo. Now with iPhoto 6 I cannot. I have opened the TCP port on my firewall, I have enabled sharing in iPhoto and in shapring preferences. My TiVo gets to the internet, and I can ping it from my comp