Additional parameters in BBP_CAT_CALL_ENRICH

we are using BADI BBP_CAT_CALL_ENRICH and try to add to parameters to the catalog link. We don't use these parameters in the web service definition, they are only added in the BADI. Do I have to use Parameter "PARAM_BADI" for this? Why do we loose parameters even if they are visible in ct_post_values? We have SRM 5.0
Hubert

OCI logon parameters are transfered via http POST and supplier side gets value by name. My understanding is the parameter order is not important. Please ask it to supplier why the order is important.
Workaround is adding parameter in URL field. For example,
0                    http://catalog.supplier.com/logon?CampanyID=XXX  URL
10 username   XXX                                                                      Fixed
Regards,
Masa

Similar Messages

  • Possibility to transfer additional parameters in outbound XML message

    Hi,
    is there any possibility to transfer additional parameters in outbound XML message using (BADI: BBP_SAPXML1_OUT_BADI).
    Additional parameters are,
    1. Communication Method for the Business Partner
    2. R/3 Vendor # & logical system for Business Partner
    3. Relationship between Business Partner Number and R/3 Vendor Number is ‘BP GUID’.
    How can we extended the structure in the BADI.
    Please give me qucik response.
    Thanks & Regards.
    Surya

    Look for structure which the interface parameters are referring, there you should see some dummy structures referring to INCL_EEW* for e.g. in PO header INCL_EEW_PD_HEADER_SSF_PO. Add additional fields and pass the data accordingly.
    Regards, IA

  • Using Additional parameters in file receiver

    Hello all,
    I'm trying to use additional parameters the following way:
    In my receiver adapter:
    File Name Scheme : %var%.txt
    Additional Parameters:  
    %var%     |   myvalue
    Checked "Set Adapter Specific Message Attributes" and "FileName" in both sender and receiver adapters.
    XI doen't pay attention to my variable and outputs the file name as is (exactly as the original name).
    Can anyone please help me solve the problem?
    Thanks in advance

    Hi,
    since you are using both variable substitution & Set Adapter Specific Message Attributes, the second one has highest preference. So only Adapter Specific Message Attribute works in this case.
    So use either Variable Substitution (or) Set Adapter Specific Message Attributes according to your scenario requirement.
    - Gujjeti.

  • Use of Additional Parameters in JDBC Sender Adapter

    Hi -
    Can anybd tell me the Use of "Name, Value" Entries while setting the Additional Parameters in the Sender JDBC Adapter...
    And if is Same for All adapaters...what is the need of Setting Name-value pair in these Adapters?

    Hello Jeet,
    Go through the following link..
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    Regards,
    Sumit

  • Use of Additional Parameters in JMS Adapter

    Hi Frnds,
    Can any one explain the use of Additional Parameters  in JMS Adapter.
    Regards,
    Raj

    HI,
    To make additional settings or replace the default settings, enter the parameters and values in the table.
    those are JMSMessageClass and JMS.Message.method.setStringProperty.
    For more details.
    http://help.sap.com/saphelp_nw04/helpdata/EN/10/b1b4c8575a6e47954ad63438d303e4/content.htm
    Thanks.

  • Customization of "Positive Pay file with additional parameters"  template

    Hi,
    We've a requirement to customize the eText template of the Positive Pay file with additional parameters report. The setup is done , now the program is picking up the new format. Since the payments involves multilines hierarchy, we are unable to print the data in the hierarchical format. Our requirement is to print a Header with information like BankAccountNumber,Total Amount in Dollars , Total number of lines. And Detail segment with all the infomation like BankNumber, BankAccount Number, Amount, Print 'V' if the check is voided etc. please let me know how to achieve this format in eText.
    Thanks
    Elan

    Did you introduce a new LEVEL for the detail info?
    Refer user guide on the syntax of usage.

  • Additional parameters for Adapters in XI 3.0

    In the online doc for adapters in XI 3.0, it refers to SAP Notes under the section for Additional parameters. Has anyone found these Notes?
    /Elling

    Here is the text of the note:
    Symptom
    In the File Adapter documentation it is stated that parameter settings
    for the parameter table in the "advanced mode" section of the
    configuration are documented via OSS note.
    Other terms
    J2EE XI 3.0 30 Adapter Engine File Adapter
    Reason and Prerequisites
    You are looking for additional parameter settings. There are two possible reasons why a feature is available via the "additional parameters" table in the "advanced mode" section of the configuration, but not as documented parameter in the configuration UI itself:
    Category 1: The parameter has been introduced for a patch or a SP upgrade where no UI upgrade and/or documentation upgrade was possible. In this case, the parameter will be moved to the UI and the documentation as soon as possible. The parameter in the "additional parameters" table will be deprecated after this move, but still be working. The parameter belongs to the supported adapter functionality and can be used in all, also productive, scenarios.
    Category 2. The parameter has been introduced for testing purposes, proof-of-concept scenarios, as workaround or as pre-released functionality. In this case, the parameter may or may not be moved to the UI and documentation, and the functionality may be changed, replaced or removed. For this parameter category there is no guaranteed support and usage in productive scenarios is not supported.
    When you want to use a parameter documented here, be aware to which category it belongs!
    Solution
    The following list shows all available parameters of category 1 or 2. Please remark:
    Parameter names are always case-sensitive! Parameter values may be case-sensitive, this is documented for each parameter.
    Parameter names and values as documented below must be used always without quotaton marks ("), if not explicitly stated otherwise.
    The default value of a parameter is always chosen that it does not change the standard functionality
    File Sender Adapter parameters
                   = No parameters available up to and including SP10 =
    File Receiver Adapter parameters
                   = No parameters available up to and including SP10 =

  • Maintain Blanks in SXPG_COMMAND_EXECUTE additional parameters

    Hello guys,
    we are trying to execute some commands in a Z function calling the function SXPG_COMMAND_EXECUTE.
    We have a command Z and in the additional parameters and we fill the command with CMD('COPY T:
    Documents
    PXXX2
    IEXXX.DOC \"E:
    WORK
    600613 MATERIAL     100333 (12345)\" ').
    We want to maintain the blanks, but during the execution of function SXPG_COMMAND_EXECUTE a CONDENSE of the field additional parameters is done.
    There is any way to maintain the blanks calling this function? There is another function that also executes commands and maintain the blanks?
    Many thanks in advance.
    Regards,
    Xavi.

    Hi,
    thanks for the answer. But thats doesn't match my problem. What I want is to start a shell-script with parameter whereas some parameters might include one or more blanks. Like for examples a script with only one parameter:
    shell-script 'this is a parameter'
    What I found out while testing with SM49 is, when I put the parameter into apostrophe than the parameter is passed as a single parameter to the script. But SM49 elsewell SXPG_COMMAND_EXECUTE condense more than blank to only one blank. And the apostrophe remain in the parameter.
    SM49:
    shell-script 'This   is a parameter'
    The shell-script gets the parameter 'This is a parameter' , whereas the apostrophe ' and the start and at the end is part of the parameter.
    Using the function modules SXPG_RFCDEST_OPEN_INT, SAPXPG_START_XPG and SAPXPG_END_XPG instead of SXPG_COMMAND_EXECUTE solves the problem of condensing the blanks to one blank. But the apostrophe is still part of the parameter. And I have to consider that the apostrophe might be originally part of the parameter.
    And I have to solve this problem.
    Regards
    Karl-Wilhelm

  • Additional parameters in availability check

    Dear experts,
    Our client uses availability check in their current SAP system and we are about to enhancing the functionality of the SD module. Our case is that we need additional parameters that will be used for availability check.
    Is there a badi or user-exit that we can extend availability check parameters?
    thanks in advance
    Mehmet

    HI,
    User Exits For Availability Check
    The user exits named here are planned for projects that are to be carried out in agreement with SAP development as they may only be used in consultation with SAP. SAP provides no guarantee if they are used without our advice!
    USEREXIT_PLANT_SELECTION in program RV03VFZZ is an exception to this rule (see below).
    User exits in program FV45VFZZ
    USEREXIT_ADD_FIELD_TO_HEADER
    USEREXIT_ADD_FIELD_TO_LINE
    User exits in program FV45VFZY
    USEREXIT_DELIVERY_GROUPS
    USEREXIT_MVERF_INIT
    USEREXIT_QUOTA_KEY_VALUE
    User exits in program RV03VFZZ
    USEREXIT_AVAILABILITY_IN
    USEREXIT_AVAILABILITY_OUT
    USEREXIT_DARA_REFRESH
    USEREXIT_PLANT_SELECTION
    This user exit is used to adjust the flow during plant transfer. A list of permitted plants, where this material is created, is determined and checked in the standard R/3 delivery. A dialog box appears where you can select the plants. The user exits allow you to modify the plant table so that plant selection takes place in advance for every flagged selection and a dialog box becomes unnecessary.
    Regards,
    kishore.

  • Querystring for opening existing record with additional parameters in CRM 2013.

    Hi ,
    I need help in opening the existing entity with additional parameters
    I tried the various options but didn't succeed. address1_city value is not getting populated for existing entity, whereas it is getting populated for new record when I ignore the id.
    http://<CRM Server>:5555/<ORG Name>/main.aspx?etn=contact&extraqs=address1_city%Texas&id=51BAA9F8-7D96-E411-B78E-005056857B84&pagetype=entityrecord.
    http://<CRM Server>:5555/<ORG Name>/main.aspx?etn=contact&pagetype=entityrecord&id=51BAA9F8-7D96-E411-B78E-005056857B84&extraqs=address1_city%3DTexas
    http://<CRM Server>:5555/<ORG Name>/main.aspx?etn=contact&pagetype=entityrecord&extraqs=address1_city%3DTexas&id=51BAA9F8-7D96-E411-B78E-005056857B84
    http://<CRM Server>:5555/<ORG Name>/main.aspx?etn=contact&pagetype=entityrecord&extraqs=address1_city%3DTexas&id=51BAA9F8-7D96-E411-B78E-005056857B84
    http://<CRM Server>:5555/<ORG Name>/main.aspx?etn=contact&extraqs=&address1_city%3DTexas&pagetype=entityrecord&id=51BAA9F8-7D96-E411-B78E-005056857B84
    Thanks & Regards,
    Kalyan Sudhir

    This is very urgent . Can anyone help me on this?

  • Pass additional parameters to AII

    Hi,
    Is it possible to pass additional parameters for Serial Number Request through Name Value pair in a xml? If so then please cite an example.
    The scenario requirement is 3rd party non SAP systems will be requesting Serial Numbers from AII via SAP XI. However additional parameters will also be sent in Name Value pair for certain validations by SAP XI.

    no, you can't do that.
    you could create your own class to extend your
    interactiveobjects and pass additional parameters in your custom
    mouse handlers, but it's even easier, in your situation, to use
    movieclips to dispatch your mouse events and define whatever
    properties you need to use in functionName() as movieclip
    properties and retrieve them using
    MovieClip(e.currentTarget).whateverProperty.

  • Reference additional parameters via the URL

    Is it possible to reference additional parameters via the URL?
    I would like to be able to reference the value of CUSTOM_PARAM in the following simple example
    f?p=4000:1500:3712511906556636:::RP::&CUSTOM_PARAM=12345

    Hello Craig,
    I dont know if you already solved the problem but as you probably noticed I had the same, if you are running on a remote host with minimum privileges this is simply not possible but if you have your personal server and database this is the solution to go(thanks to your idea).
    create or replace procedure APEX_040000.f2(
    P in varchar2,
    P_SEP in varchar2 default null,
    P_TRACE in varchar2 default null,
    C in varchar2 default null,
    PG_MIN_ROW in varchar2 default null,
    PG_MAX_ROWS in varchar2 default null,
    PG_ROWS_FETCHED in varchar2 default null,
    FSP_REGION_ID in varchar2 default null,
    SUCCESS_MSG in varchar2 default null,
    NOTIFICATION_MSG in varchar2 default null,
    CS in varchar2 default null,
    S in varchar2 default null,
    TZ in varchar2 default null,
    P_LANG in varchar2 default null,
    P_TERRITORY in varchar2 default null,
    code in varchar2 default null, <-- Custom variable
    error_reason in varchar2 default null, <-- Custom variable
    error in varchar2 default null <-- Custom variable
    +) is+
    begin
    --write your code here+
    APEX_040000.f(P => P,P_SEP => P_SEP, P_TRACE => P_TRACE,C => C, PG_MIN_ROW => PG_MIN_ROW, PG_MAX_ROWS => PG_MAX_ROWS, PG_ROWS_FETCHED => PG_ROWS_FETCHED, FSP_REGION_ID => FSP_REGION_ID, SUCCESS_MSG => SUCCESS_MSG, NOTIFICATION_MSG => NOTIFICATION_MSG, CS => CS, S => S,TZ => TZ,P_LANG => P_LANG,P_TERRITORY  =>  P_TERRITORY);
    end f2;
    Then it is important to indeed grant public access to it with:
    grant execute on APEX_040000.f2 to public;
    Now here comes to part that actually does it and where the right privileges are needed.
    create or replace public synonym f for APEX_040000.f2;
    Overloading the F procedure didnt work for some reason, probably because F is a wrapped procedure.
    But this worked perfect !!!

  • Additional parameters from CTI Connector - CRM

    Hi everyone,
    We are currently implementing a CTI scenario using ICI/BCB in SAP CRM 2007.
    The CTI connector is successfully sending the inbound calls to the IC Web Client screen, and the business partners is identified through the telephone number.
    I would like to know how to proceed in order to include additional parameters (e.g. business agreement) in the communication between CTI connector and SAP CRM.
    Thanks in advance & Best Regards,
    Gabriel Santana

    Hi Gabriel,
    You can first refer to the OSS Note 707104, where it had been explained on making use of the the BP and GUID directly for Account identification.
    However, this note makes use of the BP and GUID directly. But in your case, it is something else (business agreement). 
    So one of the possibilities that I could see is:
    --> Incoming call arrives into CTI with business agreement ID (as part of the CAD)
    --> CTI do the BAPI call ( You will have to create this BAPI ) to use this Business Agreement ID in order to look up for BP Number.
    --> BAPI returns BP number and GUID. (as explained in the note)
    --> CTI add this CAD as part of CRM_IC/BUPA
    --> BP will look up and identify automatically without any code change(this is as per the standard).
    So the point is, as per the standard, the BUPA Controller will need the BP Number to be identified and confirmed. For this the CTI needs to first lookup for the BP Number, with the help of either the ANI(Automatic Number Identification, that is the incoming telephone number) or the CAD data.
    Since in your case, you wanted to lookup the BP with the help of the Business Agreement(which is part of the CAD), you have to comeup with your own BAPI, which should accept the Business agreement as a parameter from the CTI and return back the respective BP Number to the CTI after successful lookup and this BP number can be made used to identify and confirm by the Account Indentification.
    One thing that I'm not sure is, whether CAD and ANI are both correct, which one will take priority in the Account Identification as compared to the way it works in IC Winclient.
    Hope this information helps.
    With Best Regards,
    Vinod

  • Pass additional parameters AS 3

    I am new to Flash and AS3 language. I would like to pass
    additional parameters to a function from an EventListener (or other
    events). I have tried variations of:
    button.addEventListener (MouseEvent.CLICK, stringParam,
    intParam, functionName);
    function functionName(e:MouseEvent,str:String,i:int)
    I receive coercion of value or expecting boolean...
    Can this be done or have I not supplied the correct
    order?

    no, you can't do that.
    you could create your own class to extend your
    interactiveobjects and pass additional parameters in your custom
    mouse handlers, but it's even easier, in your situation, to use
    movieclips to dispatch your mouse events and define whatever
    properties you need to use in functionName() as movieclip
    properties and retrieve them using
    MovieClip(e.currentTarget).whateverProperty.

  • RSPC How to modify additional parameters for OS command

    Hi,
    I am facing a problem updating the 'additional parameters' for OS command in RSPC (process chains). I am trying to use a pre-created OS command in the system. But the additional parameters area is greyed out. Do you know from which transaction I can update this field please ?
    Thanks for your help,
    Best regards,
    Neeraj

    Thanks, Sircar.
    Is 'sappfpar' transaction name ? Can you pls give the full name?
    Best regards,
    Neeraj

Maybe you are looking for

  • New Intel Mac Mini - wireless mouse v slow

    Hi all I've just bought my first MAC, a nice core duo intel mini. Having used PCs for years it came as a nice suprise to boot up and configure everything in next to no time. However..... I'm using a apple wireless keyboard and mouse. The keyboard see

  • Updating the material moving average price in return to vendor process

    Hello, Our finance department is saying that the affect on the moving average price in our return to vendor process is wrong. At the moment the moving average price is changed according to the material price in the return PO. Our financial department

  • Dynamic Columns in TreeTable

    I am trying to create a treetable with some dynamic columns. The extra columns I need to show have been added as attributes to the node. So within the facet "nodeStamp" I display the label and need to add other columns dynamically reading the attribu

  • Unable to telnet to LINUX desktop

    I've installed Linux 2.6.9-42.0.0.0.1 ( downloaded from oracle's website) and I'm unable to telnet to this machine from my laptop. I get this error C:\Documents and Settings\Administrator>telnet oragrid Connecting To oragrid...Could not open connecti

  • Can Anybody Suggest the Role of Enterprise Structure and Personnel Structure in Payroll?

    Hey Gurus, I just wanted to know about the exact Role of Enterprise Structure and Personnel Structure in Payroll? If anyone can help me out then he will be very thankful for this. Thank You, Navya Joshi.