Close frame attachments in shopping cart details screen

Hi,
i'm working in SRM rel 5.0 and i have this requirement.
In detail screen of shopping cart document i need to see texts screen but not attachments screen.
I see that this operation is managed by BBP_PDH_TEXT service and there is gs_ui_control_flags structure that have HIDE_ATT_SCREEN field, set to blank.
I try, in debug, to change this value with 'X' and result is that no attachments screen is showed.
How can i set this field? Perhaps in attribute of my service using SICF transaction?
Thank's in advance.
Best regards
Maurizio Ortolani

Hi,
   We had  a similar reqt.However we finally modified the ITS template in service BBP_PDH_TEXT for that.however this will disable the attachement feature for all the documents(SC,Bi etc..) as this is a common template being used across.
The  commented statements are:
`BBPGroupBoxBegin(LABEL_ATT_HEADER.label)`
if ( (GV_MODE == "E") || (GV_MODE == "C") || (GV_INTERNAL_ATTACH_MODE == "X") )`
        <table><tr><td class="instruction" tabindex="0">`#LBL_ATT_INSTRUCTION`</td></tr></table>
        `BBPVSpace()`
        `TABLE(class="format")`
        `TR()`
        `TD(class="label")`<label for="`GS_SCR_TEXT-FILENAME.name`">`#LBL_ATT_DESCRIPTION`</label>
        `TD(class="data", nowrap="X")`<input `if (GV_ATT_EDIT_MODE != "")`disabled readonly `end`type="text" id="`GS_SCR_TEXT-FILENAME.name`" name="`GS_SCR_TEXT-FILENAME.name`" value="`GS_SCR_TEXT-FILENAME.value`" maxlength="64" size="30">
        `TR()``Lines()`
        `if (GV_CONFIG_DEACTIVATE_APPLET != "")`
            `TR()`
            `TD(class="label")` <label for="`GS_SCR_TEXT_FILEPATH.name`">`#LBL_ATT_PATH`</label>
            `TD(class="data", nowrap="X")`<input `if (GV_ATT_EDIT_MODE != "")`disabled readonly `end`type="FILE" id="`GS_SCR_TEXT-FILEPATH.name`" title="`#HELP_ATT_PATHINPUT`" name="`GS_SCR_TEXT-FILEPATH.name`" maxlength="255" size="30">
            `TR()``Lines()`
        `end`
        `if (GS_UI_CONTROL_FLAGS-SHOW_ATT_CATEGORY_SELECTION.value != "")`
            `TR()`
            `TD(class="label")`<label for="`GS_SCR_TEXT-FILENAME.name`">`#LBL_ATT_CATEGORY_SELECTION`</label>
            `TD(class="data", nowrap="X")`
            <input type="hidden" name="`GV_CATEGORY_SELECTED.name`" VALUE=" ">
            `if (GV_DISABLE_CATEGORY_SELECTION == "")`
                `BBPCheckbox (GV_CATEGORY_SELECTED.name,"","X")`
            `else`
                `BBPCheckbox (GV_CATEGORY_SELECTED.name,"","")`
            `end`
            `TR()``Lines()`
        `end`
        `endTABLE()`
        `BBPVSpace()`
        `BBPButtonBegin()`
            `if (GV_CONFIG_DEACTIVATE_APPLET != "")`
                `if (GV_ATT_EDIT_MODE == "")`
                    `BBPButton("TEXT_ATT_ADD", BUTTON_ATT_ADD.label)`
                `else`
                    `BBPDisabledButton(BUTTON_ATT_ADD.label)`
                `end`
            `else`
                `if (GV_ATT_EDIT_MODE == "")`
                `BBPButton("", BUTTON_ATT_APPLET_ADD.label,"launchAppletCreate()", "")`  
                `else`
                    `BBPDisabledButton(BUTTON_ATT_APPLET_ADD.label)`
                `end`
            `end`
        `BBPButtonEnd()`
        `BBPVSpace()`
        `BBPVSpace()`
        `BBPVSpace()`
    `end`
<table><tr><td class="instruction" tabindex="0">`#MSG_ATT_NO_ATTACHMENTS`</td></tr></table> 
HTH.
BR,
Disha.
Pls reward points for useful answers.

