Adding a Structure in SAP QuickView

Hi,
I have to make a report in QuickView using the tables VBRK, VBPA, VBFA. Also, I need information from Structure KONV (Condition records), but I cannot join it as a table. How should I proceed?
Thanks for your help!
Cristiana

Hi,
actually, with SQVI, you can choose the logical database : VFV.
Another solution to use directly KONV, you can add an ABAP code by using SQ02 to create your own infoset.
Regards,
Lionel

Similar Messages

  • F4 help for a customer defined field added as structure enhancement

    I am trying to get the F4 help on a customer defined field added as structure enhancement. This can be achieved by programming the "F4IF_INT_TABLE_VALUE_REQUEST" (as I have data in an internal table) in the Process On Value-Request event. The problem is because it is a customer field addition as structure enhancement. I am not sure where I should put this code segment to make it work. Any help would be highly appreciated.

    Could you create a search help and attach that to the data element of your field, and then populate the data using code in the function exit of your search help if it cannot be directly read from a table or view?
    This would remove your code from the SAP dialog program.  The only mod you may need to make is to add / flag the search help on the screen field.
    Andrew

  • Best practices for Refreshing Unv Structure for SAP based universes

    This may sound basic and I apologize for asking this, but the refresh structure in SAP based universes is somewhat different from noraml universes.
    Here is what i'd like to do:
    - Hide all the L00 objects.
    - Rename all the L01 objects and move them to a new Class.
    - Change some of the detail (attribute) objects to dimension objects.
    - Hide the format and Unit for key figures.
    - Hide all of the classes/subclasses  that get automatically generated when a SAP based universe is created.
    I have noticed that when I do the above and refresh the universe, it assumes that all these objects have gone missing from the original classes and adds them back to the universe.
    I also want to make sure that if the select of an object gets updated and the object is re-named, then it should automatically pick up the change.
    Lastly, I have some reports which were built prior to this renaming. I want to make sure that the reports do not break.
    Thanks,
    Kashif

    Hi,
    This thread is really old. 
    Yes it was a common problem back in the earlier XI 3.x days . a lot of bugs in this area were eliminated by the time of XI 3.1 SP03 FP3.x   -  you don't quote your version.
    Actually, you need to be aware that a refresh structure is often not needed, and can corrupt the olap universe . Pls check out Note 1278216 - What are the best practices for OLAP Universe Change Management when using SAP Integration Kit?
    in essence :
    Only use 'Refresh Structure' functionality If: 
    - A new Object (Dimension/Characteristic) has been added to the BEx query (Rows/Columns/Free Characteristics)
    - A new Variable Restriction has been added to the Bex query Filters
    Do not use 'Refresh Structure' functionality after:
    - Having modified a STRUCTURE in BEx. i.e. 'Detail view of Formula' or 'Details of Selection', or changing the General Description of structure members.
    - Doing manual actions on objects/classes in the OLAP Universe like:  Move ; Cut/Paste ; Drag/Drop ; Hide ; Delete.
    (because these workflow can lead to corruption)
    regards,
    H

  • BI 7 : Command to export a table structure of SAP R/3 into a script/text ?

    Hi All.
    Greetings.
    Am New to SAP R/3 system.  And request help.
    We are trying to pull data from SAP R/3 thro Bussiness Objects Data Services into Oracle.
    For now : we create a target oracle table looking at the table structure of SAP R/3 from SE 11.
    In BODS, We then do the query transformation, and use the oracle target table created by us manually.
    This works absolutely fine.
    We would like to know the command by which we could export the table structure of any existing table
    in SAP R/3 into a script / or to text file,
    which we could use to create the same table structure in oracle.
    Rather than manually typing some 200 field names for each tables.
    Can anyone advise on this.
    Thanks
    Indu

    Hello,
    The problem is caused due to the spaces in your directories
    C:\SAP Dumps\Core Release SR1 Export_CD1_51019634/DB/ADA/DBSIZE.XML
    Replace the spaces with underscores and restart the installation from from scratch.
    Cheers
    Bert

  • Report from SAP Quickviewer code

    Hi,
    I have been given a code generated by SAP Quickviewer (transaction SQVI). The client expects me to design an ABAP Report using this code as a guideline. Is this practically possible. I don't even have access to the name of the quickview. No tech spec too.
    Some lines of the code: Just to give you guys the feel of it...
    REPORT AQL3SYSTQV000116ORDERS_CPR====
       LINE-SIZE 253 NO STANDARD PAGE HEADING LINE-COUNT 000(001).
    INCLUDE <SYMBOL>.
    INCLUDE <ICON>.
    SELECTION-SCREEN: BEGIN OF BLOCK PROG
                               WITH FRAME TITLE TEXT-F58.
    %FA00000 /BAY0/AXCMR_AUT2-SUBSTITUTE
    TABLES /BAY0/AXCMR_AUT2.
    TABLES VBAP.
    TABLES VBPA.
    TABLES /BAY0/AXCMR_CPR.
    *TABLES KNA1.
    DATA AVBEGKNA1 LIKE KNA1.
    TABLES KNA1.
    TABLES VBAK.
    DATA %COUNT-VBAK(4) TYPE X.
    DATA %LINR-VBAK(2).
    SELECT VBAKANGDT VBAKAUART VBAKBNDDT VBAKERDAT VBAK~ERNAM
           VBAKERZET VBAKKUNNR VBAKVBELN VBAKVKORG VBAP~ABGRU
           VBAPARKTX VBAPMATNR VBAPPOSNR VBAPPRODH VBAP~VBELN
           /BAY0/AXCMR_CPRKUNAG /BAY0/AXCMR_CPRKUNWE
           /BAY0/AXCMR_CPRMATNR /BAY0/AXCMR_CPRPRICE
           /BAY0/AXCMR_CPRVKORG VBPAKUNNR VBPAPARVW VBPAVBELN
           AVBEGKNA1KUNNR AVBEGKNA1LAND1 AVBEGKNA1NAME1 AVBEGKNA1ORT01
           /BAY0/AXCMR_AUT2ML1 /BAY0/AXCMR_AUT2ML2 /BAY0/AXCMR_AUT2~ML3
           /BAY0/AXCMR_AUT2ML4 /BAY0/AXCMR_AUT2OBJID
           /BAY0/AXCMR_AUT2PRICE /BAY0/AXCMR_AUT2SUBSTITUTE
           /BAY0/AXCMR_AUT2VKORG KNA1KUNNR KNA1LAND1 KNA1NAME1
           KNA1~ORT01
    INTO (VBAK-ANGDT , VBAK-AUART , VBAK-BNDDT , VBAK-ERDAT , VBAK-ERNAM
         , VBAK-ERZET , VBAK-KUNNR , VBAK-VBELN , VBAK-VKORG , VBAP-ABGRU
         , VBAP-ARKTX , VBAP-MATNR , VBAP-POSNR , VBAP-PRODH , VBAP-VBELN
         , /BAY0/AXCMR_CPR-KUNAG , /BAY0/AXCMR_CPR-KUNWE
         , /BAY0/AXCMR_CPR-MATNR , /BAY0/AXCMR_CPR-PRICE
         , /BAY0/AXCMR_CPR-VKORG , VBPA-KUNNR , VBPA-PARVW , VBPA-VBELN
         , AVBEGKNA1-KUNNR , AVBEGKNA1-LAND1 , AVBEGKNA1-NAME1
         , AVBEGKNA1-ORT01 , /BAY0/AXCMR_AUT2-ML1 , /BAY0/AXCMR_AUT2-ML2
         , /BAY0/AXCMR_AUT2-ML3 , /BAY0/AXCMR_AUT2-ML4
         , /BAY0/AXCMR_AUT2-OBJID , /BAY0/AXCMR_AUT2-PRICE
         , /BAY0/AXCMR_AUT2-SUBSTITUTE , /BAY0/AXCMR_AUT2-VKORG
         , KNA1-KUNNR , KNA1-LAND1 , KNA1-NAME1 , KNA1-ORT01 )
    FROM ( VBAK
           INNER JOIN VBAP
           ON VBAPVBELN = VBAKVBELN
           INNER JOIN /BAY0/AXCMR_CPR
           ON /BAY0/AXCMR_CPRKUNAG = VBAKKUNNR
           AND /BAY0/AXCMR_CPRVKORG = VBAKVKORG
           AND /BAY0/AXCMR_CPRMATNR = VBAPMATNR
           INNER JOIN VBPA
           ON VBPAKUNNR = /BAY0/AXCMR_CPRKUNWE
           AND VBPAVBELN = VBAPVBELN
           INNER JOIN KNA1  AS AVBEGKNA1
           ON AVBEGKNA1KUNNR = /BAY0/AXCMR_CPRKUNWE
           INNER JOIN /BAY0/AXCMR_AUT2
           ON /BAY0/AXCMR_AUT2PRICE = /BAY0/AXCMR_CPRPRICE
           AND /BAY0/AXCMR_AUT2VKORG = /BAY0/AXCMR_CPRVKORG
           INNER JOIN KNA1
           ON KNA1KUNNR = /BAY0/AXCMR_CPRKUNAG )
           WHERE VBAK~ANGDT IN SP$00003
             AND VBAK~AUART IN SP$00001
             AND VBAK~BNDDT IN SP$00002
             AND VBAK~ERDAT IN SP$00004
             AND VBAK~ERNAM IN SP$00005
             AND VBAP~ABGRU IN SP$00010
             AND VBAP~MATNR IN SP$00006
             AND VBAP~POSNR IN SP$00007
             AND VBAP~PRODH IN SP$00009
             AND VBAP~VBELN IN SP$00008
             AND /BAY0/AXCMR_CPR~KUNAG IN SP$00016
             AND /BAY0/AXCMR_CPR~KUNWE IN SP$00015
             AND /BAY0/AXCMR_CPR~MATNR IN SP$00014
             AND /BAY0/AXCMR_CPR~PRICE IN SP$00013
             AND VBPA~KUNNR IN SP$00011
             AND VBPA~PARVW IN SP$00012
             AND /BAY0/AXCMR_AUT2~ML1 IN SP$00022
             AND /BAY0/AXCMR_AUT2~ML2 IN SP$00021
             AND /BAY0/AXCMR_AUT2~ML3 IN SP$00020
             AND /BAY0/AXCMR_AUT2~ML4 IN SP$00019
             AND /BAY0/AXCMR_AUT2~OBJID IN SP$00018
             AND /BAY0/AXCMR_AUT2~SUBSTITUTE IN SP$00017.
      %DBACC = %DBACC - 1.
    Please help with this.
    thanks,
    Vishal.

    My advice would be to make sure the client tells you what they want the new ABAP Report to do that is <u>different</u> from the Quickviewer Report.  If the client does not have a formal technical spec process, then you at least need to be told verbally or via e-mail what to change.  Without that information you cannot proceed with any meaningful development.
    Assuming that you can get that information, all you need to do is to create a copy of the Quickviewer program (via SE38) since the Quickviewer program is just a regular ABAP program.  Then you must get a feel for what the code is currently doing (understand the logic) so that you can proceed with making the changes required for the new version. 
    Another approach might be to simply get an understanding of the Quickviewer code and start your own ABAP Report from scratch (using your own preferred style of coding).
    Have fun!
    Regards,
    James Gaddis

  • Re: How to see transfer structure in sap r/3 system

    Hi All,
    In generic extraction I have created extract structure ,in the extract structure I have 6 fields but I am trasferring only 4 fields to the BW system ,So it will creates transfer structure in BW System with the 4 fields but when the Transfer structure in sap r/3 generates and how can see the transfer structure in sap r/3 system.I will give full points if i get the correct answer.
    Regards,
    Venkat

    Hi ,
    Data source = extract structure in r/3 system  +  transfer structure in r/3 system  + transfer structure in bw system .
    for exmpale you try to extract the following fields
    1) vbeln
    2) erdat
    3) ernam
    4)netwr
    5)waerk  from vbak table but you decided to trasfer only 4 fields expect the erdat in that case
    extract structure contains all 5 fields and transfer structure contains 4 fields in BW system  expect erdat field,
    As far as my knowledge is concern when replicate the data source in bw system and activate the infosource at that time
    it will create the transfer structure in r/3 system but I dont know how to see the transfer structure in r/3 system,
    please help me in this regard.
    Regards,
    Venkat

  • URGENT HELP !JCO RETURN structure from SAP

    Hello,
    I am working on my intern project and I got some trouble.
    I have used JDBC to access a table in Oracle(this is an independent DB)I updated a column in the table and selected all data that
    was marked as 6 based on the update(SAP needs this data). I passed the values to a JCO application,
    which connects to SAP and send the data (I presume what I'm doing is correct) to a structure in SAP.
    SAP does some internal calculations with the data and should return the data back using the same
    structure but this time with some changes on the data.
    For example the field steuk is marked as 7 if the data processing was successful and if the data
    structure wasn't successful a 6 will be return.
    The return Values should be updated in the oracle DB indicating if the transfer was successful
    or not. And next time the same data will be sent to SAP following the same path.
    Now when I look at the return getString data in Eclipse, the result seems ambiguous.I don't see the data I presumably
    sent to the SAP structure using:
    JCO.ParameterList list = function.getTableParameterList();
    JCO.Table ztable =  list.getTable("ZSAORA_RUECK");
         for (int i = 0; i < 19; i++) {
         ztable.appendRow();
         ztable.setValue(value,field name);
    Am I doing some thing wrong here??? Any Help will be highly appreciated. Codes could be sent to [email protected]
    BELOW are the codes:
    CONNECTING TO test_table in Oracle DB:
    import java.sql.*;
    public class DatabaseConnect {
         public static void main(String[] args) {
         Connection con = null;
         Statement stmt = null;
         ResultSet re = null;
         String[] ParamArray;            
            ParamArray = new String[24];
         //Properties logon;
         try {
              Class.forName("oracle.jdbc.driver.OracleDriver");
         con = DriverManager.getConnection
    ("jdbc:oracle:thin:@226.190.0.1:1521:testdb","test","test1");
         stmt = con.createStatement ();
         stmt.executeUpdate("UPDATE test_table set steuk = 6 WHERE steuk = 5");
    ResultSet rs = stmt.executeQuery("SELECT mandt,kokrs,werks,arbpl,aufnr,vornr,ile01,"+
    "lsa01,ism01,ile02,lsa02,ism02,ile03,lsa03,ism03,"+
    "ile04,lsa04,ism04,steuk,matnr,budat,kostl,pernr,"+
    "rueckid FROM test_table where steuk =6");                              
         while (rs.next()) {
         for (int i = 1; i <= 24; i++){
         ParamArray[i-1] = rs.getString(i);
         System.out.print(rs.getString(i) + 't');
         System.out.println();                    
         } catch(Exception e) {
         e.printStackTrace();                    
         } finally {
              try
         if(stmt != null) stmt.close();
         if(con != null) con.close(); 
         } catch (Exception exception) {
              exception.printStackTrace();
         // Bapi call
         TryBapi sap = new TryBapi(ParamArray);
    BELOW IS THE JCO Code which connects to SAP and send data to the structure:
    import com.sap.mw.jco.IFunctionTemplate;
    import com.sap.mw.jco.JCO;
    public class TryBapi extends Object {     
    JCO.Client mConnection;     
    JCO.Repository mRepository;     
    OrderedProperties logonProperties;
    public TryBapi(String[] paramArray){
         try {
         logonProperties = OrderedProperties.load("/logon.properties");
         mConnection = JCO.createClient((String)logonProperties.get("jco.client.client"),
             (String)logonProperties.get("jco.client.user"),
            (String)logonProperties.get("jco.client.passwd"),
                             null,
           (String)logonProperties.get("jco.client.ashost"),
         String)logonProperties.get("jco.client.sysnr")
         mConnection.connect();
         mRepository = new JCO.Repository("SAPJCO",mConnection);
         catch (Exception ex) {
         ex.printStackTrace();
         System.exit(1);
         JCO.Function function = null;
         JCO.Table tab = null;
         try {
              function = this.createFunction("Z_UPDATE_SAORA_RUECK");
              if (function == null) {
              System.out.println("Z_UPDATE_SAORA_RUECK not found in SAP.");
              System.exit(1);
         JCO.ParameterList list = function.getTableParameterList();
              JCO.Table ztable =  list.getTable("ZSAORA_RUECK"); //inserting 24 records loop.
         for (int i = 0; i < 24; i++) {
         ztable.appendRow(); //ztable.setValue(value, field name)
         ztable.setValue("300","MANDT");
         ztable.setValue("KOKRS" + i, "KOKRS");
         ztable.setValue("WERKS" + i, "WERKS");
         ztable.setValue("ARBPL" + i, "ARBPL");
         ztable.setValue("AUFNR" + i, "AUFNR");
         ztable.setValue("VORNR" + i, "VORNR");
         ztable.setValue("ILE01" + i, "ILE01");
         ztable.setValue("LSA01" + i, "LSA01");
         ztable.setValue("ISM01" + i, "ISM01");
         ztable.setValue("ILE02" + i, "ILE02");
         ztable.setValue("LSA02" + i, "LSA02");
         ztable.setValue("ISM02" + i, "ISM02");
         ztable.setValue("ILE03" + i, "ILE03");
         ztable.setValue("LSA03" + i, "LSA03");
         ztable.setValue("ISM03" + i, "ISM03");
         ztable.setValue("ILE04" + i, "ILE04");
         ztable.setValue("LSA04" + i, "LSA04");
         ztable.setValue("ISM04" + i, "ISM04");
         ztable.setValue("STEUK" + i, "STEUK");
         ztable.setValue("MATNR" + i, "MATNR");
         ztable.setValue("BUDAT" + i, "BUDAT");
         ztable.setValue("KOSTL" + i, "KOSTL");
         ztable.setValue("PERNR" + i, "PERNR");
         ztable.setValue("RUECKID" + i, "RUECKID");
         list.setValue(ztable,"ZSAORA_RUECK");
         function.setTableParameterList(list);
         mConnection.execute(function);
         catch (Exception ex) {
         ex.printStackTrace();
         System.exit(1);
          JCO.Table codes = null;
         try {
         codes = function.getTableParameterList().getTable("ZSAORA_RUECK");
         System.out.println("Return Values starts HERE:");
         for (int i =0; i < codes.getNumRows(); i++){                 
         codes.setRow(i);
         System.out.println(codes.getString("MANDT")+ 't'+
         codes.getValue("KOKRS")+ 't'+
         codes.getString("WERKS")+ 't'+
         codes.getString("ARBPL")+ 't'+
         codes.getString("AUFNR")+ 't'+
         codes.getString("VORNR")+ 't'+
         codes.getString("ILE01")+ 't'+
         codes.getString("LSA01")+ 't'+
         codes.getString("ISM01")
    /*     codes.getString("ILE02")+ 't'+
         codes.getString("LSA02")+ 't'+
         codes.getString("ISM02")+ 't'+
         codes.getString("ILE03")+ 't'+
         codes.getString("LSA03")+ 't'+
         codes.getString("ISM03")+ 't'+
         codes.getString("ILE04")+ 't'+
         codes.getString("LSA04")+ 't'+
         codes.getString("ISM04")+ 't'+
         codes.getString("STEUK")+ 't'+
         codes.getString("MATNR")+ 't'+
         codes.getString("BUDAT")+ 't'+
         codes.getString("KOSTL")+ 't'+
         codes.getString("PERNR")+ 't'+
         codes.getString("RUECKID")       */
         catch (Exception ex) {
         ex.printStackTrace();
         System.exit(2);           
         mConnection.disconnect();
    public JCO.Function createFunction(String name) throws Exception {
         try {
         IFunctionTemplate ft =     mRepository.getFunctionTemplate(name.toUpperCase());
         if (ft == null)
         return null;
         return ft.getFunction();
         catch (Exception ex) {
         throw new Exception("Problem retrieving JCO.Function object.");
    Message was edited by: Rudolph Emange
    Message was edited by: Rudolph Emange

    Hi Astrid,
    Thank you for your remarks. The problem I'm having is that when I do send the values to SAP using the loop:
    JCO.ParameterList list = function.getTableParameterList();
    JCO.Table ztable =  list.getTable("ZSAORA_RUECK");
         for (int i = 0; i < 19; i++) {
         ztable.appendRow();
         ztable.setValue(value,field name);
    I do expect to have(or see) some values when I do access the same table structure(This is just a structure and
    not a real table as I do understand that there is a different between a structure and a table in SAP) and
    not the field names back.In the second try and catch block:
    try {
         codes = function.getTableParameterList().getTable("ZSAORA_RUECK");
         System.out.println("Return Values starts HERE:");
         for (int i =0; i < codes.getNumRows(); i++){                 
         codes.setRow(i);
         System.out.println(codes.getString("MANDT")+ 't'+
         codes.getValue("KOKRS")+ 't'+
         codes.getString("WERKS")+ 't'+
         codes.getString("ARBPL")+ 't'+
         codes.getString("AUFNR")+ 't'+
         codes.getString("VORNR")+ 't'+
         codes.getString("ILE01")+ 't'+
         codes.getString("LSA01")+ 't'+
         codes.getString("ISM01")
    I'm trying to access the values I sent in the first try and catch block. I presume I should see some real values and not the
    field names.This is how my output looks like:
    300     KOKR     WERK     ARBPL0     AUFNR0     VORN     ILE     
    300     KOKR     WERK     ARBPL1     AUFNR1     VORN     ILE     
    300     KOKR     WERK     ARBPL2     AUFNR2     VORN     ILE     
    300     KOKR     WERK     ARBPL3     AUFNR3     VORN     ILE     
    300     KOKR     WERK     ARBPL4     AUFNR4     VORN     ILE     
    300     KOKR     WERK     ARBPL5     AUFNR5     VORN     ILE
    This does not reflect the values but the field names. Why is it this way? Does it mean that my array is wrong or I'm not at all
    sending the values. Please HELP ME OUT HERE.
    Could any one show me a better way how to send the values selected from Oracle table using perhaps an
    ARRAY to the ZSAORA_RUECK structure in SAP?
    I am trying to send the values from the select statement in the first jdbc application
    to the value field in ztable.setValue(value,  field name).
    My Regards!
    Message was edited by: Rudolph Emange

  • How will be outbound data structure in sap xi after executing the stored pr

    Hi All
    can any one please tell me how will be outbound data structure in sap xi after executing the stored procedure by sender JDBC adapter?
    Thanks in advance
    regards
    Rams

    Hi..
    My stored procedure is select and it will be OUTBOUND in PI.
    is it will be same as following
    <resultset>
    <row>
    <column-name1>column-value</ column-name1>
    <column-name2></column-name2>
    <column-name3>column-value</ column-name3>
    <column-name4></column-name4>
    </row>
    <row>
    <column-name1>column-value</ column-name1>
    <column-name2></ column-name2>
    </row>
    </resultset>
    Regards
    Rams
    Edited by: Rameshkumar Varanganti on Oct 15, 2008 12:04 PM

  • Directory structure in sap

    Hi All
    What is the Tr code to see the directory structure in SAP.
    Regards
    T2

    try AL11
    regards

  • Structure of SAP Script.....

    Hi,
           What is the structure of SAP SCRIPT..... If anybody knows help me....
    Thanx in adv,
    Regards,
    <b>SureshKumar.V</b>

    Hi,
    Check the links for info on SAPSCRIPT structures -
    BAPI Tutorial
    Re: Sapscript
    Re: Sapscript
    Re: sapscript: how to align empty fields?
    Re: Addition of new fields to SAP script
    Re: scripts
    Re: scripts
    Regards,
    Amit
    Reward all helpful replies.

  • Clarification of the logical structure of sap system & enterprise structure

    Dear Sap Gurus,
    Kindly help me to clarify the following words.I am grateful for answers.Answers will be rewarded with points.Simple & brief explanatios are highly appreciate.Thank you.
    1.FI Enterprise Structure
    my answers:Collection of organization units is called fi enterprise structure.
    2.Organization Units
    a.An element in the logical structure of sap system is called organization unit.
    3.The Logical Structure Of Sap System=?
    Best Regards
    priya desai

    Hi Priya,
    The Enterprise Structure represents the structure of a company according to personnel administrative, time management and payroll perspectives. The company structure describes elements of the company and there dependencies.
    The 'Organizational Units' in SAP, are the elements or structures representing the business functions, and are used in reporting. for example, Client (across the various modules), Company Code (FI), Controlling area (CO), Plant (logistics), sales organization (SD), Purchasing organization (MM), Employee Group (HR) etc.
    Thanks
    Para

  • Organizational structure of SAP

    I  would like to know the ORGANIZATIONAL STRUCTURE IN SAP.Plz send me ASAP.Thanks in advance.</b>Regards
    Raj

    Hi,
    The organizational structure in SAP looks like this:
                                    CLIENT = GROUP
                  _______________|________________
    COMPANY CODE                             COMPANY CODE
                                                  _____________|________________
                                             PLANT           PRODUCTION        DEPARTMENT
    The definition of client and company code stands as follows:
    <b>Client (Cross Application)</b>A client in R/3 is a technical entity containing configuration,  master data and transactions for an organization. For example the organization may designate Client 100 in the production system PRD as the client in which data may be entered. Other clients may be used for development, testing and training. 
    <b>Company Code</b>
    The Company Code is the smallest organizational unit for which a complete self-contained set of accounts can be drawn up for purposes of external reporting.
    Please feel free to reverse back.
    Reward points if this is useful to you.
    -B S B

  • How can i use SAP R3 (se11) structure  in SAP XI

    hi,
    how can i use SAP R3 (se11) structure in SAP XI?
    is it possible.?
    Edited by: ruban R on Apr 1, 2008 6:14 PM

    HI raj,
    I am sorry...I think...i did not say clearly..
    I mean I am not talking about transaction.
    I want to import/use that (se11) SAP R3  structure into my data type/message type (example) in SAP XI..is it possible?
    I do not have any save option if i open any structure in SAP R3  in se11....  Example:  mara_cSAP XI
    how can i use that mara_c str. in SAP XI.?

  • SWIFT Message Structure in SAP XI

    Hi Frnds,
    Can anyone worked on SWIFT Message Structure, How to handle SWIFT Message Structure in SAP XI,
    Which Adapter we have to use ??
    I have to woek on one scenario to integration of R/3 and SWIFTNet Server to transfer banking information.
    Can anyone share some inputs ,useful links.
    Thanks .
    Raj

    Hi ,
    Pls find Overview of SWIFT message structure
    SWIFT messages consist of five blocks of data. In addition, the MQSA component adds two blocks that are used for queue management. The high-level structure of a SWIFT message is as follows:
    MQSA UUID
    SWIFT 1:Basic Header Block
    SWIFT 2: Application Header Block
    SWIFT 3:User Header Block
    SWIFT 4: Text Block
    SWIFT 5: Trailer
    MQSA S Block
    Note:
    The MQSA component adds the UUID (User Unique Message Identifier) and S blocks. Neither are parsed by the SWIFT data handler. The S block has the same structure as SWIFT block 5, except that field tags consist of three char strings. For example, }.
    For further information on SWIFT message structure, see Appendix C, SWIFT message structure, and All Things SWIFT: the SWIFT User Handbook.
    Regards
    Pullarao

  • Org structure in SAP SNC

    Hi All,
    What is the Org structure in SAP SNC???
    Thanks
    Best Regards,
    Sanjay

    Hi Sanjay
    >If one R/3 location is CIFed to SNC what it will become in SNC??
    Each Supply Chain units in R/3 like Plant,Vendor,Customer,Supplier etc are handled as locations in SAP SNC or SAP SCM
    Lets say a Plant XYZ is refered as location XYZ of type 1001 in SAP SNC
    Go to transaction in SAP SNC /SAPAPO/LOC3 - Location 
    You will see field Location Type :
    1001     Production Plant
    1002     Distribution Center
    1007     Storage Location MRP Area
    1010     Customer
    1011     Vendor
    Basically in SAP SNC/SCM all these are locations, where planning happens, to map them back to R/3, they differentiate these locations based on location type.
    >What is the BP no. and what is the role of that location that CIFed Location??
    BP no corresponds to the organizational unit.
    This comes into picture, in order to share the internal application (SAP SNC owned by OEM-Original Equipment Manufacuturer)  to thier supply chain members like customer,supplier and sub contractor
    They brought this BP concept, where an external supply chain unit is defined as BP of type Organisation and the necessary users(internet users/persons) are created under it
    Now the mapping happens in location master /SAPAPO/LOC3 in the field Business Partner Number
    >Is it not having BP no.?? Is the Storage location not taken into picture in SNC???
    Yes it can have the B.P no provided before cifing, you enable the option both
    in cfm1 field Create Loc./BP
    This is only available for vendors,customers
    For plants you will have to create manually in SAP SNC and assign it in location master
    Storage locations are not handled in SAP SNC, I think Nikhil already mentioned it
    Refer this help link
    http://help.sap.com/saphelp_scm70/helpdata/en/3a/d5d83773c3522be10000009b38f842/frameset.htm
    Integration of Locations 
    Best Regards
    Vinod
    Edited by: Vinod Kumar Pedapati on May 12, 2011 7:51 AM

Maybe you are looking for

  • Can't get DNS forwarders to work

    Overview: NAT environment. Need DNS to resolve local hosts to LAN addresses and forward all other requests to OpenDNS servers. I've searched the forum high and low but can't get my new 10.5 server to resolve external hosts. I used to do this manually

  • IOS 4.3 Upgrade on iPad 1 installs but no new features present

    I installed iOS 4.3 on my iPad 1 and iPod Touch 3rd generation. The OS installed successfully. However, none of the new features appeared. The updated iTunes software correctly indicates that the current iOS is 4.3. What happened to the new features?

  • Having upgrade to mountain lion, Mail can't open hyperlinks

    I've upgraded to Mountain lion and now Mail can't open hyperlinks. How can i change this?

  • Whats the available privileges on a table column

    Dear all, i want to know whats the available privileges that i can assign on a table coulmn. and the revoke privileges Best Regards, Shooosh

  • Zen Agent 11.3 upgrade issue

    Hi All, So I just successfully migrated my entire company that I work for from a single ZCM11.2 Primary, to 2 ZCM11.3 Virtual Appliances and a remote sybase database server. Was fun, but now im trying to update all of our existing machines Zenworks A