Waht is the purpose of catu_param parameter in bdc

hi
experts can u herlp me for this

Hi,
well i have done purchase order uploading using bdc so for diffeernt monitors i have to change screen resoultion in program as when it displays so CTU_PARAM is usedwith which i can change a screen resoultion .
PARAMETERS DIS_MODE LIKE CTU_PARAMS-DISMODE DEFAULT 'N'.
"A: show all dynpros
"E: show dynpro on error only
"N: do not display dynpro
Pls reward points .
Regards,
Ameet

Similar Messages

  • What is the use of 'keep' parameter in BDC

    Hi
    In BDC while transfering data, what is the use of 'keep' parameter in BDC.

    Hi Jyothsna,
    In the function module <b>BDC_OPEN_GROUP</b>, the <i>EXPORTING</i> parameter<i><b> KEEP</b></i> acts as a <b>deletion indicator for session</b> in which the batch data executed.
    <i><b>CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING
      CLIENT                    = SY-MANDT
      DEST                      = FILLER8
      GROUP                     = FILLER12
      HOLDDATE                  = FILLER8
       KEEP                      = FILLER1
    ---</b></i>
    <i><b>KEEP</b></i> retains the session after successful processing if its value is set to <i><b>'X'</b></i>.  A session that is kept remains in the input/output queue until an administrator deletes it in <i><b>SM35</b></i> transaction.
    Sessions that contain errors in transactions are kept even if KEEP is not set.
    Default: If not set, then sessions that are successfully processed are deleted. Only the batch input log is kept in SM35 transaction.
    Hope this sort out your query.
    PS If the answer solves your query, plz close the thread by rewarding points to each reply.
    Regards

  • Report group : 8a26 : what is the purpose of import export parameter ?

    Hi ,
    I am using report group 8a26. I need to add company code in selection criteria, but when i dbl clk on one of the profit center to see the line items, those are getting dislayed irrespective of the company code i select even though i have passed the BUK parameter using set command.
    Do I need to do something in import and export parameters?
    How does this report group works actually?
    Is there any thing more i need to do which i have missed out to pass the company code to the program  rcopca02?
    Please help
    rgds,
    Madhuri

    Hi Joey,
    went through the tutorial with the "Import Java Classes".Do you mean the Barcode sample in Building Reports Manual?
    The purpose of Java Importer is this: suppose you have written your business logic in Java, eg, you convert currency from Dollars to Euros. Suppose the currency convertor is a Java class. You first import this Java class using "Import Java Classes". Now you can use this Java class in a Formula Column in your report to provide the input currency in Dollars and you will get the output in Euros. So the Java Importer provides a way for you to write your business logic in Java. You don't need to write all your logic in PL/SQL. You can just use PL/SQL to provide the input to Java, and get the output.
    To answer your specific Q: the PL/SQL packages (package spec and package body) are created automatically to reflect your imported Java classes. One package is created per imported Java class with the same name as the Java class, and it performs the same function as the Java class. However, you do not need to worry about these packages, and do not edit them.
    As a user, you only need to perform these steps:
    1. Import Java classes
    2. Use the Java classes in PL/SQL in your report, eg, in a Formula Column
    Navneet.

  • How to find the description of each parameter

    how to find the use (specific) of a function module (specific purpose)
    and
    how to find the description ( specific purpose ) of each parameter present for a function module apart from the information tht we get from the export and import parameters description

    Hello,
    usually function modules released for customer use have specific documentation. The ones waht do not have this, are buit only for SAP Internal use.
    Usually you will not find documentation for these.
    Best regards,
    Dezso

  • ORA-48108: invalid value given for the diagnostic_dest init.ora parameter

    Hi All,
    I am trying to start my oracle 11g database on windows 7 PC and i am getting below exception
    SQL> startup mount
    ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
    ORA-48140: the specified ADR Base directory does not exist [d:\oracle\app\product\11.2.0\dbhome_1\database\<oracle_base>]
    ORA-48187: specified directory does not exist
    OSD-00002: additional error information
    O/S-Error: (OS 123) The filename, directory name, or volume label syntax is incorrect.
    SQL>
    Earlier it was working fine. For learning purpose, i have created spfile using pfile and after that i got this issue.
    Please help.
    Regards,
    Sunil

    sunil907 wrote:
    Hi,
    I have provided diagnostic_dest folder location (physical path). Now i am getting some different kind of error on startup.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size                  2182592 bytes
    Variable Size             616563264 bytes
    Database Buffers          444596224 bytes
    Redo Buffers                5595136 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Please help
    What does your own research of 'ORA-00205' indicate?
    the text of the error message is pretty self explanatory .. it couldn't find the control file.
    The control files are specified by the "control_files"  initialilzation paramter.  When you get this error, the instance has started but was unable to mount the control file.  since the init file (spfile) was processed and the instance started you can easily see what it thinks are the control files.
    oracle:fubar$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Jul 16 12:51:37 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  835104768 bytes
    Fixed Size                  2217952 bytes
    Variable Size             490735648 bytes
    Database Buffers          339738624 bytes
    Redo Buffers                2412544 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    SQL> show parameter control
    NAME                                 TYPE        VALUE
    control_file_record_keep_time        integer     7
    control_files                        string      /u01/app/oracle/oradata/FUBAR/
                                                     controlfile/o1_mf_8ybx4t7w_.ct
                                                     x, /u01/app/oracle/flash_recov
                                                     ery_area/FUBAR/controlfile/o1_
                                                     mf_8ybx4tom_.ctl
    control_management_pack_access       string      NONE
    SQL>
    So what did you do in fixing your original problem that caused your control_files parameter to go south?

  • Purpose of GET PARAMETER

    Hi All,
    Kindly let me know what is the purpose of the below stmt.
    GET PARAMETER ID 'CAC' FIELD KOKRS.
    What will happens exactly.
    Akshtiha.

    Hi,
    GET PARAMETER ID 'CAC' FIELD KOKRS.
    when u execute this statement the value stored in SAP memory with id CAC comes into the variable KOKRS
    The foll ll make u understand it better
    In a zprogram write de foll code.
    data var type char10.
    move 'I luv SDN' to var.
    set parameter id 'ZTEST' field var.
    execute it....open another session....in another zprogram write de foll code.
    data var type char10.
    get parameter id 'ZTEST' field var.
    write var.
    donot logoff....bcoz SAP memory gets initialized once u logoff....
    Cheers,
    jose.
    Edited by: jose on Feb 18, 2008 10:02 AM

  • What is control tables in abap hr?what is the purpose?

    what is control tables in abap hr?what is the purpose?

    These are the screen elements used to display tabular data they can be called
    as screen tables( like STEP LOOP).To use table control we have to create it on the screen using SCREEN PAINTER(SE51) and declare a control variable of TYPE TABLEVIEW using CONTROLS statement in the ABAP program. We have to use LOOP .. ENDLOOP statement in both PBO and PAI with or without AT int_table parameter. IF AT int_table parameter is not used than we have to place a MODULE call between the LOOP...ENDLOOP statement to fill the screen table rows from the ABAP program in PBO and program our own scrolling functions
    using OK_CODE field.
    Having a parallel loop(at screen table rows & int table rows) by using parameter
    AT int_table makes the ABAP code simple.
    A special structure of type CXTAB_CONTROL is used to set/get various
    attributes of table control at runtime like CURRENT_LINE ,TOP_LINE.
    ABAP declaration
    CONTROLS: tab_con TYPE TABLEVIEW USING SCREEN nnnn
    Here tab_con is the same name we used in screen for the table control.
    This ABAP statement will declare a control variable that will be used to access
    the table control , and set it's various attributes like number of fixed columns(tab_con-FIXED_COLS) ,total number of records it will display(tab_con-LINES).It is of type CXTAB_CONTROL and is a deep structure(structure containing structures).
    REFRESH CONTROL tab_con FROM SCREEN nnnn
    This ABAP statement will initialize the table control on the screen nnnn to its initial values.
    PBO processingI
    n PBO we have to use the screen LOOP ...ENDLOOP statement , with or without
    intenal table.
    LOOP WITH CONTROL tab_con.
    MODULE fill_tab_con.
    ENDLOOP.
    Here a module should be called between the loop endloop statement to transfer
    data from th ABAP program to the screen table through a structure.This module
    should use the CURRENT_LINE attribute of the table control variable to get the
    current screen table record index to read the data from the internal table into a work area.
    e.g.
    READ TABLE int_table INDEX tab_con-CURRENT_LINE
    The record read will be placed in the header line of the internal table and will be available to the similarly named screen fields or if these are different it can be written explicitly. e.g.
    screen_field_name = int_table-field_name
    LOOP AT int_table INTO workarea WITH CONTROL tab_con CURSOR i FROM
    n1 TO n2.
    ENDLOOP.
    Here the module call is not required to fill the screen table.The CURSOR parameter is a integer of type I indicating which absolute internal table line
    should be the first to display on the table control .FROM n1 TO n2 can be used
    to restrict the starting line and ending line number of the internal table , they are of type SY-TABIX.
    In both cases before the LOOP statement a module should be called which
    is generally for setting of status ,in which we should fill the LINES attribute
    (tab_con-LINES ) of the control with the total number of internal table records,doing this ensures correct and automatic scrolling.
    The ABAP statement DESCRIBE TABLE int_table LINES lines can be used
    to get the total lines in an int table.
    PAI Processing
    We have to use LOOP ... ENDLOOP in PAI so that data can transfer fro table control to ABAP program. If we want to write changes to the data we should
    call a module between the LOOP ... ENDLOOP. The MODULE call to process user commands (SY-UCOM) should be called after the ENDLOOP statement.
    e.g.
    PROCESS AFTER INPUT
    MODULE mod AT EXIT-COMMAND.
    LOOP AT itab_table or LOOP "depending on whether we are using AT int_table
    MODULE modify_int_table.
    ENDLOOP.
    MODULE user_command.
    In the MODULE call modify_int_table we can use
    MODIFY int_table FROM workarea INDEX tab_con-CURRENT_LINE
    or we can use
    int_table-field_name = screen_field_name.
    Thanks
    Please Reward points if helpful.
    Edited by: Richa Khosla on Mar 28, 2008 7:38 AM

  • What is the purpose of Additional Group Base in the settings of AD plugin

    Hi everybody,
    We have some trouble when searching for NTFS files. (10.1.8.1. Windows 2003)
    The involved user is authorized by a group in Active Directory to view the files but OSES can'nt find any. The user, who crawled the source, works fine when searching.
    What is the purpose of Additional Group Base in the settings of the AD identity plugin ?
    regards
    Rainer

    By default users/groups available in the Users folder are alone searched, so inorder for the user/group to be searched in a different Org Unit, the additional group/user base parameter can be used

  • GP Design Time - what is the purpose of 'Create Object View' option?

    We are running EP 7.01.  When I am in the GP Design Time, and I click on the 'Create Object View' link, I receive the following error:
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.sap.caf.eu.gp.ui.bo.VCreateBasicData.wdDoInit(VCreateBasicData.java:103)
        at com.sap.caf.eu.gp.ui.bo.wdp.InternalVCreateBasicData.wdDoInit(InternalVCreateBasicData.java:159)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
        at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
        at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
        ... 55 more
    What is the purpose of the 'Create Object View' option?  I cannot find it in the documentation.

    Hi Karen,
    The Object Types are used to define the Parameters for the Callable Objects. We Can create the Object Views for the CAF Core Entity services or UME Pricipal Objects such as Users,Roles Groups etc. While creating the Object View we can select either of these and then we can create a view i..e. Select the required attributes from those Business Objects i.e. Entity Services or the Principals. Once we create the Object View, we can use them to define the Parameters for the callable Objects. While defining the parameters for Callable Objects, if you click the dropdown for 'Type', you'll see an entry 'Reference to BO'. If you select the entry, you'll see the list of Object Views you have created and you can select the Object View you want for defining that parameter. In short it means that you can create the Obect Views for the BOs i.e. CAF core Entity services and Pricipals. And then you can define the parameters for the Callable Objects with type 'Refence to BO' pointing to your object views.
    [further Info|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/051d496d9c5922e10000000a155369/frameset.htm]
    [Some more Info|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/051d496d9c5922e10000000a155369/frameset.htm]
    Regards,
    Ajay

  • Defining the purpose of use in the DTAUS

    I would like to contribute a suggestion for improvement on behalf of our clients.
    This would be happy to set the SAP Business One, as the purpose of his DTAUS files are built. Currently, the SAP Business One version 8.81 is installed PL05.
    Sincerely,
    Mandy Mäke

    Hi Hendrik,
    You are right its not possible to directly navigate between 2 windows of the same component. Even the SAP help says like navigation between windows of the same component is not possible.
    But you can however use an workaround strategy as how suggested by Suman Kumar is one of his earlier threads:
    1) Create 2 views and 2 windows and assign 1st view to 1st window and 2nd view to 2nd window. Also create an exit plug for window1 with parameter URL of type string.
    Note: when you create windows automatically an interface view will also create with same name.
    2) Create application1 for window1(nothing but give interface1 ) in the same way create another application and assign interface view2.
    Then write your logic in the onAction method of view1, call the exit plug of window1 then pass the URL of second application.
    Regards,
    Uday

  • Reg - how to find the purpose of methods in a class

    hi everyone,
               can u plz help me with how to find the purpose of methods in a class???????
    a description abt the methods in a class??????
                        thx in advance,
    regards,
    balaji.s

    Hi Balaji
    Pls find some stuff.
    reward pts if help.
    The following statements define the structure of a class:
    ·        A class contains components
    ·        Each component is assigned to a visibility section
    ·        Classes implement methods
    The following sections describe the structure of classes in more detail.
    Class Components
    The components of a class make up its contents. All components are declared in the declaration part of the class. The components define the attributes of the objects in a class. When you define the class, each component is assigned to one of the three visibility sections, which define the external interface of the class. All of the components of a class are visible within the class. All components are in the same namespace. This means that all components of the class must have names that are unique within the class.
    There are two kinds of components in a class - those that exist separately for each object in the class, and those that exist only once for the whole class, regardless of the number of instances. Instance-specific components are known as instance components. Components that are not instance-specific are called static components.
    In ABAP Objects, classes can define the following components. Since all components that you can declare in classes can also be declared in interfaces, the following descriptions apply equally to interfaces.
    Attributes
    Attributes are internal data fields within a class that can have any ABAP data type. The state of an object is determined by the contents of its attributes. One kind of attribute is the reference variable. Reference variables allow you to create and address objects. Reference variables can be defined in classes, allowing you to access objects from within a class.
    Instance Attributes
    The contents of instance attributes define the instance-specific state of an object. You declare them using the DATAstatement.
    Static Attributes
    The contents of static attributes define the state of the class that is valid for all instances of the class. Static attributes exist once for each class. You declare them using the CLASS-DATA statement. They are accessible for the entire runtime of the class.
    All of the objects in a class can access its static attributes. If you change a static attribute in an object, the change is visible in all other objects in the class.
    The technical properties of instance attributes belong to the static properties of a class. It is therefore possible to refer in a LIKE addition to the visible attributes of a class – through the class component selector or through reference variables, without prior creation of an object.
    Methods
    Methods are internal procedures in a class that define the behavior of an object. They can access all of the attributes of a class. This allows them to change the data content of an object. They also have a parameter interface, with which users can supply them with values when calling them, and receive values back from them The private attributes of a class can only be changed by methods in the same class.
    The definition and parameter interface of a method is similar to that of function modules. You define a method meth in the definition part of a class and implement it in the implementation part using the following processing block:
    METHOD meth.
    ENDMETHOD.
    You can declare local data types and objects in methods in the same way as in other ABAP procedures (subroutines and function modules). You call methods using the CALL METHOD statement.
    Instance Methods
    You declare instance methods using the METHODSstatement. They can access all of the attributes of a class, and can trigger all of the events of the class.
    Static Methods
    You declare static methods using the CLASS-METHODSstatement. They can only access static attributes and trigger static events.
    Special Methods
    As well as normal methods, which you call using CALL METHOD, there are two special methods called constructor and class_constructor that are automatically called when you create an object or when you first access the components of a class.
    reward pts if help.
    deepanker

  • What's the purpose of this audit setting?

    Setting up 11g to automatically purge audit records and don't understand the purpose for this when it seems setting a timestamp and scheduled job would accomplish the same?
    BEGIN
    DBMS_AUDIT_MGMT.INIT_CLEANUP(
    AUDIT_TRAIL_TYPE => DBMS_AUDIT_MGMT.AUDIT_TRAIL_AUD_STD,
    DEFAULT_CLEANUP_INTERVAL => 240 /*hours*/
    END;

    Refer:
         Parameter DEFAULT_CLEANUP_INTERVAL of DBMS_AUDIT_MGMT.INIT_CLEANUP procedure [ID 1243324.1]
    Looks like feature is currently disabled.

  • WLS 9.2 - what is the purpose of AuthenticationEnabled in nodemanager.props

    Hello,
    Does anyone know the purpose of the AuthenticationEnabled parameter in nodemanager.properties file? I have NodeManager set up as "Plain" and it doesn't see to matter if this is true or false. I was wondering if it did something when SSL is turned on.
    Any ideas?
    Much obliged.
    Barry

    Flash  Builder and Flex use the classes in the fr.* packages in conjunction with the new data-driven development features in Flash Builder. When you import or create a data service in Flash Builder (such as a remote PHP, CFC, web service, HTTP service), a set of ActionScript classes are generated to facilitate working with the service. For example, service wrapper classes and value object classes (really entity objects) are generated. These classes implement, extend, or otherwise depend on code in the fr.* packages.

  • The purpose of Windows in WD4A

    Dear all,
    starting with WD4A and making nice progress I dont find an answer to these two questions:
    What is the purpose of a window? I dont mean the theory, but: Do you create several windows in one component when you develop? Why and whats the benefit? I can imaging the benefit of seperating logic into different components so you can develop better in a team and code is more reuseable. But does anyone of you use create windows in one single component?
    This leads to my second question: If I have one single component with one application but two windows: How do I create navigation links between the outbound plugs of one window with the inbound plug of a second window? I declared the plugs as interface. i declared each window in the "used controllers/components" on the property tab of the other window. But when I want to create the link the other window does not appear in the selection.
    Many thanks for your thoughts on this from a noob,
    Hendrik

    Hi Hendrik,
    You are right its not possible to directly navigate between 2 windows of the same component. Even the SAP help says like navigation between windows of the same component is not possible.
    But you can however use an workaround strategy as how suggested by Suman Kumar is one of his earlier threads:
    1) Create 2 views and 2 windows and assign 1st view to 1st window and 2nd view to 2nd window. Also create an exit plug for window1 with parameter URL of type string.
    Note: when you create windows automatically an interface view will also create with same name.
    2) Create application1 for window1(nothing but give interface1 ) in the same way create another application and assign interface view2.
    Then write your logic in the onAction method of view1, call the exit plug of window1 then pass the URL of second application.
    Regards,
    Uday

  • Waht is the gap

    can explain waht is the gap
    gap in sap and non sap
    in bussiness clint side we side means in sap

    HI
    The Gaps can differ from company to company. Most commonly, however, missing functionality is industry-specific.
    Examples:
    1. MGM Studios and Lycos sometime back worked with SAP to develop its new intellectual property management and media advertising management functionality, respectively.
    2. A leading Oral care product company wanted the promotion of free-goods where they wanted 'Buy one get 2 different products free'.
    2 gaps are,In customer master data the client requirement needs legacy customer number which can be solved with User exit.,
    In sales order we need customer Phone number,We can use user exit
    These 2 are gaps which we cant find in Standard SAP
    1. if client want new field in customer master like nearest fire station ..
    2. order will be uploaded directly with out va01. through BDC... bcoz lot of orders if they get daily, they can opt these...
    Movement type 1 uses when a material have two movement types.. like example 101 and 261.. one is incoming raw material and and going for production..http://erp.ittoolbox.com/groups/strategy-planning/erp-projectmanagement/gap-analysis-1480978
    http://www.ibm.com/developerworks/forums/dw_thread.jsp?forum=340&thread=63972&cat=24
    Simply Gap Is Nothing But, 
    Client Requirement Doesn’t Meet With The SAP Application, 
    The Distance Between Actual And Existing/Supporting,
    E.g.: On Purchase Of Material-X, The Other Material Will Get 50% Discount, Which Sap Doesn’t Support, 
    Commission Paid To The Agent Also , Not Supported In SAP,
    To Fill This Gap, We Use The Enhancements,
    These Enhancements Divided Into Exits, 
    Like
    User exits,
    Field Exits
    Screen Exits & 
    Menu Exits.
    These Enhancements Used To Update The Standard Program In Its Respective Business Transactions, Used As A Gateway To Meet The Client Requirements.
    Refer below
    In n simple terms: Gap means small cracks. In SAP world or in Information Technology world, gap analysis is the study of the differences between two different information systems or applications( ex; existing system or legacy system with Client and new is SAP), often for the purpose of determining how to get from one state to a new state. A gap is sometimes spoken of as "the space between where we are and where we want to be." 
    Gap Analysis is undertaken as a means of bridging that space. Actual Gap Analysis is time consuming and it plays vital role in Business Blueprint[AS IS Process] stage.
    A through Gap Analysis will identify the gaps between how the business operates and its needs against what the package can can't do. For each gap there will be one of three outcomes, which must be recorded and auctioned, 
    1. GAP must be closed and customized software can be developed 
    2. GAP must be closed but software cannot be written therefore a workaround is required
    3. GAP does not need to be closed. 
    A point worth mentioning here is that at time people confuse between user-exits and Gap Analysis. User exits are standard gate ways provided by SAP to exit the standard code and we can write our own code with the help of ABAP workbench, its not new functionality which we are trying to build in sap but its slight enhancement within the same code. 
    Gap analysis is start point of Realization and once business Blueprint is finished we have to find the realization of sap system for client requirement and there will be certain gaps when compared to system fit. Those gaps can be closed either by re-engineering of business process to fit with SAP or we have to use USER exits in case of small deviations or complete enhancements with the help of ABAP to fit with the SAP system.
    The Gaps can differ from company to company. Most commonly, however, missing functionality is industry-specific. 
    Examples:
    1. MGM Studios and Lycos sometime back worked with SAP to develop its new intellectual property management and media advertising management functionality, respectively. 
    2. A leading Oral care product company wanted the promotion of free-goods where they wanted 'Buy one get 2 different products free'.

Maybe you are looking for

  • Problem in deploying SAR file in clustered environment

    Hi All, I need to deploy a BPM Project (BPM 11g) to two nodes of a Weblogic cluster. However when I am trying from Jdeveloper it is showing both WLS_BPM1 and WLS_BPM2 as checked in deployment wizard. But after deplyment it shows that it has only depl

  • How do I make all new tabs open on the far right?

    I do not want to use tab groups, or have a tab open to the immediate right of current tab. Whenever I open a new tab I want it to open to the right of all other tabs.

  • Advise needed

    I bought a 4g Itouch 2 weeks ago. It was working great big difference between it and my first gen.which had both genesis and mame emu's on it. I thought skype might be fun but after I downloaded it the cam. wouldn't change views and the button flicke

  • XDB is asking for username and password

    Hi, I have an application which uses Oracle 8i. Recently I have installed Oracle9i and I am using port number 8080 for one of my web server. When I tried to access any Servlet from 8080 port number, it is asking for XDB user name and password. What c

  • How to remove all traces of deleted user

    I created an user account to troubleshoot an application a while ago (I am using Leopard). Having resolved the issue, I deleted that account. However, yesterday, I had problems with another program, and created another account with the same user name