Link to the system screen

Hello:
   I face this problem: input a field in the select-screen, and ouput the standard system screen, which has the field selected. especially the devlop in CRM.
   like this:
   input the activity description in select-screen, and display the standard system screen of activity.
Regards&Thanks!

Basically you will take the input and find the necessary information and do a call transaction skipping initial screen. See the following sample flow logic(not code) for displaying material master.
In my selection screen I will have a parameter for material description. I will then go to MAKT table by this description to get the material number. I will then prepare the BDCDATA for calling MM01 transaction. I will only prepare the BDCDATA enough to go past the initial screen. Then I will do the call transaction in mode 'E'.
Srinivas

Similar Messages

  • Want to add one more link in the first screen when user gets into EBP

    Hi All,
    I want to add one more link to the template <b>WELCOME</b> in Internet Service <b>BBPGLOBAL</b>. This is the first screen that the user gets when he logs into EBP.
    The issue is the same screen is different in DEV and TEST environment.
    I verified the code in the template in both systems but they are exactly the same.
    Also, checked the Parameters in the Templates and they too match.
    While going through the code, I found out that MENU_NODE_TAB is used in a repeat loop to verify user has access to the further links.
    But the surprising thing is the code is same in both the systems, but Test evnironment is reflecting the link I want to add in DEV environment.
    Am I missing something??
    Pls let me know.
    Thanks in advance.
    <b>I will reward full points for helpful answers!!</b>
    Regards,
    Sanaa

    Hi,
    In welcome.html there is a ITS code to initialize array with information about transaction (line 87).
    This code is in the loop:
    repeat with idx from 1 to MENU_NODE_TAB-TEXT.dim;
      if( (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC01" && A_GEN_URL<i> == "") ||
          (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC03" && A_GEN_URL<i> == "") || 
          (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC02")                       );
        A_S_IDENT<i>      = MENU_NODE_TAB-S_IDENT[idx];
        A_GEN_URL<i>      = MENU_NODE_TAB-GEN_URL[idx];
        A_OBJECT_ID<i>    = "parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".root.name + parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".path";
        A_TEXT<i>         = quotFilter(MENU_NODE_TAB-TEXT[idx]);
        A_INTRODUCTION<i> = #WELCOME_SENTENCE6;
        found = 1;
      end;
    end;
    If You want to add this 4 links on begining - extend this array (in line 87):
    <!-- initialize array with information about transaction on startpage -->
    A_S_IDENT[1] = "custom_link1"; A_GEN_URL[1] = "www.google.com"; A_OBJECT_ID[1] = ""; A_TEXT[1] = "google"; A_INTRODUCTION[1] = "google link";
    A_S_IDENT[2] = "custom_link2"; A_GEN_URL[2] = "www.rediffmail.com"; A_OBJECT_ID[2] = ""; A_TEXT[2] = "rediffmail"; A_INTRODUCTION[2] = "redi link";
    A_S_IDENT[3] = "custom_link3"; A_GEN_URL[3] = "www.yahoo.com"; A_OBJECT_ID[3] = ""; A_TEXT[3] = "yahoo"; A_INTRODUCTION[3] = "yahoo link";
    A_S_IDENT[4] = "custom_link4"; A_GEN_URL[4] = "www.greetings.com"; A_OBJECT_ID[4] = ""; A_TEXT[4] = "greets"; A_INTRODUCTION[4] = "greeting link";
    A_S_IDENT[5] = ""; A_GEN_URL[5] = ""; A_OBJECT_ID[5] = ""; A_TEXT[5] = ""; A_INTRODUCTION[5] = "";
    A_S_IDENT[6] = ""; A_GEN_URL[6] = ""; A_OBJECT_ID[6] = ""; A_TEXT[6] = ""; A_INTRODUCTION[6] = "";
    etc.
    <!-- Search for shopping transaction in launchpad -->
    repeat with idx from 5 to MENU_NODE_TAB-TEXT.dim;
    Regards,
    Marcin

  • Firefox won't open a PDF link in the browser, screen just shows blank.

    Firefox won't open a PDF link in the browser, when I click on the link the screen just goes to a blank blue screen.

    If using a Mac, go to the Firefox Plugins and disable the Adobe Acrobat NPAPI Plug-in, Version 10.1.3. This is a recent plugin update, and as soon as it was installed I noticed that PDFs wouldn't download.
    Location: [Menu] Tools/Add-Ons/Plugins
    I don't know what other side-effects it can create, but it solved my problem.

  • The system cannot find the file specified.Windows sockets error code:2.

    Hi All,
      I am on MDM 5.5 SP6.
      I am getting the following error message when trying to logging in to the DM.
    The system cannot find the file specified.Windows sockets error code:2.This application will now exit.
    Runtime Error :
    Program C :\Program Files\SAP MDM 5.5\Data Manager\Datamanager.exe
    R6025.
    -Pure virtual function call.
    And in console also the MDM server is stopped after getting the above error message.
    Can anybody tell me what could be the problem?
    Thanks & Regards
    Sireesha.

    Hi Sireesha,
    According to me, there can be 3 problems,
    1. Kindly check whether the MDM server is stopped. If it is, then restart the MDM Server and Load the repository with Update indices.
    2. If this error is coming with every repository, the problem will be either in the Version mismatch of the Server and the GUI's you are using. Kindly ensure that the versions for the MDM server and the MDM Gui's Match.
    3. If only Data manager Client is giving the problem, then you can un-install and install the DM GUI again.
    Along with this, please refer to the link below :
    [[The system cannot find the file specified.Windows sockets error code:2.;]
    Hope it helps.
    Thanks and Regards
    Nitin jain

  • Add extra link to Go Shopping screen

    Hi Guys.
    SRM 4.0, server 5.0, standalone ITS.
    Is there an easy way to add an extra transaction/link to the basic screen of SRM? I am thinking the template
    bbpstart/99/bbpglobal_650.html
    This is for example the first screen in my SRM, and I also need the function "Process Purchase order" to appear on this screen along with Go Shopping, Goods Receipt, Status etc.
    Is the only way to do this by changing the web template through SE80?
    Thanks for info.
    BR
    Dennis

    Hi
    <b>What is the purpose behind adding this new link ? What's the detailed business  requirment in your case ? Is this is related to Catalog type of link functionality ?</b>
    Which SRM version are you using ?
    <u>Anyways, please go through the following pointers, which will guide -></u>
    Re: Add Custom link in Home Page
    Add catalog link in Describe Requirement
    Re: Want to add one more link in the first screen when user gets into EBP
    Regards
    - Atul

  • Link documents to PA30 screen

    Hello All,
    I have different documents for different infotypes, which is stored via DMS for a employee.
    Now i want to provide the link in PA30 screen for an employee, for different infotypes.
    Different link for different infotype.
    Question is, how do i call the link from the pa30 screen.
    Thanks,
    Kunal.

    Is there any kind of exits or object services can be used for the same.

  • Putting a Shaw Webmail Icon on the main screen - is it possible?

    My shaw email account is already synced to my Playbook, as is my gmail.  But others use the Playbook to check their Shaw email account. Right now, it's going into a browser, entering "shaw webmail", waiting for the sign up screen, etc.  Is is possible to create an icon (shortcut) to shaw webmail fromt he main screen with my Facebook, Kobo, etc. icons??  It is for guests using my Playbook so just want the link to the logon screen without the hassle of going through a browser.  PLUS, if their webmail account is up, I have to shut it down before I can get to a browser again.  Thank you.
    Solved!
    Go to Solution.

    Being you seem to be using webmail. When in the browser select add bookmark the star with a + next to it select add to home screen. Name it Shaw Mail.
    Be a Shepard and not an iSheep.

  • Firefox 11.0 has stopped automatically downloading PDFs when I click a link. The Downloads folder is still selected in Preferences.

    When I click on a PDF that would normally cause the downloads folder to open, I am instead taken to a blank white webpage and nothing happens.
    I use a Mac OS X 10.6.8.
    I recently installed Flash Player to preview an FLV file that I put on my website. I can't remember if the problem started after that installation.

    This thread has a workaround, which is to "disable the Adobe Acrobat NPAPI Plug-in, Version 10.1.3" under Tools/Add-Ons/Plugins
    [https://support.mozilla.org/en-US/questions/775819 Firefox won't open a PDF link in the browser, screen just shows blank. | Firefox Support Forum | Firefox Help]

  • Photos can't remember the location of the System Library

    I have a lot of pictures, so I store my pictures and photos library on an external drive. Photos is constantly forgetting that this is the system photos library and I have to re-specify that it is...Why can't Photos remember this?

    Do you ever launch Photos without the EHD connected?  That could break the link to the system library.  Are you running a  "managed" or "referenced" library?

  • System Screen Resolution

    Hello All,
    How to get the system screen resolution in oracle forms 10g.
    The purpose is the set the canvas into center of the browser window.
    Thanks
    Akshat

    Hello,
    Look at the inline doc for Get_Application_Property(DISPLAY_WIDTH | DISPLAY_HEIGHT). Be careful that the coordinates given are related to the current form coordinate system.
    Francois

  • What are the system requirements for iMovie 11

    On the product support page for iMovie, the link to the system requirements is for iLife '09, not '11 so I'm not sure if that information is correct.
    Basically I have Mac OS 10.6.8 and I want to upgrade to iMovie '11, but I do not want to update the OS as a requirement.

    One more thing. If you Mac cannot be upgraded to Mountain Lion, there is another option. You can go on Amazon or eBay and look for the iLife 11 Retail Package, which includes iMovie 11, along with all the other iLife Apps. You can install this on 10.6.3 and above. The downside is you can only upgrade it to iMovie 9.0.4 (I think). To upgrade to 9.0.8, you need at least Lion.

  • T-code : CRMC_R3_ORG_GENERATE, How can I link to the target system??

    Hi, everyone.
    First of all, Thanks for your reading my message with my heart.
    We are facing the critical problem.
    We want to download the customer master in R3 system to CRM(BBP600), but the problem is that there is no SALES AREA DATA!! (we need the sales office value for some reason.)
    Basically, CRM is linked to R/3(domestic system) and the customer data we want to download is in another R/3(Foreign GmbH system)
    we thought that the reason is there's no DIST,Channel and Division in PPOMA_CRM.
    so, we excuted the transaction, CRMC_R3_ORG_GENERATE to download the sales area organization,
    but the system we saw was not that we hope to link.
    How can we set the destination we hope to link for T-code CRMC_R3_ORG_GENERATE ?!?!
    If somebody know the procedure to connect to R/3(Foreign GmbH system), Please help us
    I really appreciate your help in advance.
    Thanks
    Best rgds,
    Hyo-ki

    Thank you for your reply.
    Before reading your advice, We delete all site ID and created new site ID for Foreign GmbH.
    after that, now we can connect to that system, and we can see the list of R3 sales area data.
    But, when we excuted the 'Creation' button, the system showed us red alert status in the bottom list screen of .CRMC_R3_ORG_GENERATE. T_T
    We already have the dist.channel code list and division code list for R3(domestic) in CRM,
    and another R3(Foreign) has the same codes list for Dist.channel and division.
    for example,
    R3(domestic) has customer code - 200341, and its sales area is 1000 / 20 / 10, and
    R3(Foreign) has the same customer code - 345201, and its sales area is 4100 / 20 / 10.
    so, I think the same codes of dis.channel and division causes that system showed red alert.
    am I correct??
    then, Is there any good strategy to maintain Customer master data (or any master data) in TWO R/3 systems with only one CRM
    using each dist.channel and division(the same code) ?

  • TS1367 I have MacOS 10.5.8. It is not booting. It stops at the blue screen. I used the disc utility - verify disc. I get the following message - Invalid sibling link. Volume check failed. Error: Filesystem verify or repair failed. Please give a solution a

    I have MacOS 10.5.8. It is not booting. It stops at the blue screen. I used the disc utility - verify disc. I get the following message - Invalid sibling link. Volume check failed. Error: Filesystem verify or repair failed. Please give a solution anybody?

    Many times I tried to simply update from 10.5.8 without any success. It starts and after few minutes ...
    I used many different install disks (I bought ofiicial release from Mac seller), so I think this is not a problem with wrong version or bad install disk. A few days ago I've got back my computer from Apple  technical support and technician told me he had this same problem with system installation

  • When I go to a link all is fine except the link takes up the entire screen and there is no way to move out other than control alternate delete and brining up task manager to exit out of firefox, help

    again, I am able to use search of firefox to get to a link but then all the tool bars from my operating system are no longer available as the link takes up the entire screen (there are no firefox toolbards either so I can't shrink the page etc).. Thus I cannot move around and am stuck with no option but control alt delete to get to task manager to close firefox.

    Thank you so much...
    1. I don't have that fat format I checked as I saw this on another answer...BUT...you are right the project was very bloated and I made a new project with the sequence and moved a bunch of projects off to an outside drive and things are flying again...this effect "twirl" was on three clips and this seemed to be creating a problem along with it being a bloated project. Don't know why this effect renders easily then the next second doesn't it's on three clips on the entire project and one or another might not render all of a sudden.
    2. I understand what you said about the timeline export...I decided to export the sequence without the matte it was nested in and that sequence did have the chapter markers on the timeline and they again didn't export??? I'll look tomorrow at this it makes no sense if what you're saying is how to do it...the final cut pro book said they should have showed up if I export from the browser and that didn't work either.
    3. I then matted that output and rendered it to output but I am worried this will degrade and compress the sequence more than I want by outputting the same sequence with current settings twice???...the couple of outputs I could make nested looked very good as this was one render...however, I tried doing a quicktime "current settings" with the dvd studio pro info still trying to export chapter markers and maybe it's my imagination but the output didn't look as sharp as just an output with just chapter markers???
    r. I did look at the final cut pro book and it says that mpeg 2 movies will not read chapter markers anyway if you create one in compressor...if this is true it makes no difference if the quicktime output isn't having chapter markers show up. I assume when I go to author though I can put an mpeg 2 movie into dvd studio pro and create chapter markers at that point!! It seems weird it says it can do it with an mpeg 1 but not an mpeg 2 when everyone is using that for dvds.

  • Hi  I have just been given a macbook 13'' A1181 it has a brocken screen so I have linked to my dell screen and all I  get is my sons old screen saver and the arrow but cannot open anything where  ever I click. Any suggestions please my first apple

    hi I have been given my sons macbook 13'' A1181 it has a brocken screen so I have linked it to my dell screen and only get his old screen saver and the arrow but where ever I click nothing opens up It is my first time with an apple computer could anybody advise?

    You have the display set in Extended Desktop mode. In System Preferences>Display there should be an Arrangement tab when you have the MacBook hooked up to the TV and both screens working. When you click the Arrangement tab do you see two monitors side by side? One of them will have a Menu Bar at the top. Just click on the Menu Bar and drag it to the second monitor. That will make the second monitor your main screen.You can now use your MacBook in Clamshell Mode with a wired or Bluetooth keyboard and mouse.  http://support.apple.com/kb/HT3131When you disconnect from the TV your Menu Bar will automatically change back to the MacBook.
    Or if you want to work on the MacBook screen while showing it on a TV you can check the Mirror Display box on the lower left hand side of the Arrangement tab under the two monitors box.

Maybe you are looking for