SAP tables used to fetch role names into 'Lookup.SAP.UM.Roles'

SAP User Management Lookup Recon schedule task is used to populate all the Lookup's defined in 'Lookup.SAP.CUA.LookupMappings'. In case of the lookup 'Lookup.SAP.UM.Roles', the description of the SAP Role is populated in Decode value.
In our environment, the SAP role description is changed in the table 'USRSYSACTT' for both LANGU types 'E' and 'D'. However, when we run the schedule job, we are unable to see the updated value of description in the lookup 'Lookup.SAP.UM.Roles'. Please let us know which SAP table is actually being used to fetch the role information in OIM.

Dear Satish,
Do you have any red alerts on top of your change request?
If yes, you cannot change the status of this change request.
Do a double click on the alert flag and clear/maintain any alerts first.
I had just the same problem.
Yours
Markus

Similar Messages

  • Push Data in SAP Tables using Data Services

    Hi
    Lets suppose that I have used Data Services 4.0 to pull data from KNA1 table , and loaded into the MDM where data cleansing , enrichment and deduplication has been done, and then MDM writes to a file.
    How can Data Services then push the cleansed data back into the SAP table ( KNA1) ? [or it cannot be done due to multiple reasons ]
    Rishi

    Hi
    To update an SAP table, import the metadata for the relevant BAPI or IDoc and call it via a query transform.
    M

  • Updating SAP  Table using JCO

    Dear All
                      How to update SAP Table (Any single or multiple tables) through Java code using JCO. Can any body provide sample code regarding this...
    Thanks&Regards
    mgreddy

    Hi,
    I think for that anyway you will have to use JCO as the middleware to connect to SAP R/3.
    So what you can to do is to write three RFCs and call them through JCO from your JAVA application.
    1. First BAPI for reading the dictionary information about an SAP table.
    2. Second to read data from the table.
    3. And, third to write data to that table.
    But if you want to edit any table (and not a specific table) then your program will become even more complex since then you will have to pass the table name and information dynamically to the BAPIs.
    Best regards,
    Guru.

  • Generating EDI from a non-SAP, non-EDI-savvy database to go INTO a SAP sys?

    I am a FileMaker geek.
    I have been asked about developing EDI transaction modalities from within a FileMaker Pro database for facilitating data exchange between the FileMaker db and a SAP environment owned & maintained by the same company.
    It seems like an odd request (these days, most exchange to/from FileMaker and other in-house systems is done "live", writing directly to the rows & columns of the various non-FileMaker tables using standard ODBC drivers;... but ignoring that, I've looked at what EDI is, and does, and I gather that the following are true?:
    u2022 System A's data structure is "flattened" down and then that data is arrayed as a "document" such as an invoice or a purchase order, etc etc....
    u2022 EDI is a venerable and well-established system allowing that resulting "document" to be conveyed, usually to a different company such as a trade partner, (in this case NOT, it will all be internal), which can then, in some fashion, import the data from the "document" into its own very different table structure in what we'll call System B.
    u2022 EDI in some fashion creates a standard, and that standard replaces the need for the folks using System A and the folks using System B to do a lot of cumbersome comparison of "what table and what column in your system represents the unique identifier for invoice and which column is invoice number" etc etc, -- by having both folks "speak EDI" the need to map out those matchups is eliminated.
    Please correct me if I'm on the wrong track up until that point, thanks.  Now, assuming I am NOT wrong, my main questions:
    u2022 File format!  Is the EDI "document" a plain text file that can be assembled and exported from a system that is itself oblivious to EDI, by a developer who is given the schema of how that text document has to "look" to System B?  Or is it binary and/or of sufficient complexity that no one DOES that, that instead some sort of driver or program is generally acquired or purchased that encodes data (say for example tab-delimited ASCII text) into EDI format?
    u2022 Schema?  I know how to flatten relevant information and export it out of FileMaker, but for most such requests I would be given a sample document, e.g., "data that goes into QuickBooks has to be in XML format with the relevant XML headers & data in the following order..." or "data that goes into our MAS 90 should be in tab delimited text with the following column order and without column name as top row..." or "data that is to go into our SAS system should be a plain text file with each column a precise char length padded with the standard space char as need be, in the following order..." etc etc.  Would I be given a similar schema and then just export out of FileMaker and assume that they will convert it (if need be) to EDI format from that, or is the art of spitting out data as an EDI "document" a very different sort of task?
    u2022 Is there a good reason that my initial gut reaction is necessarily WRONG, i.e., that since Company X owns both System A (FileMaker) and System B (their SAP system) and presumably have the hi-level passwords for full access to both, it would make more sense to write directly to the appropriate corresponding tables rows & columns instead of using EDI?  If so can you give me a sense of why they would want to use EDI for this?
    with sincere gratitude, thanks in advance.
    Edited by: Allan Hunter on Feb 3, 2009 2:25 PM elaborated on thread title

    Thank you, <b>Amit Kulkani</b>, for your replies.  I'm afraid neither answer is really an answer to my questions.  May I elaborate?
    a) In the first reply post, you write: " if we did not use EDI there might be many mannual error take place in operation.  So In short only the security point of view EDI works better."
    Assuming your target (SAP) tables have rules per each column and per each row, a direct SQL statement should not allow inappropriate information to be entered.  I can accept that perhaps SAP was written without such safeguards, if that is what you are telling me, but in that case any direct data entry process is going to be vulnerable to data entry error.  Or do you mean that no data entry <i>whatsoever</i>, at any point, at any time, occurs other than via EDI?
    b) In the second reply post, you cite these advantages.  Advantages over hand-writing the data on the back of a paper napkin and mailing it in a manila envelope for someone to retype into the system, yes, but how are any of these improved by using EDI instead of a direct connection from FileMaker?:
    u2022 Reduced postage costs  <i>Huh?</i>
    u2022 Reduced expenses <i>what expenses?</i>
    u2022 Speed <i>I would think directly writing to the data would be considerably FASTER than exporting to EDI and then importing from EDI into SAP</i>
    u2022 Elimination of paper documents <i>Who said anything about paper documents?</i>
    u2022 Elimination of labor intensive tasks, such as data entry <i>Yes, what I propose would eliminate that also</i>
    u2022 Greater accuracy of information <i>See above</i>
    Can you re-read my original post and give the same thoughtful consideration, but this time comparing EDI to what I am proposing (direct connection to the SAP tables), <i>not</i> comparing it to sending the data in on a piece of paper to be retyped manually when it arrives?
    Thanks in advance, and thanks again for your answers so far.

  • Update sap table using a function module call by php code

    Hello,
    I m trying to update the table VBAP using a function module ZZ_SET_DISTANCE  call by a php code.
    But I have this problem:
    the saprfc seems to work well but when I look to the table VBAP the fields have not been update.
    I tried the function module in debug mode and it work good. The fields are update.
    I also handle the saprfc call function and the return SAPRFC_OK
    This are the function module ZZ_SET_DISTANCE, and the php code
    //PHP CODE
    $fce = saprfc_function_discover($sap,"ZZ_SET_DISTANCE");
                  if (! $fce ) {echo "Echec d'ouverture du module fonction "; exit;}
                   saprfc_import ($fce,"COMMANDE", '0000001998');
                   saprfc_table_init($fce,"TBLE_CMDE");
                        $val=array();
                        $val['NUM_POST']='000030';
                        $val['HN_EXP']='';
                        $val['ST_EXP']='';
                        $val['PC_EXP']='';
                        $val['CI_EXP']='';
                        $val['CO_EXP']='';
                        $val['HN_REC']='';
                        $val['ST_REC']='';
                        $val['PC_REC']='';
                        $val['CI_REC']='';
                        $val['CO_REC']='';
                        $val['DIST']='popo';
                        saprfc_table_append ($fce,"TBLE_CMDE", $val);
                 $rfc_rc = saprfc_call_and_receive ($fce);
                 echo "\n".$rfc_rc;
                 if ($rfc_rc != SAPRFC_OK) { if ($sap == SAPRFC_EXCEPTION ) echo ("Exception raised: ".saprfc_exception($fce)); else echo (saprfc_error($fce)); }else{echo '/execution de la function ;}
                 saprfc_function_free($fce);
    //FUNCTION MODULE ZZ_SET_DISTANCE
    FUNCTION ZZ_SET_DISTANCE.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(COMMANDE) TYPE  VBELN
    *"  TABLES
    *"      TBLE_CMDE STRUCTURE  ZADD_COM_LOXAN
    DATA : NUMC TYPE VBELN.
    NUMC = COMMANDE .
    WHILE STRLEN( NUMC ) < 10 .
      CONCATENATE '0' NUMC INTO NUMC .
    ENDWHILE .
    DATA tble_addrcomm LIKE LINE OF TBLE_CMDE .
    LOOP AT  TBLE_CMDE INTO  tble_addrcomm.
      DATA : NUMP TYPE POSNR.
      NUMP = tble_addrcomm-NUM_POST.
      WHILE STRLEN( NUMP ) < 6 .
      CONCATENATE '0' NUMP INTO NUMP .
      ENDWHILE .
      UPDATE VBAP SET ARKTX = tble_addrcomm-DIST
      WHERE VBELN EQ COMMANDE
      AND POSNR EQ NUMP.
    ENDLOOP.
    ENDFUNCTION.
    Is anybody can help me?
    thank.

    Marie, create a Blog please, about more details for dummies....
    1) how to connect to sap system?
    2) you run the php code where? in a webserver or where?
    3) wich is the url for run the FM: ZZ_SET_DISTANCE
    4) you placed some dlls files on the web server?
    please is interesting this...
    Thanks

  • How do I avoid having a newly linked table use an explict database name?

    Greetings!
    I am using Crystal Reports XI (version 11.0.0.895).
    I had to add a new field from a new table to a report.  The original report was based on an ODBC connection named "WinCaps".  On my machine, that connection is associated with a database named "AK 94 4_15".  I added the table and the link (a left outer join) and ran it on my machine.  It worked.  I uploaded it to the customer's machine.  The customer also has an ODBC connection named WinCaps, but on his machine, it's associated with a database named "Anneal".  I tried the report.  It failed.  I went back to my machine and looked at the database query from my test.  It was:
    SELECT "alarm_history"."alarm_date", "alarm_history"."message", "alarm_history"."state", "alarm_history"."charge", "alarm_history"."ack_date", "alarm_history_ext"."recorded_time"
    FROM   {oj "public"."alarm_history" "alarm_history" LEFT OUTER JOIN "AK 94 4_15"."public"."alarm_history_ext" "alarm_history_ext" ON "alarm_history"."alarm_pkey"="alarm_history_ext"."alarm_fkey"}
    WHERE  "alarm_history"."charge"=4584
    Note the explicit database name of the table after "LEFT OUTER JOIN".  Where did that come from and how can I get rid of it?  I cannot have it in there because we frequently need to test our system against a copy of a customer's production database, and to do that, we change the database associated with the "WinCaps" DSN.  The report needs to work whether the database behind the WinCaps DSN is "Anneal", "AK 94 4_15", or any other name, as long as the schema is the same.
    Thank you very much!
    RobR
    Edited by: Radcon Entec on Apr 20, 2009 4:06 PM

    Richardson's Second Law of Computational Unpredictability states:
    "The word 'should' has no meaning".
    Despite the fact that there should be no difference, the fact remains that the difference remains and it is very significant and troubling. 
    In the past, I have tried going into the Database Expert and selecting an OLEDB connection instead of an ODBC connection.  I have never succeeded in doing that.  The dialog box that first appears asks for a user name and password.  I enter a user name (for example, "MyUser") and a password.  I then fill in anything else that looks reasonable, save the report, and try to open it.  I get an error message saying "Database MyUser does not exist".  No kidding.  MyUser is a user name, not a database name.  It appears that the OLEDB dialog box is not set up correctly.  If you are suggesting using that connection, please provide step-by-step instructions on how to do it.  If that is not what you are suggesting, please explain how to use the Microsoft OleDB Driver for ODBC when setting up a report.
    Thank you very much.
    Rob Richardson

  • Writing a java program to access SAP tables using SAP JCO

    Hi all,
           I have a requirement where I need to access the VBAK table and get some values out of it based on a query on some of it fields. I would like to know how this can be done via a Java program by utilising the SAP JCo library. Has anyone done this before? A sample program would be very helpful.
    Thanks in advance!

    Hi SAM,
    Welcome to SDN!!!!!!
    Chk this help doc.
    http://help.sap.com/saphelp_nw04/helpdata/en/35/42e13d82fcfb34e10000000a114084/frameset.htm
    Also chk these thread.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8798be90-0201-0010-d093-85f728778d37
    Re: How to access SAP database tables with Java (Jco)
    Regards.
    Maha

  • Fetching SSIS error message into Audit table using SP

    Hi Experts,
    I want to fetch SSIS Error Info along with Task Name into Audit table 'Error_Info' column. This is nvarchar(max) datatype, i wrote below Stored Procedure for this (Column names passing dynamically in SP)
    CREATE PROC [dbo].[usp_AuditErrorHandler]
    @AuditTableName nvarchar(MAX)
    ,@Audit_Status nvarchar(100)
    ,@Audit_ErrorDescription sql_variant
    ,@Audit_PkgEnd_dttm nvarchar(100)
    ,@task sql_variant
    ,@errordescription sql_variant 
    ,@Audit_ID nvarchar(10)
    ,@LogID INT
    AS
    BEGIN
    DECLARE @STRQuery NVARCHAR(MAX)
    SET @STRQuery = ' 
    UPDATE '+@AuditTableName+'
    SET '+@Audit_Status+' = ''Failed''
    ,'+@Audit_PkgEnd_dttm+' = GETDATE()
    ,'+@Audit_ErrorDescription+' = ''Task['+ @task +']:'+@errordescription +'''
    WHERE ' +@Audit_ID+ ' = ' + CAST(@LogID AS NVARCHAR)
    The above procedure is working fine in SSMS and inserting complete error info into table, but when i am executing thru SSIS Pkg i am getting error like
    "[Execute SQL Task] Error: Executing the query "exec usp_AuditErrorHandler ?,?,?,?,?,?,?,?" failed with the following error: "Incorrect syntax near '@P1'.". Possible failure reasons: Problems with the query, "ResultSet"
    property not set correctly, parameters not set correctly, or connection not established correctly."
    So, i tot of checking with string lenght and modifed the code by adding left () to @errordescription as below.
    UPDATE '+@AuditTableName+'
    SET '+@Audit_Status+' = ''Failed''
    ,'+@Audit_PkgEnd_dttm+' = GETDATE()
    ,'+@Audit_ErrorDescription+' = ''Task['+ @task +']:'+LEFT(@errordescription ,100)+'''
    WHERE ' +@Audit_ID+ ' = ' + CAST(@LogID AS NVARCHAR)
    Here, it is inserting till 119 chars, if i give more than 119 chars pkg is failing with above error.
    I want to get insert Complete error info into the column.
    Can anybody suggest on this?? 
    Thanks in advance !!!

    Thanks Arthur for the response, i have tried with the Sql_Variant data type also, here  procedure itself not creating and throwing below error.
    "The data types nvarchar(max) and sql_variant are incompatible in the add operator."
    This is the procedure i am using to fetch error info into Audit table.
    ALTER PROC [dbo].[usp_AuditErrorHandler]
    @AuditTableName nvarchar(MAX)
    ,@Audit_Status nvarchar(100)
    ,@Audit_PkgEnd_dttm nvarchar(100)
    ,@Audit_Task_ErrorCode nvarchar(100)
    ,@Audit_ErrorDescription SQL_VARIANT
    ,@errorcode nvarchar(max)
    ,@task SQL_VARIANT
    ,@errordescription SQL_VARIANT 
    ,@Audit_ID nvarchar(10)
    ,@LogID INT
    AS
    BEGIN
    SET NOCOUNT ON;
    DECLARE @STRQuery SQL_VARIANT
    BEGIN TRY
    SET @STRQuery = '    
    UPDATE  '+@AuditTableName+'
    SET     '+@Audit_Status+' = ''Failed''
           ,'+@Audit_PkgEnd_dttm+' = GETDATE()
           ,'+@Audit_Task_ErrorCode+' = '''+@errorcode+'''
           ,'+@Audit_ErrorDescription+' = ''Task['+ @task +']:'+ @errordescription +'''
    (Error is giving in this line)
    WHERE   ' +@Audit_ID+ ' = ' + CAST(@LogID AS NVARCHAR)
    EXEC (@STRQuery)
    END TRY 
    Below is the Audit Table Schema

  • How to save the pdf file or word doc into sap table

    Hi Expertu2019s
       I have a pfd file in my presentation server .Now I want to save the pdf file into sap table using module pool program. Whenever i need, I want to open that file from the table and show it in the Screen. Please any one tell me how I can save the file. What is the table name, guide me.
    Regards,
    S.Nehru.

    Hi,
    Try the following code
    FORM gui_upload.
      DATA: lv_filetype(10) TYPE c,
            lv_gui_sep TYPE c,
            lv_file_name TYPE string.
      lv_filetype = 'PDF'.
      lv_file_name = <name of ur file>.
    DATA: tb_file_data TYPE TABLE OF text4096.
    * FM call to upload file
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = lv_file_name
          filetype                = lv_filetype
          has_field_separator     = lv_gui_sep
        TABLES
          data_tab                = tb_file_data
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    "gui_upload
    I dont think you can save the data into sap tables in PDF format.
    With the above code you can save data into an internal table.
    Regards,
    Manish

  • Roles / rights for a technical ABAP user to access SAP Tables via code

    Hy @all,
    does anybody know which roles / rights a technical user must have to acess SAP Tables and read / write from or into it?
    Are tey any basic roles?
    kind regards
    Micha

    Please see note [382318|https://service.sap.com/sap/support/notes/382318] for further information.
    Additionally, if you would use it nevertheless at your own risk, be careful with granting read permissions to whole tables as you might easily end up there with disclosing confidential or privacy data.
    In general, function modules of this type that read arbitrary SAP tables are regarded as a security threat by a responsible administrator and you might not get the permission for it at all.
    In my personal opinion, I would classify most software that require the availability of the function module RFC_READ_TABLE to have a major design bug. At least I would not bet on that the developer for this really understood the difference between a database and an ERP system. It is always the recommended way to use specialized function modules for reading data from and even more for storing data into an ERP. Specialized modules normally do not go around fine-grained authorization checks and/or destroy the consistency of the stored data.

  • Oracle VIEW created on SAP table

    Hi All,
    I've Oracle 10g. I've a view in it on an SAP table using DB link.
    I started getting error ORA-06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind when this view is fetched using FOR loop. On investigation, I found that there is a column which when VIEW is described shows datatype as VARCHAR2(10) but it actually has some records with length more than 10.
    When I modified PL/SQL block and modified this query by adding SUBSTR on the column to get just 10 chars, it worked.
    I suspect that this SAP table might have been recently altered to increase columns length i.e. altered after VIEW was created on it. Here, my question is that will I need to recreate this view? As usually when a view is created on an Oracle table, it automatically inherits table column's data types. even when a table column is altered after view is created.
    Thanks in advance.

    Hi Chintan,
    Why can't you Query the SAP table and checking the length of the column ?
    I think the error is now in the view. I think the problem is with the code. Hope you might
    have declared a variable which does not fit the size of the value you are assigning.
    This may be the cause too when you take the substr function you are not getting errors.
    Can you Please the code ??
    And,
    If I am Clear,
    When you create a view from SAP table, we just issue,
    CREATE OR REPLACE VIEW sp_view
    AS
       SELECT *
         FROM sapprd.marm@sap;And, the view is created based onthe base Table. So the datatype is inherited, for VARCHAR and NUMBER datatype.
    And, the TIMESTAMP in SAP is to VARCHAR2 type in oracle.
    Thanks,
    Shankar

  • Reporting in SAP HCM using Crystal Reports

    We have decided to use Crystal Reports for SAP HCM Objective Settings and Appraisal component.
    What will be the best option to access SAP HCM Tables using Crystal Reports?
    Regards
    Faisal

    Hi,
    I have to assume that you've followed the Admin guide and given sufficient Authorizations (as per the detailed list)
    Actually, there are quite a few related notes about this, if you search in SDN or via SMP: www.service.sap.com/notes or /x-search . for example:
    1334461 - After upgrading SAP R/3 ECC5 to version ECC6, the Integration Kit transport package /Crystal/BC was found in DELETED OBJECTS and Crystal ODBC connection cannot view or browse any tables 
    1374874 - Cannot see the SAP tables, clusters or functions in Crystal Reports
    here's a suggestion:
    using the Database Options:
    When creating a new report, in the Database Expert window, click on SAP Table, Cluster, or Function
    Log on to an SAP system
    Once connected, right click on the connection created and select Options
    In the Options window, in the Data Explorer area, use the Table name LIKE field to select only a subset of data.
    Type the full or partial name of the tables you are looking for
    Use the percentage sign (%) to denote any number of characters
    Use the underscore (_) to denote one characters
    Once done, click OK to accept the change.
    Back to the Database Expert window, right click on the connection and select Refresh
    Regards,
    H

  • Issues in exporting data from SAP tables in SE16 to excel

    1.How can I save an sap table (displayed through SE16) in ECC6 into a pivot table in excel. [ I have seen this option in R/3 4.7, but do not see it in ECC.]
    2.How can I copy all the rows of a 3000 row SAP table in SE16 and paste the values into excel. I need to do this in one shot and not page by page.
    3.What option do I need to select inorder to preserve the formating of the values while saving as a local file in a spreadsheet format. All the values with leading zeros,like company codes gets saved with only their numeric portion when I save a SAP table as a local file. for eg company code 0001 gets saved in excel as just 1,company code 0056 gets saved as 56 etc. How do I prevent this? What option do I need to set in SAP in order for the values to be downloaded as is, without any truncation of leading zeros.

    1.  I don't know.  How about creating a pivot after exporting data
    2. System->List->Save->local file->clipboard
    Then paste whole lot in Excel
    3. This is a problem with Excel, not SAP.  SAP exports with leading zeroes.
    You could export as flat file & import into Excel into a spreadsheet with an appropriate numbering format.

  • SAP PI: Using Variable Header  Binding in Receiver Mail Adapter

    Hello,
    I try to use Variable Header Bindings in the Receiver Mail Adapter. Therefore I wrote the following User-Defined-Function in a mapping:
    Java Function Start -
    DynamicConfiguration conf = (DynamicConfiguration) container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key1 = DynamicConfigurationKey.create(
        "http://sap.com/xi/XI/System/Mail",
        "XHeaderName1");
    DynamicConfigurationKey key2 = DynamicConfigurationKey.create(
        "http://sap.com/xi/XI/System/Mail",
        "XHeaderName2");
    DynamicConfigurationKey key3 = DynamicConfigurationKey.create(
        "http://sap.com/xi/XI/System/Mail",
        "XHeaderName3");
    conf.put(key1, new String("Test1"));
    conf.put(key2, new String("Test2"));
    conf.put(key3, new String("Test3"));
    Java Function End -
    As expected I see the Attributes and Parameters in the Dynamic Configuration in the SAP XI Monitor:
    Dynamic Configuration Informattion Start -
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Mapping der Request-Message
      -->
    - <SAP:DynamicConfiguration xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Record namespace="http://sap.com/xi/XI/System/Mail" name="XHeaderName3">Test3</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/Mail" name="XHeaderName2">Test2</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/Mail" name="XHeaderName1">Test1</SAP:Record>
      </SAP:DynamicConfiguration>
    Dynamic Configuration Informattion End -
    Now I configure my Receiver eMail Communication Channel and set the Variable Header Fields as follows:
       Adapter Specific Attributes: Checked
       Variable Transport Binding: Checked
       Variable Header (XHeaderName1): TSender
       Variable Header (XHeaderName2): TReceiver
       Variable Header (XHeaderName3): TOther
    With this configuration I would have expected three new Header fields in the Header of the eMail, the reicever gets. But they are not there.
    When I set standard attributes like THeaderTO, THeaderSubject a.s.o this works fine and the values are also set accordingly. Where it the mistake here?
    The PI version we are working with is PI 7.0 SP10.
    Your help will be highly appreciated.
    Thank you,
    Steffen

    Hi Luciana,
    Honestly, I cant really remember how or if it was resolved and I was just helping out on the issue, but another consultant continued with it, so unfortunately I cant be any help on this.
    Good luck!
    Cheers,
    Brad

  • SAP PI 7.1 can access SAP tables

    Hello Friends,
                        can we access SAP tables using SAP PI 7.1.

    Hi Uday,
    If you are asking about the Master Tables related to SAP modules...
    Then No.. As these doesn't exist in PI 7.1
    Sachin

Maybe you are looking for

  • Site to Site VPN Problems With 2801 Router and ASA 5505

    Hello, I am having some issue setting up a site to site ipsec VPN between a Cisco 2801 router and a Cisco ASA 5505. I was told there was a vpn previously setup with an old hosting provider, but those connections have been servered. Right now I am try

  • SAP data files

    Hi My SAP version is ECC 5.0 with oracle 9.2.0.7 on SOLARIS 10. My current DB size is 300GB where i have 23 data files on my oracle/<SID>/sapdata1...4 I have implemented MM,FICO,PP,QM modules.My monthly DB growth rate is 30-35 GB. My Questions 01.Is

  • How to restrict number of Data Records from Source system?

    Hi, How can I restrict the number of Data records from R3 source system that are being loaded into BI. For example I have 1000 source data records, but only wish to transfer the first 100. How can I achieve this? Is there some option in the DataSourc

  • Logging in to read  documentation??

    Before I registered to become a developer I could simply Command-Option- dbl click on a string of interest and bingo! there it was the info I needed to know. Now when I do that I have to sign in with I dev credentials then I get a message saying the

  • Displaying subset of rows in a row

    Hi, I have a report that I am working on and need some help and Report looks like below. Can you please tell me, how to display Column D (Approver) through Column H (Gate 2) as sub rows within the row? Thanks, Koti K