Relatedlink in TCODE LPD_CUST and create/change configuration

Hi All -
I'm trying to add a link in the related link area, I need to trigger a custom WEBDYNPRO from that link.
there is a document in sdn [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50&overridelayout=true] that says that I need to go to LPD_CUST.
In LPD_CUST there is  ROLE = REL_LINKS
                                    INSTANCE = BO_PO_RELATED_LINKS
I want to add a new application inside that role & instance.
My questions are:
1. How I get the correct parameters: APPL.ALIAS, NAMESPACE, APPLICATION (I think this is my WDA name), CONFIGURATION, PARAMETER, SYSTEM ALIAS.
So I saw the configuration part and reading the documentation says that I need to create a configuration of my WDC, when I do a right click in my WDA in order to create the configuration it pop up the editor for web dynpro abap componet configuration browser but is asking for a Configuration ID.
2. How I can get the configuration ID?
Thanks for your help.
Jason P-V

In the documentation the information start in the page 75, just in case anyone want to read it too.
Thanks!
Jason P-V

Similar Messages

  • Error while create/change configuration an application

    Hi,
    while doing the configuration application.
    when i am trying to create/change configuration an application.
    i am getting following error.
    Error:
    Service cannot be reached
    What has happened?
    URL http://os1gvzg.gemsconsult.com:8000/sap/bc/webdynpro/sap/configure_application call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system RT1 with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:os1gvzg_RT1_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    can anybody help me out.
    thanks in advance,
    Kiran.

    Hi,
    please check [documentation|http://help.sap.com/saphelp_nw2004s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm]
    grtz,
    Koen

  • Material Type Configuration and Creating Z configured Material Types

    All-
    Every solution architect I have contacted has told us that itu2019s standard practice to create copies of standard SAP material types (and all other configuration) and then update configuration to make the object client specific rather than just modifying SAP standard.  You do that because when SAP delivers upgrades they may update standard configuration keys and that can cause disruptions.  We talked to some folks at SAP who told us the same thing.
    My Client had previously agreed to this but now some of their IT resources have pushed back with their primary argument being u201Cthis hasnu2019t affected us for the last 15 years so we want to continue with what we haveu201D i.e. modifying configuration and customizing the SAP delivered material types.  Theyu2019ve also found some SAP documentation that says itu2019s fine to do it either way.  I donu2019t have the depth of technical knowledge to get into all of the arguments for / against this.
    Request u2013 Can anyone point us to a position paper or document that states why we suggest this (reasons, pros, consu2026) or someone that could provide us with the expertise to clearly state why and what the consequences are if they donu2019t?  Or if this is really just something that is suggest based upon the potential for problems and they can do whatever they want?
    Any information would be greatly appreciated

    You obviously can modify a lot of standard objects because the config. option is there.
    The main reason not to is because they act as models e.g. what is the SAP standard model for configuration of a Traded material (in the given Solution, Country etc.).  If you have copied the std and modified the Z version you can always refer back to the std if you run in to unexpected difficulties. If you've modified the std, you have no model to refer to.  If you modify the std and it then doesn't do what you want or you hit an issue of some form, you pretty much have to figure out why yourself because SAP would probably charge you.
    Material Types in particular involve a huge potential number of fields (900+) and complex field selection.
    If you do modify a standard, at least document exactly what changes were made so you and subsequent support personnel can understand how the object has been modified. 'Small' modifications of objects you may well have no future issue with, 'big' modifications of big objects could well come back to haunt you.
    Regards,
    Nick

  • Error while creating Application Configuration as given in WDP-tutorial5

    Hi All,
    I'm a beginner to webdynpro ABAP. I tried the example given in
    'Web Dynpro for ABAP: Tutorial 5 u2013 Component and Application Configuration', but got stuck when tried creating  an Appication Configuration.
    ie. in Web dynpro application create/change configuration  after giving the configuration name I clicked on create in the browser, but it resulted in a error message saying
    'Error sending data, session terminated ' of termaination type TH_RES_FREE.
    Please suggest me a solution to resolve this.
    Regards,
    Manoj Kumar P

    That sounds like lower level system problems - like like of available memory.  That doesn't sound like a normal application error or even a short dump.  You should have your Basis administrator look at the system logs for that time period.  Does this happen every time you try this particular action?  Have you checked ST22 to see if there are any other details on the error?

  • How to create bulk configuration files from a template for staging?

    Hello,
    We have created a sample configuration for ISRG2 2901 Router.  The sample configuration is long, and with copy/paste it is possible to skip some lines, and it is difficult to ensure the configuration of every device is standardized due to this error possibility. What we are trying to achieve is first create a template from this sample configuration file, and then create configuration files for each device seperately and automatically. After creating this configuration instances, we want to be able to distribute the configuration files (and possibly the ios) to the devices during the staging phase. Since there are about 1000 2901 routers, creating configuration files is important?
    From searching we have found the following tools:
    1) CCE (Cisco Configuration Engine): This tool seems to be very efficient for distributing the created configuration files. We may use the serial number of the device, and it provides almost zero touch provisioning of the configuration files to the devices. Creating the configuration file from the template seems to be manual, i.e enter the ip addresses of the interfaces, the routing tables one by one for each device. How can we use velocity template for device configs?
    2) Ciscoworks LMS Prime: It is possible to create a baseline template for the devices, and after getting the backup configuration of the routers, it is possible to compare the actual configuration of the device with the baseline template, and understand if there is any difference with each other. This is indeed very useful in order to keep the configuration standardized, we again could not find a way to create bulk configuration files from the baseline template.
    3)  Solarwinds Config Generator: This tool is useful for creating a configuration file from a template, but again not for automatically creating configuration files, and needs manual intervention.
    4) Excel Macro: It seems that some people have achived to automatically create configuration files with using an excel macro, but we could not find a procedure or tip of how to achieving this.
    5) Pearl or TCL/TK Script: Again since we are not software developers but from networking field, it is difficult to achieve a working form of this scripts or codes due to to lack of documentation and development experience.
    So our problem comes down to creating a template from a sample configuration, and creating bulk configuration files from the template. Is there a specific tool or procedure to achive this purpose?
    Thanks in Advance,
    Best Regards,

    Hi,
    Try this one http://www.gen-it.net
    Regards,
    Stuart

  • IDOC Type for Tcode CC01 and CC02 (Create / Change Change Numbers)

    We are trying to integrate Change Master from a 3rd party system to SAP R/3 4.72.What is the IDOC Type for Tcode CC01 and CC02 (Create / Change Change Numbers)

    Thanks...
    We have looked at this IDOC Type. However we are not very sure how the components (Material/BOM etc.) will be mapped into E1AEEFM segment in the IDOC.

  • Configuration settings for Contract account create\change\display transacti

    Hello all,
    Does any one know IMG path for settings for contract account related activities (Tcode - caa1\caa2\caa3). We have 2 systems of SAP ISU. One system shows various fields blocks under 'General data' tab like 'Account management data', 'contract account remarks', 'invoicing', 'associated work activity' while other system only shows 'Account management data' and 'associated work activity'  that too with very less no of fields in there.
    Is it because of any functional settings through IMG or is there any other reason?
    Regards,
    Abhi

    Hi ,
    In IMG there is a setting where in you can make settings for the fields of activities like contract account create , change , display .
    Following is the navigation for the same .
    SPRO - Financial accounting ( new ) - Contract accounts receivable and payable - basic functions - contract accounts - field modifications - configure field attributes per activity .
    Here you can make the necessay settings for your activities as to you want to make the field as hide , display , mandatory etc.
    Secondly , in case of authorizations - System checks for following Auhtorization objects ;
    F_KKVK_BUK - For  co code .
    F_KKVK_VKT - Contract account type .
    F_KKVK_BEG  - Aurhoization group in contract account .
    E_REGIOGRP - Regional structure group .
    do revert back in case of anyother issues .
    Regards ,
    Dewang T.

  • Significance of IBase, Component and Product ID while creating Change Reque

    Hello,
    When we create a change request via SOLMAN_WORK_CENTER, we are supposed to provide values for
    1) IBase
    2) Component
    3) Product ID
    Ibase can be defined as the way SAP differentiates in a multiple system (APO, CRM, ECC) environment, the corresponding environment.
    The values corresponding to IBase can be obtained via IB51,52 and 53 tcodes.
    Can the value for IBase obtained via SMSY t code also?
    What does component and Product ID signify?
    Where can we get values for Component and Product ID?
    Is Product ID the same as value we get from menu Option System->Status->Installation Number
    Is it necessary to provide all 3 values (i.e. IBase, Component , Product ID) while creating change request?
    If Not, how will SolMan identify which system the change should point to?
    Or only value for Ibase is enough?
    Thanks,
    Vikas

    Ibase can be defined as the way SAP differentiates in a multiple system (APO, CRM, ECC) environment, the corresponding environment.
    The values corresponding to IBase can be obtained via IB51,52 and 53 tcodes.
    Can the value for IBase obtained via SMSY t code also?
    No
    What does component and Product ID signify?
    Product ID is not mandatory. I actually hide it in the CRMD_ORDER screen.
    Where can we get values for Component and Product ID?
    Is Product ID the same as value we get from menu Option System->Status->Installation Number
    Component  - IB52 as you already mentioned
    Product ID - in a customizing table, I've seen it once but can't remember where honestly. As stated, I don't bother with the field
    Is it necessary to provide all 3 values (i.e. IBase, Component , Product ID) while creating change request?
    The iBase and component are mandatory, odd thing is if you enter the component without entering 1 in the iBase, SolMan will fill the 1 in for you.
    If Not, how will SolMan identify which system the change should point to?
    By the logical components assigned to your maintenance project. You can actually have transports for more than one production assigned to your change document. For instance you could have a BI and ECC transport assigned to the sane change document. Your tak list will have the dev, testing and production systems for each logical component assigned.
    Or only value for Ibase is enough?
    I was having this discussion with someone the other day. Since the logical components assigned to the mianteance project really determines what systems you can create transports for, what is the value of the component field? Best I could determine was when you use the Logon on to System action, it points to the one listed in the component field only. other than that, I'm not sure.

  • How we create custom infotype and how to configure with its subtypes.

    hai abap-hr gurus,
    how to create custom infotype and how to configure with its subtypes. when i am creating infotypes i am not getting how to configure subtypes.
    plz help me for this with an example code.
    thanks..
    kiran kumar

    Hi Kiran,
        Please fallow the below steps to create the custom infotype. If you have any quires let me know.
    For Creation of Infotype first Go to Transaction PM01, Enter the custom Infotype number which you want to create, it should be a 4 digit number and have to start with 9xxx.
    then select the `Employee Infotype' radio button
    after that select the `PS Structure Infotype'
    then click on Create… A separate table maintenance window appears
    then Create a PS structure with all the fields you want on the infotype
    Save and Activate the PS structure
    now Go back to the initial screen of PM01
    Click on `All' push button. It takes a few moments
    Click on `Technical Characteristics’. Infotype list screen appears
    Click on `Change'(pencil) button
    Now select your Infotype and click on `Detail' (magnifying glass) button
    Give `T591A' as subtype table & also Give `T591S' as subtype txt tab
    Give your subtype field as subtype field & Save and come back to PM01 initial screen
    Click on `Infotype Characteristics' … Infotype list screen appears
    Click on `Change' (pencil) button & on New Entries
    and then Enter your Infotype number and short text Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference
    to fill yours). Now save ur entries
    Now the Infotype is created and ready to use.
    If you want to change the layout of the Infotype as per your
    requirement…
    In the PM01 initial screen…Select `Screen' radio button and give
    2000 as the screen name, then click on edit.
    In the next screen.. Select `Layout Editor' and click `Change'.
    Screen default layout appears…here you can design/modify the
    screen..change the attributes of the fields..etc.
    Save and activate. (Don't forget to `Activate at every level)
    Regards,
    Ramakrishna kotha.

  • I was infected by a virus and this changed proxy config to 127.0.0.1:64727, i removed the virus, but every time i start firefox i find the proxy configuration made by the virus.is there any config file i can change ?

    I was infected by a virus (i can't remember the virus name). Antivirus removed it, but i think it changed some config file on FF, 'cause every time i try to restart it , i find it configured to use proxy 127.0.0.1:64727. I change every time the config, i also tried to change the config on the about:config and set network.proxy.type 5 , no port and no network proxy (so it's all on default) . I changed the config on the gui, i removed the config from windows registry ( IE and chrome start normally, with no proxy), but every time i restart FF i find the proxy config there. How can i fix it ?

    I had the same problem.
    Solution
    '''Clear Virus First'''
    -clear virus using either anti-virus or manually going into task manager and figuring out which processes are bad.
    -If the manual way, go through each process in task manager and right click to "open file location". Depending on where it is located and the name of the process, you can google the process name online to see if it is bad.
    -Delete the bad process file and as added security, create a folder using the name of the process so the file can't be recreated later. (example: If I had a virus "3dcr.exe" in folder c:\user, then delete "3dcr.exe" and create a new folder c:\user\3dcr.exe\ )
    '''Fix Proxy Settings'''
    -If your browser points an proxy server and you can't change the settings because every restart of firefox returns the settings back (even after changing in about:config or prefs.js or options>advanced>network>settings). The answer is to uninstall firefox with all its user preferences and the reinstall it.
    *I know it is a bit brute force, but it was the only method I found to work. Just be sure to save your bookmarks first.

  • Configure the tcode SCOT and SMTP for the SPM module in the R/3

    Hello,
    I want to know if I have to configure the tcode SCOT and SMTP for the SPM module (SAP GRC AC 5.3 SP5) in the R/3 if I want to send information toe the owner & controller.
    Best Regards.
    Pablo Mortera.

    Pablo,
    This would normally be a basis function. Be very careful as this is not specific to GRC.
    This will impact any external notifications using email / fax etc.
    It will also depend on your version and infrastructure.
    If you have web application servers, you will be able to do a lot more than if you have standard (older) application servers.
    You need to create a node under the INT and assign the appropriate tcp / ip rfc connection to direct it to your email server.
    You will then need to define the types of communications to be sent via that method and any appropriate email domain settings.
    You also need to create and set the appropriate send jobs to run periodically which will then automatically call the rfcs to process the waiting documents.
    Simon

  • I have created a form in InDesign, exported to a pdf, created an editable form and saved.  When I open the form and make changes and save, the reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is alway

    I have created a form in InDesign, exported to a pdf, then created an editable form and saved.  When I open the form and make changes and save, then reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is always minus the edits.   ????

    Hi chuck,
    If you ave created the form and then filling it yourself and saving the form, the filled data should be there when you reopen the same form.
    Can you please send the form to me at [email protected]  so that I can have a look.
    Regards,
    Rave

  • My apple id is with gmail, I want to change it and create an @me email address. How can I do this?, My apple id is with gmail, I want to change it and create an @me email address. How can I do this?

    My apple id is with gmail, I want to change it and create an @me email address. How can I do this?, My apple id is with gmail, I want to change it and create an @me email address. How can I do this?

    You can't merge accounts, if you start using the gmail account for iCloud by logging out of the me ID in system preferences and back in using the gmail ID, you'll need to copy all your data in calendars etc to the gmail account. you also won't be able to use the me address for mail unless you add the me account as a secondary account at system preferences > mail, contacts and calendars.

  • I have a new email address. Changed this on my itunes account. On iPhone deleted old icloud account and created new with new email. I have set find my phone to on. When I download music it no longer goes to icloud an does not show up on my iphone.

    I have a new email address. Changed this on my itunes account. On iPhone deleted old icloud account and created new with new email. I have set find my phone to on. When I download music from itunes it no longer goes to icloud an does not show up on my iphone.

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

  • Is it possible to create a configuration profile that will install multiple network printers and their associated drivers

    Is it possible to create a configuration profile that will install multiple network printers and their associated drivers?
    I was not able to find profile manager on my employer's installation of 10.6 Server. Is this only a feature of 10.7/10.8 server?

    10.6 server does not have profile manager, profile manager is only available in 10/7 and 10.8 server
    for 10.6 server you'll need to use wgm and server admin
    printer management with 10.6, I recommend you read the relevant server manuals regarding
    print server and user management, printer management

Maybe you are looking for

  • BAPI_SALESORDER_CREATEFROMDAT2 contract duration

    Hello, i create the contract with BAPI_SALESORDER_CREATEFROMDAT2 but i cannot find a field for duration of my contract (for example 2 years) can anybody help me? thanks, Sergej

  • What does it take to work for Apple, Google and etc?

    Hello everybody.... i am quite intrested (ain't we all) to work for Apple. I'am currently 17 studying at college Information Technology and Business. I will get to university hopefully in a year or so... but i do not know what to study there so that

  • Itunes 10 - needs 2 times to close down

    Hi! i have a problem with my Itunes since i have installed version 10. Whenever i want to close it (cmd+Q) it does close at first, but then reopens. Then i close it down again and it works. Is there anybody with the same problem or - even better - so

  • Extended notification framwork handler

    HI, Where i can get info about ENF handler ,i see that i can use there class in delivery. Any data about the handler and is capabilities will be welcome. Regards

  • Data set Line feed

    Hi I am writing a file using data set. But the each line doesnot start in a new line. how do i make it possible? Points will be rewarded thanks My code is ...   OPEN DATASET p_unixfile FOR OUTPUT IN text mode  ENCODING DEFAULT.   LOOP AT i_opfile INT