Similar Messages

  • How do I create custom field in MDM shopping cart preview screen (srm-mdm)

    Hi
    Am on SRM 5.0 MDM 2.0.
    Requirement is 'temp labor'. i have a price form a specific supplier for a specific service is $80 in SRM_MDM internal catalog.
    But i talked to supplier and they have agreed on a new price of $75. After I select this catalog item, and view the shopping cart preview screen i see "Price information and total price". I want to add a custom field to the shopping cart preview screen called "new price" to enter $75 as the new price and click recalculate to recalculate the new total price and send this to SRM for follow on functions...
    is there standard functionality in SRM7 for this requirement?
    cheers
    alex
    Edited by: Alex Waiyaki on Jul 23, 2010 10:04 PM
    Edited by: Alex Waiyaki on Jul 24, 2010 2:51 AM

    I have resolved the issue
    thanks
    alex

  • How do i create a custom field in SRM_MDM shopping cart preview screen

    Hi
    I on SRM 5.0 MDM 2.0.
    Requirement is 'temp labor'. i have a price form a speciific supplier for specific service is $80 in SRM_MDM catalog.
    But i talked to supplier and they have agreed on a new price of $75. After I select this catalog item, and view the shopping cart preview screen i see "Price information and total price". I want to add a custom field to the shopping cart preview screen called "new price" to enter $75 as the new price and click recalculate to recalulate the new total price and send this to SRM for follow on functions...
    is there standard functionality in SRM7 for this requirement?
    cheers
    alex

    Hi Alex.
    I totally agree with Sudhanshu's comments. If you create a custom specific field it will always be a read-only.  you can also use EForm for such usecases. Also in case of SRM-MDM Scenario, the price information field holds a standard behaviour which can't be manipulate for custom specific fields.
    But if you want to achive this through the exisitng repository schema and the BADI. then you can follow the steps given below:
    1. If you want to hold the value for the new price, you can create a new custom field (New Price)of type "Text" in the repository and store the price information in that field.
    2. In the configuration screen, you can add the "New Price" to all the views(Result Set, Shopping Cart Preview etc).
    3. In the "Shopping Cart Preview", now you can view the existing standard price information column and the newly created "New Price" column. Now you can change the quantity based on your need. Now when you click "Recalculate"  button the standard price column will change and not the "New Price" column.
    4. Now you can map this newly created field to any of the custom fields which were provided by default. (like NEW_ITEM-CUSTFIELD1).
    5. You can make use of the BADI   BBP_CATALOG_TRANSFER to perform the remaining calculations.
    6. The BADI will hold all the catalog related data in its OCI structure. Before transferring the data to shopping cart you can modify it by multiplying the quantity with the "New Price" value and send the updated price in the OCI standard structure "NEW_ITEM_PRICE".
    Now SRM shopping cart will hold the updated "New Price" for the item shopped through catalog.
    Let me know in case you need more information.
    Regards
    Bala

  • Cannot see list of Product Categories in Shopping Cart entry screen

    Hi All,
    I would appreciate it if someone could help me with this issue.
    Although I appear to have sucessfully replicated the backend R3 Mat Groups into SRM Product Categories, as I can see them in the hierachy screen, i.e. Hierachy ID R3MATCLASS in trans code COMM_HIERARCHY, they are not appearing in my Shopping Cart entry screen Product Categories drop down.
    I have looked in Org structure maintanance and can see two things that may be the root causes:
    (a) In 'Exended Attributes', if I select the Source System, I do not get the option to list the product categories in the match code box
    (b). In the 'check' screem, the system is displaying the message 'Attribute ITS_DEST not yet defined'
    Any feedback on how I can pull in the groups during cart entry would be appreciated.
    Thanks,
    Steve

    Hi Kathirvel,
    I am not sure if this workaround is correct, but rather than using trans code BDLS as you suggested, I defined the logical system 'ABC' . This logical system was the assigned as a target system in 'Assignment of Logical Systems' under the product category customisation (table COMV_LOGSYS_MAP)
    These changes subsequently allowed the drop down on the Org structure when selecting a Product Category in extended attributes, therefore making the list available in the web front end.
    The IMG help text for COMV_LOGSYS_MAP says:
    Case 1
    You have created the categories in your test system. They therefore have the logical system <SYSTEM_TEST>. So that the categories can also be changed once they have been transported into the production system, the categories must have the logical system <SYSTEM_PROD> in the target system.
    Maintain the following entry:
    Source <SYSTEM_TEST>
    Target <SYSTEM_PROD>
    The logical system of the categories will be changed from <SYSTEM_TEST> to <SYSTEM_PROD>.
    This appears to have resolved the issue. I would be interested to hear what you think,
    Many thanks , Steve,

  • Shopping cart Monitor Screen

    Hello Gurus,
    I need to enhance the Shopping Cart Monitor Screen in SRM 7.0 portal but unable to do so.
    Any help would be highly appreciative.
    Thanks.

    Hi
    you  can use the badi BBP_MON_SC to enhance Monitor SC screen.
    more over if you want to adding CUF for header level and item level  then you can use the standard Include structures provided by SAP and then to make it functional you can use the badi.
    thanks and regards
    Ankur

  • Insert column into shopping cart status screen

    Hi,
    I need to insert a column into the shopping cart status screen table control( search results).(BBPSC04).
    Can u pls let me know whether i can achieve this by adding an append structure or standard screen modification?
    Cheers
    Rajeev

    Hi,
       Instead of modifying the std structure,try modifying the corresponding template of the service.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Idoc for shopping cart details (SAP SRM)

    Hello Members,
    Is there any SAP Idoc type for sending shopping cart details (SAP SRM) to external system?
    Thanks in advance

    Hi Experts,
    I am also waiting for reply. I need to send shopping cart data from SRM system to PI system.
    Thanks in advance for your help.
    Regards,
    Appanaboina

  • Display the shopping cart details via Monitor shopping cart without the user being mapped in organizational structure

    Dear Experts,
    I have a scenario where the Project/Support team members won't be mapped into the organizational structure. But they must be able to view the shopping cart details. Could you please help me in providing some clue to achieve this.
    As of now, I am getting the below error if the user is trying to view the shopping cart details when the user is not mapped into the organizational struture.
    Thanks in advance for your help.
    Best Regards,
    Bharathi

    Hi Bharathi,
    Make it more simple. Create a separate organizational unit for the Support/Admin team and intergrate the users there.
    It's the common practic.
    Regards
    Konstantin

  • Trigger shopping cart details page (service page) from BSP

    Hi all,
    I am developing a BSP page which, when user press the 'Add to shopping cart' button, will direct the user to the Shopping Cart details page. I am facing the challenge to direct the user back to the shopping cart details page on ITS from my BSP page. Anyone has any idea how this can be done?
    Any help on this is greatly appreciated.
    Thanks in advance!
    Cheers,
    Cyanna
    p.s. I have also post this under the SRM forum.

    Hi Raja,
    My challenge is to get the ITS URL Of the shopping cart details as all shopping cart pages are under one internet service. In addition, in the standard HTML template, there are no parameters in the service page for me to pass the shopping cart details from BSP back to the internet service page. What I am thinking to do is perhaps to utilize OCI....
    Thanks for your reply!
    Cheers,
    Cyanna

  • Including a field from a catalogue in 'create shopping cart' display screen

    Hi all,
       I am new to SRM, and i am faced with the following situation:
    I need to include a field called 'supplier part number'(found in the MDM catalogue screen) in the display for 'Create Shopping Cart'  screen. The field can be viewed in the detailed display for an individual item, once the item's details are fetched from the catalog; But now i need to include this field as an additional field corresponding to all the items listed in the normal display for 'Item overview' instead of selecting an individual item (from the 'item overview') and then checking its  'detailed display' . can you please give me any  leads like - where i could possibly do the changes in the webdynpro component ( in my case it is ' /SAPSRM/WDC_UI_SC_DOTC_BD'; view - 'v_sc_dotc_basic') and any other details that can help me.
    Regards,
    Abhinay.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Adding a field from a catalogue in 'create shopping cart' display screen

    Hi all,
    I am new to SRM and i am faced with the following situation:
    I need to add a field called 'supplier part number' to the 'create shopping cart' screen from the MDM catalogue. Once the entries for the field 'supplier part number' are fetched from MDM catalog, they must be displayed corresponding to every line line item displayed under 'item overview'. Currently the entry for 'supplier part number' for a given item is displayed in the 'detailed display' tab observed after clicking on the line item under consideration. But, I need to add this field to the items list under 'item overview' rather than restricting it to detailed display tab alone.
    in my case the webdynpro component associated with adding item details from MDM catalogue is  '/SAPSRM/WDC_UI_SC_DOTC_BD' and the view is  'v_sc_dotc_basic'. I am not able to locate the method/section of code that is responsible for fetching the entries in the field 'supplier part number' from MDM CATALOG to the item overview screen.
    can you please give me any leads like - where i could possibly do the changes in the webdynpro component and any other details that can help me add the  'supplier part number' field to details under items overview tab.
    Regards,
    Abhinay.

    Hello,
    Have you tried to add this field using the Catalog UI configuration tool?
    The URL for the tool should be something like
    http://adress:port/webdynpro/dispatcher/sap.com/tcmdmsrmcat~uisearch/MDM_SRM_UI_App?x

  • Web Dynpro SRM 7.0 - Access Shopping Cart One Screen User Default Settings

    Hi all,
    In my current project I have a requirement which includes to validate the user default values on shop on one screen functionality, my question is, how can I access to this information? In web dynpro there's no reference to this information and in addition is not stored in the database as is only "available" during the current Shopping Cart creation.
    Many Thanks in Advance,
    Sara.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • How to get the old shopping cart detail if I change the Business partner.

    Hi all ,
    Can any one help me in below describe query?
    Scenario:
    User was getting the error regarding business partner while shopping.
    So I repair the user from BBP_CHECK_USERS.
    Now definitly its business partner has changed.User can also shop.
    But the problem lies is he has lost his all the old shopping cart which was related to old business partner.
    Can any one tell me how to get those detail of the old shopping cart which was related to old business partner?

    Hi
    <b>Which SRM version are you using ?</b>
    <u>Please check out the links/pointers -></u>
    Moving workitems between SRM inboxes
    Re: How to re-instate the deleted Position of the user into Org structure.
    Re: Position Deleted for an User, created a new userid; Confirmation Issues
    Re: Need help to "access" deleted users's inbox & reassign work items
    Re: How to delete a user in the Organizational structure
    Re: Transfer of open POs or SCs?
    <b>Hope this will definitely help.</b>
    Do let me know.
    Regards
    - Atul

  • Trace Users with attachments in  shopping carts

    Hi experts,
    I want to pick up all  the users who have cretaed shopping carts with attachments. How will i do this?
    Kindly help asap..

    Hi,
    Please check the table : BBP_PDATT
    in that the last selection. File name.if it exists then attachment is there
    G.Ganesh Kumar

  • Addition of extra fields in Shopping Cart Approval Screen

    Hi,
    We are investigating how to change the design of the shopping cart approval table. We would like to include the row "Shopping Cart Number", and be able to sort on that column as well. Would that be possible?
    We have been looking at SAP Note 672960 which describes how to add information to other objects, but not the approval screen.
    Any suggestions?
    Kind Regards,
    Christian

    Hi,
    If you are talking about Workflow Inbox, please check Dynamic Column customizing.
    <a href="http://help.sap.com/saphelp_srm50/helpdata/en/8b/4fa9465db211d2b404006094b92d37/frameset.htm">http://help.sap.com/saphelp_srm50/helpdata/en/8b/4fa9465db211d2b404006094b92d37/frameset.htm</a>
    Regards,
    Masa

