How can i see Product praposal ( up / down selling , cross selling )

how can i see Product praposal ( up / down selling , cross selling ) in Winclient / Web client do we have to do any settings or not ? if Yes can someone please tell me how to do this ?

Hi Rakesh,
first you have to create upselling,downselling and cross selling master data for products.
Once done they will be seen in Webclient.
Best Regards,
Pratik Patel
<b>Reward with POints!</b>

Similar Messages

  • From my PC how can I see what is stored in my cloud?  Reason is I want to move an audio books from my Ipad to Iphone.  I am new to the Apple products.

    I am new to apple products.  Have a Window 7 PC, I phone 4s and Ipad .  I want to move an audio book purcahsed on the Ipad to my I phone so I signed up for the cloud because it said what I described above would be possible.  How do I do it?  Also, how can I see exactly what is in "my Cloud" and selectively downloard the bits and pieces of what is in m cloud to a particular device.    Thanks in advance to anyone and everyone.

    Thanks pvonk, I will try downloanding the book from the Iphone right now.......
    Just tried to download and it wants me to buy it again?  Is there some way around this?  I guess I thought that was the whole point of the cloud, buy it once and access from any of your devices right?
    Also, I have logged into the icloud.com as suggested and will plink around there for a bit and try to understand.  It is just all so dang different that what I am used to; Apple's way, that is.
    Thanks again for the Icloud tip and if you know of a way to download without making a 2nd purchase I would sure love to hear it!
    Geez. one other thing (I guess I am complaining) but I bought more space in the cloud, they took my cash fast enough but have not yet increase the size of my storage space yet?  Is Apple sometimes slow to get internal stuff done?

  • How can i closed production verion wise in c223

    Welcome, ANILKUMAR BEHERA   
    Your Control Panel 
    Your Reward Points 
    Your Questions 
    Expert Forums » ABAP Development » ABAP Objects
    Thread: how can i get production version value(verid) for luck through bdc.
    Your question is not answered.
    Mark as answered.
      You are watching this thread. To stop watching this thread, click "Stop Watching Thread" below. (Watch Options)
    This watch sends emails by default. If you don't want to receive emails on changes in this thread, go to the watch options, un-mark the "Email" checkbox next to the thread's entry and click "Update". 
    Reply to this Thread   Search Forum    Stop Watching Thread    Back to Thread List 
      Replies: 0 - Pages: 1  Threads: Previous  
    ANILKUMAR BEHERA  
    Posts: 20
    Registered: 10/13/07
    Forum Points: 0 
       how can i get production version value(verid) for luck through bdc.  
    Posted: Feb 14, 2008 1:32 PM     Edit      E-mail this message      Reply 
    HI..
    i have one requirement..that in c223 tcode while i luck the production version through BDC in my report program as i given bellow...i upload mat.no , plant, production version and 1(for luck)...
    req:: i want while i given production version for particlular plant and material no...that production version should be luck....
    so in standard tcode c223 how can i get value to compair it with my input production version value then i will close that...
    program:::
    report ZC2232
    no standard page heading line-size 255.
    *include bdcrecx1.
    Tables : mkal.
    data : nodata value '/' .
    data : CTUMODE type c value 'E'.
    DATA : CUPDATE TYPE C VALUE 'L'.
    DATA: BDCDATA LIKE BDCDATA OCCURS 0 WITH HEADER LINE.
    messages of call transaction
    DATA: MESSTAB LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
    data: begin of HEADER OCCURS 0,
    data element: MATNR
    MATNR_001(018),
    data element: WERKS_D
    WERKS_002(004),
    data element: PLNNR
    PLNNR_003(008),
    data element: CP_STTAG
    STTAG_003(010),
    data element: ENTRY_ACT
    ENTRY_ACT_005(011),
    data element: PLNAL
    PLNAL_004(001),
    data element: FLG_SEL
    FLG_SEL_01_006(001),
    data element: PLANTEXT
    STLAL_004(002),
    DATUV_005(010),
    WERKS_008(004),
    data element: PLN_VERWE
    ktext_005(001),
    data element: PLNST
    DELKZ_005(001),
    data element: LOSGRVON
    LOSVN_011(017),
    data element: LOSGRBIS
    LOSBS_012(017),
    data element: PLNME
    PLNME_013(003),
    data element: PLNME
    stlal_014(002),
    end of HEADER.
    data : begin of it_header occurs 0,
    matnr like marc-matnr,
    werks like marc-matnr,
    verid like mkal-verid,
    mksp like mkal-mksp,
    end of it_header.
    data : exnum(40) type c,
    exnum1(40) type c,
    cnt type I,
    CN(2) TYPE C,
    c1 type c value '(',
    c2 type c value ')'.
    start-of-selection.
    parameters: p_file like rlgrap-filename.
    at selection-screen on value-request for p_file.
    call function 'F4_FILENAME'
    EXPORTING
    PROGRAM_NAME = SYST-CPROG
    DYNPRO_NUMBER = SYST-DYNNR
    FIELD_NAME = ' '
    importing
    file_name = p_file.
    start-of-selection.
    call function 'WS_UPLOAD'
    exporting
    CODEPAGE = ' '
    filename = p_file
    filetype = 'DAT'
    HEADLEN = ' '
    LINE_EXIT = ' '
    TRUNCLEN = ' '
    USER_FORM = ' '
    USER_PROG = ' '
    DAT_D_FORMAT = ' '
    IMPORTING
    FILELENGTH =
    tables
    data_tab = it_header
    EXCEPTIONS
    CONVERSION_ERROR = 1
    FILE_OPEN_ERROR = 2
    FILE_READ_ERROR = 3
    INVALID_TYPE = 4
    NO_BATCH = 5
    UNKNOWN_ERROR = 6
    INVALID_TABLE_WIDTH = 7
    GUI_REFUSE_FILETRANSFER = 8
    CUSTOMER_ERROR = 9
    NO_AUTHORITY = 10
    OTHERS = 11
    if sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    DELETE it_header WHERE MATNR IS INITIAL.
    LOOP AT it_header.
    *start-of-selection.
    *perform open_group.
    perform bdc_dynpro using 'SAPLCMFV' '1000'.
    perform bdc_field using 'BDC_OKCODE'
    '=ENTE'.
    perform bdc_field using 'BDC_CURSOR'
    'MKAL-WERKS'.
    perform bdc_field using 'MKAL-WERKS'
    it_header-werks.
    perform bdc_field using 'MKAL-MATNR'
    it_header-matnr.
    perform bdc_dynpro using 'SAPLCMFV' '1000'.
    perform bdc_field using 'BDC_OKCODE'
    '=PICK'.
    perform bdc_field using 'MKAL-WERKS'
    it_header-werks.
    perform bdc_field using 'MKAL-MATNR'
    it_header-matnr.
    *>>>>>>>>>>>>>>>>>>>>here what logic can i write****
    clear cnt.
    do 15 times.
    cnt = cnt + 1 .
    CN = CNT.
    exnum = 'MKAL_EXPAND-VERID'.
    concatenate exnum c1 cn c2 into exnum1.
    *perform bdc_field using 'BDC_CURSOR'
    exnum1.
    GET PARAMETER ID 'VER' FIELD EXNUM1.
    CALL TRANSACTION 'C223' AND SKIP FIRST SCREEN.
    if ( it_header-verid = EXNUM1 ).
    exit.
    endif.
    enddo.
    ****************************************************end***>>>>>>>>
    perform bdc_field using 'BDC_CURSOR'
    exnum1.
    perform bdc_dynpro using 'SAPLCMFV' '2000'.
    perform bdc_field using 'BDC_CURSOR'
    'MKAL_EXPAND-PLNTY'.
    perform bdc_field using 'BDC_OKCODE'
    '=PRFG'.
    perform bdc_dynpro using 'SAPMSSY0' '0120'.
    perform bdc_field using 'BDC_OKCODE'
    '=RW'.
    perform bdc_dynpro using 'SAPLCMFV' '2000'.
    perform bdc_field using 'BDC_OKCODE'
    '/ECANC'.
    perform bdc_field using 'BDC_CURSOR'
    'MKAL_EXPAND-VERID'.
    perform bdc_dynpro using 'SAPLCMFV' '1000'.
    perform bdc_field using 'BDC_OKCODE'
    '=SAVE'.
    perform bdc_field using 'BDC_CURSOR'
    'MKAL-WERKS'.
    perform bdc_field using 'MKAL-WERKS'
    it_header-werks.
    perform bdc_field using 'MKAL-MATNR'
    it_header-matnr.
    perform bdc_dynpro using 'SAPLCMFV' '1000'.
    perform bdc_field using 'BDC_OKCODE'
    '/EBACK'.
    perform bdc_transaction using 'C223'.
    endloop.
    *perform close_group.
    *& Form bdc_dynpro
    text
    -->P_0161 text
    -->P_0162 text
    form bdc_dynpro USING PROGRAM DYNPRO.
    CLEAR BDCDATA.
    BDCDATA-PROGRAM = PROGRAM.
    BDCDATA-DYNPRO = DYNPRO.
    BDCDATA-DYNBEGIN = 'X'.
    APPEND BDCDATA.
    endform. " bdc_dynpro
    *& Form bdc_transaction
    text
    -->P_0351 text
    form bdc_transaction USING TCODE.
    call transaction 'C223' using bdcdata
    mode CTUMODE
    update CUPDATE
    messages into messtab.
    if sy-subrc 0.
    message e000(zmm01) with
    'Check your input data'.
    endif.
    endform. " bdc_transaction
    *& Form bdc_field
    text
    -->P_0346 text
    -->P_0347 text
    form bdc_field USING FNAM FVAL.
    if fval nodata.
    CLEAR BDCDATA.
    BDCDATA-FNAM = FNAM.
    BDCDATA-FVAL = FVAL.
    APPEND BDCDATA.
    endif.
    endform. " bdc_field
    Pages: 1    Back to Thread List 
    Threads: Previous  
      New content since your last visit 
      Updated content since your last visit

    macbook pro, 500gb ,version 10.9.5 ,
    all files in open in Quiketime media player  how can i closed..whenever i open quicktime all files are open..i have tried to closed by force quit..but whenever i again open quicktime files are still open..
    You have basically formed a "poor" habit—i.e., closing apps and assuming they will close any/all open activity windows. The latest versions of Mac OS X now, by default, "remembers" what windows are open when an app is closed. You have three options here:
    1) Get in the habit of closing active windows before closing an app to prevent them from re-opening automatically the next time the app is opened.
    2) Hold down the "Option" key when selecting the "Quit" menu option (keyboard shortcut "Option-Command-Q") with system preference option in the default mode.
    3) Change the default system preference to automatically close active windows in the same manner that older Mac OS X versions did by checking the "Close windows when quitting an app" in the Syeyem Preferences "General" menu.
    NOTE: This setting works as a "software switch" for your application's "Quit" menu option. I.e., in the "Unchecked" mode the Option-Quit menu option and keyboard shortcut (Option-Command-Q) tells the system to forget active windows when the app is next opened while the "Checked" option mode tells the system to remember the active windows when using the Option-Quit menu or keyboard shortcut options.
    Your choice for settings and/or method of closing apps.

  • Despite numerous reboots Firefox would not open for 3 days because apparently it was occupied, how can I see what it is occupied with and how to close it ?

    I opened my online banking site but could not sign in or sign out hence I closed the website and closed Firefox. For 3 days I could not open Firefox nor Explorer. During the 3 days I rebooted several times. On the forth day when I opened Firefox a screen opened saying Firefox was embarrassed etc. etc.. and that I could restore my online banking site which I did. I was able to sign in and sign out of the account and close the website. My question is when Firefox locks up like this, how can I see if a site is open in Firefox if I can't open Firefox?
    I am using Windows 7

    The 'Embarrassed' screen comes up when Firefox has not closed down correctly and is trying to restore the situation. This will not always succeed, and you may have to do a normal restart.
    * [[Firefox hangs or is not responding - How to fix]]
    * [[Restore previous session - Configure when Firefox shows your most recent tabs and windows]] (This has info on the embarrassing screen)
    You should always try to close Firefox by using
    * '''Firefox Button -> Exit''' (Windows 7)
    * File -> Quit (on XP and other systems)
    Where possible try to avoid closing by: killing the process, closing the window, or turning off the computer whilst Firefox is running.
    If you are unable to sign in to a website sometimes it may be a Firefox problem, other times it may be an internet problem, or the site itself.
    * see also [[Websites don't load - troubleshoot and fix error messages]]
    * and [[Fix problems connecting to websites after updating Firefox]]
    I do not know why you could not open firefox for 3 days, presumably a problem with your computer. Note even if there is no internet Firefox itself should still open when required.
    If Windows Explorer is not running/working there was probably not much you could easily do with the computer. Or was your problem with Internet Explorer (The default Windows Browser) again possibly a symptom of a bigger problem.

  • How can I see all my open tabs?

    When I use the drop-down Windows menu, it only shows the name of the window, not the tabs within each window. And I don't an option for "Activity Window" (like on Safari), or anything else that will show me all open tabs. How can I see them, as flipping through every open window is a pain....

    Does anyone have a response? Or know why even the windows listed in my dropdown list isn't even in alphabetical order? Why does FF make managing open windows and tabs so very, very, cumbersome and difficult?? No other browser is this lame when it comes to that.... Is it really so hard to put them in order, or to add an "Activity Window", which would show all windows and tabs that are open?
    Also, WHY DON'T the tabs and windows that open up when I hit Restore Previous Session show up in the HISTORY???? If they did, then I could simply delete all the other history, and I would have a list of all the tabs/windows, so when the number becomes too big, I can simply close them out, and at least have access to a means of re-opening them, As of now, I'm stuck either writing them all down, or one by one saving them as bookmarks (which i really don't want to do), , or who knows what, but again, this is a royal pain, that other browsers make far easier....

  • How can you see all the open tabs?

    When I use the drop-down Windows menu, it only shows the name of the window, not the tabs within each window. And I don't an option for "Activity Window" (like on Safari), or anything else that will show me all open tabs. How can I see them, as flipping through every open window is a pain....

    Hi,
    You can try to set '''browser.allTabs.previews''' to true in [http://kb.mozillazine.org/About:config about:config]. (In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear. Click '''I'll be careful, I promise!''', to continue to the about:config page.)
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • How can I see other results (matches) in Messages on Mavericks?

    I have a long message thread/conversation on my Mac (it's an iMessage conversation) that spans back several months now. I am trying to find all messages with a particular word in the message.
    Example: I want to find all the messages in my Mac with the word "LOL" in. I type "LOL" in the search box in the Messages application. The result says that I have 300 matches, but when I click on the thread/conversation it only lets me see the most recent message sent or received containing the word "LOL"
    How can I see previous messages containing a matched search term without scrolling through the entire message thread?
    Seriously the message thread/conversation I'm talking about is HUGE. It is so big that it takes up over 300MB in my iPhone's storage... So going through it to find a particular message or two is going to be a nightmare just by scrolling up/down all day!
    Can anybody help?

    Figured it out!
    Use Command-G or Edit > Find > Find Next to cycle through matches in the transcripts. Command-Shift-G and Find Previous let you reverse direction.

  • How can we see the settled document

    Hi
         i settled the production order in the month may,now my client is asking me that all entries
    which are generated at that time .i mean he is asking both FI and Controlling documents.
    can any body tell me how can we see that documents
    rgds
    neelima

    Hi Neelima,
    You can use Tcode KOB1. Give the list of production orders and you will get all the details.
    Also you can check the cost element report (S_alr_87013611) for a specific period and go to actual line items of the cost elements pertaining to variances.
    Also you can check the GL accounts which are effected by settlement.
    regards,
    makrand

  • How can I see if my program is for more than one user? We think we have bought in design for more users, but can not find out how to get in for more than one?

    How can I see if my program is for more than one user? We think we have bought in design for more users, but can not find out how to get in for more than one?

    If you bought a CC for team, you can log in at http://adobe.com and insert the e-mail that you gave at the moment at the purchase and than you can manage and see you product/plan/team.
    If I was not clear you can use the following link to help you solving your issue:
    Creative Cloud Help | Manage your Creative Cloud for teams membership
    If your not clear about this situation, contact with an agent of Adobe, by chat or phone. Use the following link to see the type of support you have on this matter:
    http://adobe.com/getsupport
    I think this will help you.
    Regards

  • How can I see that a file has been sent for workflow?

    How can I see that a file has been sent for workflow?
    During the workflow phase, the file is locked for workflow. But when the file has been approved (or denied) it will have the same status as it did before the workflow process (unless you trigger the workflow by changing its location).
    You can see the workflow history in the "My Request" view, but this way of determining whether a file has been approved seems complicated.
    Best regards
    Magnus

    Hi,
    Thanks for the transaction code, but my question is not answered yet.
    For example, I use STMS_IMPORT in the Development environement to see the list of the transport that has been made in that environement.
    I now have a list of these transports, with a status. But I wanna know if that transport that has been created in the Development environement has been moved to the Sandbox environement.
    STMS_IMPORT shows me only the list of transports that has been created in that environement. It doesn't tell me if a transport in DVL has been moved in the QAS, SANDBOX or PRODUCTION environment.
    Thanks again,
    Julien

  • How can i see PDF files in Nokia 5230

    How can i see PDF files in Nokia 5230

    sandy2410 wrote:
    @moonnight12
    Adobe has its own pdf reader for symbian s60 3rd edition devices.
    http://www.adobe.com/products/acrobat/readerforsymbian.html
    Hopefully this helps
    Cheers
    Sandy
    Did you actualy read this. " QuickOffice is the Exclusive S60 Provider of this release".
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • How can i see txt or numbers txt from phone that is on my plan

    how can i see or print out txt from a phone on my plan ..either the txt or number that was txt

    The text content is not available via your on-line MyVerizon account; you might could get the past 3-5 days' worth of texts from Verizon, but it would require a court order.
    You can print out texts by backing them up via a third-party app and forwarding the backup to your e-mail, or by forwarding individual texts to your e-mail.
    You can view the text logs for all lines on your account (assuming you are the Account Owner and logged in as such).  Log into your on-line MyVerizon account and click the blue Usage Details under My Usage.  Scroll down to Messaging and click the blue View Messaging Details.  Use the drop-down to choose th appropriate line.

  • How can I see a mail pps attachment on iPad?

    I get e-mail attachments that are pps presentations on my iPad. How can I see them?

    You need a compatible app in which to save it such as Pages or Documents to Go.
    Find an app that is compatible with Word that you want to purchase and then after you download that app - go to that email and you can select the "open In" option. Tap and hold down on the open document in the email and select "open In' and select the app that you purchased.

  • How can I see which computers (computer name) Creative Cloud is installed on?

    How can I see which computers (computer name) Creative Cloud is installed on?

    Hi Arno ten Hagen,
    To check for activation you need to go to all the machines in which you have installed CC apps, launch any of the CC software, go to help and you will see the email address mentioned by which you are logged in to that machine.
    Kb: http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html .
    Regards,
    Romit Sinha

  • How can I see which purchased items are not transferred before making an update?

    When I try to update I get the:
    "There are purchased items on the iPad “Yours iPad” that have not been transferred to your iTunes library. You should transfer these items to your iTunes library before updating this iPad. Are you sure you want to continue?"
    I have done a back-up and have in iPhotos transferred all non-importated images, so I just don't know what isn't there and what I will loss.
    How can I see what it is that I am missing?
    Can it have anything to do with that my boyfriend have downloaded some apps using his own apple account, and that these might therefore not have been back-uped?

    If the drop-down menus aren't showing at the top of the iTunes screen then control-B on a PC should get them to show
    e.g. (screenshot from a Mac)

Maybe you are looking for