Maybe you are looking for

  • JDBC receiver in "waiting" status

    I have a scenario where Idoc’s pass records through XI to 10 JDBC receivers (SQL to be specific). The records are being inserted into all 10 database tables successfully, but in Runtime Workbench, the first receiver has a successful message, but the

  • JDK during Oracle 9.2.0.1 install on AIX

    Does anyone know why the Oracle installer for 9.2.0.1 AIX 5L requires specification of a '1.3.1' JDK. Doesn't Oracle installer use and install its own JDK? Does this field need to be entered with something legitimate? I have JDK 1.3.0 installed and I

  • I don't know what to do, I need some advice!

    I need to upgrade my main computer, it is currently an iBook G4 1.2Ghz. It's a great little computer but recently it has come to my attention that I need some more power. I am fully aware that MacBook's are around the corner - but i'd really like an

  • Bapi BAPI_GET_PAYROLL_RESULT_LIST fetches wrong sequence number

    Hi, I am using bapi BAPI_GET_PAYROLL_RESULT_LIST to get the sequence number by passing personal number and date range. This bapi instead of fetching the supplied period's sequence number, it fetches sequence number one less than expected. This data c

  • Creating a variable in a select

    Hi, I trying to do a select statement like this: select (x-y) as test1, (test1*4) as test2 from table X so i don't have to recalculate x-y. There is something like that in SQL?