Hi pls answer the following

What is the structure of Abap ?
What is IMG? explain in detail
What are step loops? explain in detail
What is CTS? explain in detail
How to upload tiff files in sap script

<b>What is the structure of Abap ?</b>
It is nothing but just delcratation of database structure but not having any data
ex:- data demo type c.      is like structure
      data demo type c.     
      demo = 'A'.                is like table
structure is a set of fields describing what will be the structure of the internal table - the fields of the internal table.
this is not a table !! you cannot insert lines to structure only to itabs (or wa).
to insert lines to internal table will be according to the fields described in the structure.
<b>What is IMG? explain in detail</b>
IMG is nothing but a system administration part in SAP
IMG is customising the settings in SAP.
This can be accessed via T code SPRO.
The settings here will decide how each business transaction need to be carried out.
Generally most of the IMG settings are transportable. ie, The settings will be done in dev server and later moved to test server,After testing will be moved to produciton server.
You can see the module wise settings in cusotmising.
<b>
What are step loops? explain in detail</b>
STEP LOOPS
Step Loops are type of screen table . Step loops are repeated blocks of field in a screen. Each block contains one or more fields and these blocks are repeated. Step loops aren’t like actual table. You can scroll vertically but not horizontally. Three steps are associated with creation of step loops:
• Creation of step loops on screen, which includes declaring fields on the screen and then defining the step, loops for these fields.
• Passing data to the step loop is exactly similar to the passing of data to table controls.
• In step loop, you don’t need to define the step loop as such in the module pool program but the cursor needs to be defined in the program.
Types of Step Loops
• Static – Static Step Loop (SSL) have fixed size that cannot be changed during the runtime. If user resizes the window, the size of the static step loop is not changed.
• Dynamic – Dynamic Step Loop (DSL) is variable in size. When the user resizes the window, the system increases or decreases the number of the step loop blocks.
You can have only one dynamic step loop and can have as many static loops in your transaction.
Programming with the Static and dynamic step loop is exactly same. For the system or for the user it doesn’t make any difference whether it is static or dynamic step loop. Only attribute, which you fix during designing of the step loop, is type attribute for step loop F for fixed i.e static and V for variable i.e. dynamic.
Writing code for Step Loop in the flow logic.
PBO.
Loop at itab cursor cl.
Module set.
Endloop.
PAI.
Loop at itab.
Endloop.
Empty loop is must for both table control and step loop
LOOP AT statement for step loops and Table controls is similar. Loop At statement transfers the data to screen table. You need to have the Module to assign the values for the screen table.
In module pool program you need to define the cursor.
Date: CL TYPE i.
Cursor parameter tells which line of step loop display should start.
“Module Set” in module pool program assigns the values to step loop fields, which is similar to table controls.
Refer to this program DEMO_DYNPRO_STEP_LOOP
<b>What is CTS? explain in detail</b>
"Change and Transport System".
For more info chk the following link:
What is CTS ?
where i can find the documentation on CTS
<b>How to upload tiff files in sap script</b>
SCRIPTS
http://wiki.ittoolbox.com/index.php/Sap_script#7.6.7.09Space_Compression
SCRIPT OUTPUT TO PDF
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49e15474-0e01-0010-9cba-e62df8244556
SAPScripts:
http://sappoint.com/abap/
http://www.henrikfrank.dk/abapuk.html
http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf
http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf
http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf
http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf
http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm
SAP SCRIPT FIELDS
http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm
scripts easy material
http://www.allsaplinks.com/sap_script_made_easy.html
SAP Scripts
https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=2969311
https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=2902391
https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=3205653
https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=3111402
http://www.sap-img.com/sapscripts.htm
http://sappoint.com/abap/
http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm
http://www.sap-basis-abap.com/sapabap01.htm
http://www.sap-img.com/sapscripts.htm
http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html
http://sap.ittoolbox.com/topics/t.asp?t=303&p=452&h2=452&h1=303
http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&sid=09eec5147a0dbeee1b5edd21af8ebc6a
Rewards if useful................
Minal

Similar Messages

  • Pls answer the following questions very urgent.

    Hi Experts & Friends,
    Can comeone please answer the following questions? If possible try to give some explanation.
    1. Why we use ANALYSIS PROCESS DESIGNER??
    2. What are web templates?
    3. How the connection from SRM SOURCE SYSTEM done?
    4. How do u get data frm SQL server thru DB Connect.
    5. Process chain, two targets frm same datasource if monthly & daily
    6.how u display the scanned & unscanned pdt ?? thru variable replacement type?
    Thanks & Regards
    Siri

    Hi Siri,
    1. Analysis Process designer
    The Analysis Process Designer (APD) is the application environment for the SAP data mining solution.
    The APD workbench provides an intuitive graphical interface that enables you to visualize, transform, and deploy data from your business warehouse. It combines all these different steps into a single data process with which you can easily interact.
    Use APD to pre-process your data:
    ? Read data from different sources and write it to a single location
    ? Transform data to optimize reporting
    ? Ensure high data quality by monitoring and maintaining the information stored in your data warehouse.
    The APD is able to source data from InfoProviders such as InfoCubes, ODS objects, InfoObjects,
    database tables, BW queries, and flat files. Transformations include joins, sorts, transpositions, and with
    BW 3.5, integration with BW?s Data Mining Workbench (RSDMWB).
    Check here
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/96939c07-0901-0010-bf94-ac8b347dd541
    http://help.sap.com/saphelp_nw04/helpdata/en/49/7e960481916448b20134d471d36a6b/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/39/e45e42ae1fdc54e10000000a155106/frameset.htm
    and service.sap.com/bi
    https://websmp206.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000585703&
    2. Web Templates
    Web Template
    Use
    This Web item can be used to manage consistent sections of different Web templates centrally within one Web template, which you can then insert into any Web template as required. In this way, you can define a header or footer section with the corporate logo and heading as a Web template and can integrate this Web template into your Web applications as a Web Template Web item. This Web template is then inserted during runtime. In contrast to HTML frame technology, the system does not generate a new page during this process. The context of the main template thus remains the same. In this way, you can display text elements and so on from data providers for the main template in the inserted Web template.
    Check....here....
    http://help.sap.com/saphelp_nw04/helpdata/en/69/5f8e9346c1244ea64ab580e2eea8b9/frameset.htm
    3.Srm Source system Connection
    2.3     SAP BW
    2.3.1     Define Client Administration
    Use
    This activity defines changes and transports of the client-dependent and client-independent objects.
    Procedure
    1.     To perform this activity, choose one of the following navigation options:
    SAP BW Role Menu     Local Settings ® Define Client Administration
    Transaction Code     SCC4
    SAP BW Menu     Tools ? Administration ? Administration ? Client Administration ? Client Maintenance
    2.     Switch to change mode.
    3.     Select your client.
    4.     Choose details.
    5.     In field Currency enter the ISO-code of the local currency, e.g. USD or EUR.
    6.     In field Client Role enter Customizing
    7.     Check the settings for changes and transport of client-specific objects and client-independent object changes
    If you want to use the settings made by BC-Sets or manually in other systems (other than BW), ?Automatic recording of changes? and ?Changes to Repository object and cross-client Customizing allowed? is required.
    Result
    Client administration has been defined to support the installation using Best Practices.
    2.3.2     Defining a Logical System for SAP BW (SAP BW)
    Use
    In this step, you define the logical systems in your distributed system.
    Prerequisites
    Logical systems are defined cross-client. Therefore cross-client customizing must be allowed in your client  (this can be checked in transaction SCC4).
    Procedure
    To carry out the activity, choose one of the following navigation options:
    SAP BW Role Menu     Defining a Logical System for SAP BW (SAP BW)
    Transaction Code     SPRO
    IMG Menu     SAP Reference IMG ? SAP Customizing Implementation Guide ? SAP NetWeaver ? Business Information Warehouse ? Links to other Systems ? General Connection Settings ? Define Logical System
    1.     A dialog box informs you that the table is cross-client. Choose Continue.
    2.     On the Change View ?Logical Systems?: Overview screen, choose New entries.
    3.     On the New Entries: Overview of Added Entries screen enter the following data:
    Field name     Description     R/O/C     User action and values     Note
    Log. System     Technical Name of the Logical System          Enter a name for the logical BW system that you want to create     
    Name     Textual Description of the Logical System          Enter a clear description for the logical BW system     
    4.     Choose Save.
    If a transport request for workbench and customizing is displayed choose existing requests or create new requests.
    If you want to continue with the next activity, do not leave the transaction.
    Result
    You have created a Logical System Name for your SAP BW client.
    2.3.3     Assigning Logical System to Client (SAP BW)
    Procedure
    To carry out the activity, choose one of the following navigation options:
    SAP BW
    Role Menu     Assigning Logical System to Client (SAP BW)
    Transaction Code     SCC4
    SAP BW Menu     Tools ? Administration ? Administration ? Client Administration ? Client Maintenance
    1.     In the view Display View "Clients": Overview, choose Display. ? Change
    2.     Confirm the message.
    3.     Select your BW client.
    4.     Choose Details.
    5.     In the view Change View "Clients": Details, insert your BW system in the Logical system field, for example, BS7CLNT100.
    6.     Save the entries and go back.
    2.3.4     Opening Administrator Workbench
    Procedure
    To carry out the activity, choose one of the following navigation options
    SAP BW     Modeling ? Administrator Workbench: Modeling
    Transaction Code     RSA1
    1.     In the Replicate Metadata dialog box, choose Only Activate.
    2.     If a message appears that you are only authorized to work in client ... (Brain 009) refer to SAP Note 316923 (do not import the support package, but use the description under section Workaround).
    2.3.5     Creating an RFC-User (SAP BW)
    Procedure
    To carry out the activity, choose one of the following navigation options:
    SAP BW Role Menu     Creating RFC User
    Transaction Code     SU01
    SAP BW Menu     Tools ? Administration ? User Maintenance ? Users
    Then carry out the following steps:
    1.     On the User Maintenance: Initial Screen screen:
    a.     Enter the following data:
    Field      Entry
    User     RFCUSER
    b.     Choose Create.
    2.     On the Maintain User screen:
    a.     Choose the Address tab.
    b.     Enter the following data:
    Field     Entry
    Last Name     RFCUSER
    Function     Default-User for RFC connection
    c.     Choose the Logon data tab.
    d.     Enter the following data:
    Field     Entry
    Password     LOGIN
    User type     System
    e.     Choose the Profiles tab.
    f.     Enter the following data:
    Field     Entry
    Profiles     SAP_ALL , SAP_NEW and S_BI-WHM_RFC
    g.     Choose Save.
    Do not change the password of this user as it is used in RFC connections.
    2.3.6     Define RFC-USER as default (SAP BW)
    Procedure
    To carry out the activity, choose one of the following navigation options
    SAP BW Role Menu     Define RFC-USER as default (SAP BW)
    Transaction Code     RSA1
    SAP BW Menu     Modeling ? Administrator Workbench: Modeling
    1.     On the Administrator Workbench: Modeling screen choose Settings ? Global Settings.
    2.     In the Global Settings/Customizing dialog box choose Glob. Settings.
    3.     On the Display View ?RSADMINA Maintenance View?: Details screen:
    a.     Choose Display ? Change.
    b.     Enter RFCUSER in the BW User ALE field.
    c.     Choose Save.
    Leave the transaction in order to activate the entries you have made.
    2.5     SAP SRM
    2.5.1     Define Client Administration
    Use
    This activity defines changes and transports of the client-dependent and client-independent objects.
    Procedure
    1.     Access the transaction using:
    SAP SRM/ Role Menu     Local Settings  ® SAP SRM ® Define Client Administration
    Transaction Code     SCC4
    2.     Switch to change mode.
    3.     Select your client.
    4.     Choose details.
    5.     Check the entries for currency and client role.
    6.     Check the settings for changes and transport of client-specific objects and client-independent object changes
    If you want to use the settings made by BC-Sets or manually in other systems (other than BW), Automatic recording of changes and Changes to Repository object and cross-client Customizing allowed is required.
    7.     In the Restrictions area, set the flag Allows CATT processes to be started.
    This flag must be set. Otherwise, activities using CATT procedures cannot be used for the installation.
    Result
    Client administration has been defined to support the installation using Best Practices.
    2.5.2     Define a Logical System for SAP SRM
    Use
    The logical system is important for the communication between several systems. This activity is used to define the logical systems for the Enterprise Buyer and back-end system.
    Procedure
    1.     Access the transaction using:
    IMG Menu
    Enterprise Buyer      Enterprise Buyer Professional Edition ? Technical Basic Settings ? ALE Settings (Logical System) ? Distribution (ALE) ? Sending and Receiving System ? Logical Systems ? Define Logical System.
    Transaction Code     SPRO
    2.     For the activity type, select Cross-client.
    3.     The following naming convention is recommended:
    Log. System     Name
    YYYCLNTXXX     Enterprise Buyer System
    4.     Save your entries
    You have to maintain at least two systems (local Enterprise Buyer system and the SAP R/3 back-end system)
    Naming Conventions: XXXCLNT123 (XXX = system ID, 123 = client number)
    2.5.3     Assign Logical System to Client
    Use
    The purpose of this activity is to define the
    ?     Enterprise Buyer client you will be using
    ?     Standard currency to be used
    ?     Recording of changes
    ?     Capability for your system to use CATT procedures
    Procedure
    1.     Access the transaction using:
    SAP SRM
    Role Menu     Local Settings  ® SAP SRM ® Assign Logical System to Client
    Transaction Code     SCC4
    2.     Switch to the Change mode.
    3.     Select your Enterprise Buyer client and go to the Client Details screen.
    4.     In the Logical system screen, choose the logical system for the client.
    5.     Set the currency in the Std currency field to a valid entry, such as USD or EUR.
    6.     Make the following settings:
    Setting     Values
    Changes and transports for client-specific objects     Automatic recording of changes
    Restrictions when starting CATT and eCATT     eCATT and CATT allowed
    7.     Choose Save.
    Using this transaction, you can change from the production client to the development client and back again in the Client role field.
    Result
    The logical system has been assigned to the client and CATT procedures can be executed now.
    2.5.4     Create System Users
    Use
    This task creates remote users RFCUSER, BBP_JOB, WEBLOGIN   for the SAP R/3 back-end system and for Enterprise Buyer.
    Procedure
    1.     Access the transaction using:
    SAP Menu
    Enterprise Buyer      Basis Tools ? Administration ? User Maintenance ? Users
    Transaction Code     SU01
    2.     Enter RFCUSER in the User field.
    3.     On the Address tab Choose Lastname RFCUSER.
    4.     Choose Create.
    5.     Enter the password LOGIN on the Logon data tab.
    6.     As User Type, select System.
    7.     Go to the Profiles tab.
    8.     Enter the profiles SAP_ALL ,SAP_NEW and S_BI-WX_RFC.
    9.     Save your entries.
    10.     Repeat this procedure to create the user BBP_JOB (Password: LOGIN).
    11.     Repeat this procedure to create the user WEBLOGIN (Password: SAPPHIRE).
    Result
    The following users have been created.
    Client     User     Password
    Enterprise Buyer      RFCUSER     LOGIN
    Enterprise Buyer     BBP_JOB     LOGIN
    Enterprise Buyer     WEBLOGIN     SAPPHIRE
         USER/Password from the Service File of the ITS Installation.
    3     Cross Connectivity
    This chapter describes all settings that are necessary to connect the components of the SAP.system landscape with each other. The settings for each combination of two components to be connected are described in a separate structure node. The separate section headings make it possible to identify the activities required to connect certain components with each other. The section headings for components that are not part of the installation can be skipped.
    3.1     Connecting SAP BW with SAP R/3, SAP CRM, SAP SRM
    Procedure
    To carry out the activity, choose one of the following navigation options in the SAP BW system:
    SAP BW Role Menu     Connecting SAP BW with SAP R/3, SAP CRM, SAP SRM
    Transaction code     RSA1
    SAP BW Menu     Modeling ? Administrator Workbench: Modeling
    1.     Choose Modeling.
    2.     Choose Source Systems.
    3.     Select Source Systems in the window on the right.
    4.     Choose the Context menu (right mouse click).
    5.     Choose Create.
    6.     Select SAP System from Release 3.0E (Automatic Creation).
    7.     Choose Transfer.
    8.     Make the following entries:
    Field     Entry
    Target computer (server)                            Server of the SAP R/3, SAP CRM or Sap SRM system
    System ID     System ID of the SAP R/3, SAP CRM or SAP SRM system
    System number     System number of the SAP R/3, SAP CRM or SAP SRM system
    Background user in source system     RFCUSER
    Password for source system     LOGIN
    Background user in BW     RFCUSER (can not be changed in this activity)
    Password for BW user     LOGIN
    9.     On the dialog box Please log on as an administrator in the following screen choose Continue.
    10.     Log on to the Source System with your administrator user. Choose the correct client.
    11.     On the dialog box New Source System Connection choose Continue.
    12.     On the Replicate Metadata dialog box, choose Only Activate.
    4.data frm SQL server thru DB Connect
    Check here....
    http://help.sap.com/saphelp_nw04/helpdata/en/a6/4ee0a1cd71cc45a5d0a561feeaa360/content.htm

  • Pls answer the following questions:

    Hi friends,
    Please let me know the answers to the following abap questions:
    1. To link the loop to a table contro, we use the additon WITH CONTROL else this works as a stand-alone ___________________.
    2. TCODE to check for the consistency of workflow for ALE/ED in INbound error processing?
    3. what is the field to b used n the field catalog of an ALV report to hide the relevant column in the list?
    4. what are the standard programs to transport transaction variants and screen variants?
    5.__________________is triggered when all the data records of a node of the logical database have been read.
    6. Expand and define EDIFACT?
    7.What are the various print modes available in sap scripts?
    8. TCODE to maintain transaction variants?
    9. what s the tabale to find the Directory of Memory ID's?
    10.Maximum number of Watchpoints and breakpoints in a program?
    11.The ___________statement of the screen flow logic controls the data atransport fromt the Dynpro to the ABA program during the event PAI?
    12.What is the standard program to check the consistency of partner profiles?
    13. What is the table to find the change pointer status?
    14. You can convert pooled tables to transpartent table with the  _________________ of the techncal settings?
    15.Messages available in SE91 TCODE are stored in which table?
    16.Data records of tables having delivery class __ __ are not imported into the target system whereas data records of tables having delivery classes __ __ __ __ are imported into the target system.
    17.Is it possible to debug Field exits?
    18. In select....upto N rows statement, if N is zero then, ___________
    19. The system field ______contains the total number of table control rows displayed on the screen.
    20. Tcode to activate the change pointers for a particular message type?
    21. is it possible to alter the width of the main window on each page?
    22. what is the varialbe to be used in SAP scripts to find the total number of pagges of the print job?
    23. Command to flush the database buffer
    24. how to modify SAP standard tables?
    25. what is the function module used with BAPI to commit?
    26. what is the business object for purchase order?
    27. What is cardinality
    28. how to create a secondary index
    29. define seconday index
    30. how many secondary indexes can be created for cluster tables
    31. how many main windows we can have in a script and smartforms? where is is mandatory?
    32. what is LUW, different types of LUW.
    33.What are version management functions
    34.how many push buttons can u place on selection-screen application tool bar and what is the default function code for that buttons
    35. what are the views that can not b used to create new views
    36. how can u find out whether a record is successfully updated or not
    37.how to find if a logical databse exists for your program requirements
    38.what is a control table
    39.how customers can search the SAP information databse and find solutions for errors and problems with R/3 systems?
    40.what is DYNPRO? what are its components?
    41.using which program we can copy table across clients in scripts
    42.how to set Tablespaces and extent sizes
    43.what is the maximum number of structures that can b included in a table
    44. what is a match code
    45. what is the maximum number of match code id's that can b defined for one Match code object
    46. what specific statemnets do you use to write a drill down report
    47.you can link a search help to a preameter using syntax __________________________.
    48. how to find a standard program in SAP?

    Hi friends,
    Please let me know the answers to the following abap questions:
    1. To link the loop to a table contro, we use the additon WITH CONTROL else this works as a stand-alone ___________________.
    2. TCODE to check for the consistency of workflow for ALE/ED in INbound error processing?
    3. what is the field to b used n the field catalog of an ALV report to hide the relevant column in the list?
    4. what are the standard programs to transport transaction variants and screen variants?
    5.__________________is triggered when all the data records of a node of the logical database have been read.
    6. Expand and define EDIFACT?
    7.What are the various print modes available in sap scripts?
    8. TCODE to maintain transaction variants?
    9. what s the tabale to find the Directory of Memory ID's?
    10.Maximum number of Watchpoints and breakpoints in a program?
    11.The ___________statement of the screen flow logic controls the data atransport fromt the Dynpro to the ABA program during the event PAI?
    12.What is the standard program to check the consistency of partner profiles?
    13. What is the table to find the change pointer status?
    14. You can convert pooled tables to transpartent table with the  _________________ of the techncal settings?
    15.Messages available in SE91 TCODE are stored in which table?
    16.Data records of tables having delivery class __ __ are not imported into the target system whereas data records of tables having delivery classes __ __ __ __ are imported into the target system.
    17.Is it possible to debug Field exits?
    18. In select....upto N rows statement, if N is zero then, ___________
    19. The system field ______contains the total number of table control rows displayed on the screen.
    20. Tcode to activate the change pointers for a particular message type?
    21. is it possible to alter the width of the main window on each page?
    22. what is the varialbe to be used in SAP scripts to find the total number of pagges of the print job?
    23. Command to flush the database buffer
    24. how to modify SAP standard tables?
    25. what is the function module used with BAPI to commit?
    26. what is the business object for purchase order?
    27. What is cardinality
    28. how to create a secondary index
    29. define seconday index
    30. how many secondary indexes can be created for cluster tables
    31. how many main windows we can have in a script and smartforms? where is is mandatory?
    32. what is LUW, different types of LUW.
    33.What are version management functions
    34.how many push buttons can u place on selection-screen application tool bar and what is the default function code for that buttons
    35. what are the views that can not b used to create new views
    36. how can u find out whether a record is successfully updated or not
    37.how to find if a logical databse exists for your program requirements
    38.what is a control table
    39.how customers can search the SAP information databse and find solutions for errors and problems with R/3 systems?
    40.what is DYNPRO? what are its components?
    41.using which program we can copy table across clients in scripts
    42.how to set Tablespaces and extent sizes
    43.what is the maximum number of structures that can b included in a table
    44. what is a match code
    45. what is the maximum number of match code id's that can b defined for one Match code object
    46. what specific statemnets do you use to write a drill down report
    47.you can link a search help to a preameter using syntax __________________________.
    48. how to find a standard program in SAP?

  • Pls Answer the following BW questions?

    Hi all
    Please answer the below questions concering an OFFSHORE
    BW Consultant working for Imlementation Project..Bcoz thats where i would be standing
    1) what exactly are the responsibilities of an SAP BW Consultant in implementation Project?
    how does they differ from development project?
    2) how will be the work flow right from creation of the project specs (both technicaland functional) to the go-live implementation, how does the peolpe at various hierarchy levels fit in this scenario? like who creates the specs, wher do they send it, who is responsile to verify them? from which point SAP BW Consultant is involved in project, whom should he report to? this kind of work flow..( Related to OFFSHORE DEVELOPMENT CENTER)
    3) What r the responsibilities of onshore and offshore people in an implenentation project,what do u mean by a client steering committee, how r they seperate from the rest of the people in the project?
    4) How would a technical spec look like any screen shots?......how do they come to u in a soft
    or hard copy?....Whom do u approach in case of any clarifictions?....can you specify how the
    offshore development centre hierarchy is defined who r the people involved here?
    5)Wher will an implementation BW Consultant work in real time( Dev, Prod, or sand box)servers.
    after creating the objects needed we transort to QA, how will be the work flow related to
    transportation of objects and work flow of handling transport request errors when they arise?
    like who reports the errors to whom? this ort of flow..
    6) whats the duration of work in DATA Modelling part of the project, how much time does it
    take to model objects like cubes, ODS etc by customizing Business Content to satisfy
    business requirement?...
    7) How often do we interatct with the client or any onsite consultants?
    8) what exactly are the roles and resonsibilities of functional, technical people in SAP implementation project?
    9) Does LO's and LIS Differentiate Master and Transaction Data in the extraction Process?
    Points will be rewarded.
    Advance thanks
    Senthil

    > 1) what exactly are the responsibilities of an SAP BW
    > Consultant in implementation Project?
    If you need to ask this you don't really belong on a project.  The consultants are responsible for driving the whole project usually and for providing technical expertise where required.  Often Consultants are found translating complex technical requirements and/or limitations into terms that the business users and management can understand and respond to.
    > how does they differ from development project?
    Do you mean BW versus R/3 responsibilities?
    > 2) how will be the work flow right from creation of
    > the project specs (both technicaland functional) to
    > the go-live implementation, how does the peolpe at
    > various hierarchy levels fit in this scenario? like
    > who creates the specs, wher do they send it, who is
    > responsile to verify them? from which point SAP BW
    > Consultant is involved in project, whom should he
    > report to? this kind of work flow..( Related to
    > OFFSHORE DEVELOPMENT CENTER)
    >
    There's no standard answer here.  It depends on what you want.
    3) What r the responsibilities of onshore and
    > offshore people in an implenentation project,what do
    > u mean by a client steering committee, how r they
    > seperate from the rest of the people in the project?
    Again this really depends on the project there's no world-wide standard.
    >
    > 4) How would a technical spec look like any screen
    > shots?......how do they come to u in a soft
    > or hard copy?....Whom do u approach in case of any
    > clarifictions?....can you specify how the
    > offshore development centre hierarchy is defined who
    > r the people involved here?
    Tech specs are just that technical descriptions of functionality.  Some are very details and usually show the transformations that will be required from data in to data out.  The BW consultant would generally be responsible for writing these but they could be written by a BASIS team member following the instructions within a functional spec.
    >
    > 5)Wher will an implementation BW Consultant work in
    > real time( Dev, Prod, or sand box)servers.
    > after creating the objects needed we transort to QA,
    > how will be the work flow related to
    > transportation of objects and work flow of handling
    > transport request errors when they arise?
    > like who reports the errors to whom? this ort of
    > flow..
    >
    Typically is done in a development box then moved to QA for testing and finally to production.  A sandbox may be used to prototype ideas.  Transports are usually handled by some some of change control team that views the requests in weekly meetings and gate keeps things (including testing results).  They asses the risk of moving the changes immediately or along with larger "releases."
    > 6) whats the duration of work in DATA Modelling part
    > of the project, how much time does it
    > take to model objects like cubes, ODS etc by
    > customizing Business Content to satisfy
    > business requirement?...
    This totally depends on the complexity and size.  Could be a week.  Could be 2 years.
    >
    > 7) How often do we interatct with the client or any
    > onsite consultants?
    >
    Who is we?  I worked with my client counter-part all day every day.
    > 8) what exactly are the roles and resonsibilities of
    > functional, technical people in SAP implementation
    > project?
    >
    Functional get the end user requirements and help manage them.  they then create a data-model which is translated into functional specifications for extractors, update rules, etc. on the back end.  Usually the functional people do the report building and testing as well.  The technical people do the loads and master data maintenance.  You may have another BASIS/ABAP team doing coding and server stuff.  On my last project we also had a security team that was separate.  Oh and the technical people are usually the only ones with transport authority.
    > 9) Does LO's and LIS Differentiate Master and
    > Transaction Data in the extraction Process?
    >
    What do you mean?
    > Points will be rewarded.
    >
    > Advance thanks
    > Senthil

  • Answer the following questions

    Kindly please answer the following the questions and explain them as detailed as possible. Thanks!
    (I)True/False
    (1)HAVING to exclude rows from a query, Use WHERE to exclude group.
    (2)You can only have a subquery in a FROM/ WHERE/ HAVING clause of a
    SELECT statement
    (3) Sub-queries and VIEWS cannot contain ORDER BY
    (4)A literal is any char/num/expr in a SELECT LIST that's not a col or
    col alias
    (5)MIN and MAX are the only functions that can operate on any datatype
    (6)PRIMARY KEY and UNIQUE constraints will implicitly create INDEXES
    (II)
    How many conditions will you use to join N tables?
    null

    moonriver,
    Where are you getting these questions from?
    Have we been doing your homework for you?
    I can understand if you have difficulty with a few questions and need some help, but are you just posting all of them without trying to figure them out yourself?
    Have you tried searching the Oracle on-line documentation and previous posts on this forum to figure out the answers?
    Have you tried testing some of the things for yourself? For example, if you want to know if sub-queries and views can contain order by or not, create a view or sub-query with an order by and see what happens. If you want to know how many join conditions it takes to join n tables, try joining some tables and see how many join conditions it takes.
    We're always happy to help, but sometimes you learn more by doing.
    So, where are you getting these questions from?
    Barbara
    null

  • TS2446 I forgotten your answers, I Verify your identity by answering the following security questions before I can complete your purchase.

    I forgotten your answers, I Verify your identity by answering the following security questions before I can complete your purchase.

     Account Security Team (AST) 
    Check the AppleCare number for your country here:
    http://support.apple.com/kb/HE57
    Call them up, and let them know you would like to be transferred to the Account Security Team.

  • More:Could u pls complete the following code by adding a class constructor?

    Thank you for your concern about my post. Actually it is an exercise in book "Thinking in Java, 2nd edition, Revision 12" chapter 8. The exercise is described as below:
    Create a class with an inner class that has a nondefault constructor. Create a second class with an inner class that inherits from the first inner class.
    And I make some changes for the above exercise requiring the class which encloses the first inner class has a nondefault constructor.
    There is something related to this topic in chapter 8 picked out for reference as below:
    Inheriting from inner classes
    Because the inner class constructor must attach to a reference of the enclosing class object, things are slightly complicated when you inherit from an inner class. The problem is that the �secret?reference to the enclosing class object must be initialized, and yet in the derived class there�s no longer a default object to attach to. The answer is to use a syntax provided to make the association explicit:
    //: c08:InheritInner.java
    // Inheriting an inner class.
    class WithInner {
    class Inner {}
    public class InheritInner
    extends WithInner.Inner {
    //! InheritInner() {} // Won't compile
    InheritInner(WithInner wi) {
    wi.super();
    public static void main(String[] args) {
    WithInner wi = new WithInner();
    InheritInner ii = new InheritInner(wi);
    } ///:~
    You can see that InheritInner is extending only the inner class, not the outer one. But when it comes time to create a constructor, the default one is no good and you can�t just pass a reference to an enclosing object. In addition, you must use the syntax
    enclosingClassReference.super();
    inside the constructor. This provides the necessary reference and the program will then compile.
    My previous post is shown below, could you help me out?
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    //Could you please help me complete the following code by generating
    // the Test class constructor to ensure error free compilation? Please
    // keep the constructor simple just to fulfill its basic functionality
    // and leave the uncommented part untouched.
    class Outer {
    Outer (int i) {
    System.out.println("Outer is " + i);
    class Inner {
    int i;
    Inner (int i) {
    this.i = i;
    void prt () {
    System.out.println("Inner is " + i);
    public class Test extends Outer.Inner {
    // Test Constructor
    // is implemented
    // here.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Test(Outer o, int i) {
      o.super(i);
    }Note that this doesn't quite answer the question from Thinking In Java, since your Test class is not an inner class (though there is no difference to the constructor requirements if you do make it an inner class).

  • No Connection to IB -- R3 Exchange profile  - pls clarify the following ?

    Hi  friends ,
                        My scenario is Proxy to file .
             While i am executing SPROXY tcode from R3Dev Syetsm . It is   showing as <b>No Connection to Integration Builder</b>
    https://websmp102.sap-ag.de/~sapidb/011000358700001697502004E.PDF
    No connection to Integration Builder
        While i was follwing this thread they mentined as 
    u have to check whether ur r/3 system's(WAS 620 or above)
    excahnge profile has entries for integration builder.
    pls check the Example configuration for accessing
    interfaces in the Integration Repository (exchange profile):
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm
    If the Parameters are not there u need to add in the respective section's as provided in the link.
    exchange profile URL is
    <b>
    http://r3servername:5<instance>00/exchangeProfile</b>
    Sudhir
    P.S:- don't check XI's exchange profile as it will anyways be there.
    Basically to fetch the details of interfaces into SPROXY..connection to XI is required from the R/3's exchange profile
    My question is
    1. We are having WebAS 7.0 . XI7.0 SP10 . R3 system is  ECC6.0 
                 <b> a. we have ONLY ABAP Instance no java instance running in this . So, how can we access the exchange profile for R3system ?</b>   
    Regards.,
    V.Rangarajan

    Hi Ranga,
    ECC will use exchange profile in XI, so you don't need additonal java instance for ECC, so when you call the SPROXY, actually it call to XI.
    Please make sure the connection from ECC to XI its work.
    and your ECC can ping to the XI computer (using domain name)
    This solve my problem.
    Regards,
    Fendi Suyanto

  • Pls explain the following status of VBUP ?

    Hi,
      What is the following in VBUP table?
    LFGSA: Overall Delivery Status
    -          LFSTA: Delivery status
    -          GBSTA: Overall Processing Status
    Regards,
    Edited by: Binayak Ghosh on Sep 22, 2009 9:29 AM

    Hi there,
    Consider a case where you have a sales order with 2 line items 2 quantity each.
    Consider that you created delivery, PGI for only 1 line item. So against that line item 10, delivery status will show C completely processed. But overall delivery status will show B being processed (coz line item 20 is due for delivery still)
    Against line item 20, delivery status will show A not yet processed, over all delivery status will show B being processed.
    If billing is done but not released to Accounting, then status will show B being processed.
    Hope this clarifies.
    Regards,
    Sivanand

  • Please answer the following

    There are two fields in one table and 2 fields from another.
    For e.g 2 fields from EKKO and 2 fields from EKPO.
    U need retrieve them as 4 fields in another table.(meaning the should display in the same row)
    EKKO -FIELD1 EKKO-FIELD2 EKPO-FIELD3 EKPO-FIELD4
    CONDITION : Should not use JOIN.How can we acheive it
    I used internal table.
    But it is printing like follows
    EKKO -FIELD1 EKKO-FIELD2
    EKPO-FIELD3 EKPO-FIELD4
    How to achieve this in the same line using IT?

    Hi,
    Try this,
    Read data into itab_ekko and itab_ekpo tables.
    Loop at itab_ekko.
    Read table itab_ekpo with key field1 = itab_ekpo-field1.
    If sy-subrc  = 0.
    Move itab_ekko-field1 = itab_final-field1.
    Move itab_ekko-field2 = itab_final-field2.
    Move itab_ekpo-field3 = itab_final-field3.
    Move itab_ekpo-field4 = itab_final-field4.
    Append itab_final.
    Endloop.
    Regards,
    Ruthra

  • Answer the following question regarding GUI_UPLOAD and Open Data Set

    1. what’s the connection or relationship of S_GUI to GUI_UPLOAD?
    2. GUI_UPLOAD saves files to local directory of a use while OPEN DATA SET saves/archives files in the server directory.  Where is the risk directed towards consuming disk space?  Server disk or workstation disk space?
    3. how will this work for multiple files?
    4. Regarding Open Data Set - How the files will be put in AL11?

    The GUI_DOWNLOAD only download the file to local PC...so any abap code running in other pc will not able to use the file.
    BUt if you use open dataset to load the file APPLICATION server any ABAP pogram can access the file.
    Following code explains how you load file using open data setto appl server,
    you can check in t-code <b>AL11</b> for files/dir in applicatin server.
    you to change the value of <b>myfile</b> variable in my code..
    you have to give the full path of the dirctory.
    <b><b>plz reward  points if it hlps you.</b></b>
    Report ZANID_TEST2 message-id ZM.
    data begin of itab occurs 0. "your internal table
    include structure MARA.
    data end of itab.
    *--file upload purpose--
    DATA: BEGIN OF it_file OCCURS 0,
    buffer(200),
    END OF it_file.
    DATA: myfile(128) type c value 'E:\usr\sap\put\sample1xx.txt',
    start-of-selection.
    *--populating itab--
    select * from mara into corresponding fields of table itab
    up to 100 rows.
    perform UPLOAD_FILE_TO_APPL.
    *--form definitin--
    form UPLOAD_FILE_TO_APPL.
    OPEN DATASET myfile FOR OUTPUT IN TEXT MODE.
    IF sy-subrc NE 0.
    MESSAGE e999(zm) WITH 'File could not be opened'.
    ENDIF.
    *-- creating the file data table
    loop at itab.
    *-- i am only taking two fields
    concatenate itab-matnr itab-matkl into it_file-buffer
    separated by space.
    append it_file.
    endloop.
    LOOP AT it_file.
    TRANSFER it_file-buffer TO myfile.
    CLEAR IT_FILE-BUFFER.
    ENDLOOP.
    CLOSE DATASET myfile.
    IF sy-subrc NE 0.
    MESSAGE e999(zm) WITH 'File could not be closed'.
    ENDIF.
    endform. " DUPLOAD_FILE_TO_APPL

  • Please answer the following questions

    Hi,
    i'm new to ABAP.
    i have following doubts in different areas.
    please do answer.
    1.     What is Authorit object? How do we find & create them? What is necessatiy for doing it?
    2.     How to check authority check for BAPI?
    3.     what is pool & cluster? Give examples? Can we join pool and transparent table?
    If so how to do that?
    4.     what is logical path and physical path in  SAP? How to handle files from these?
    5.     what is dynamic table? How to create it in ALV?
    6.     generally which type of buffering is used while creating ztables?
    7.     how to handle secondary indexes in program?
    8.     select ……… not in …….. how to avoid this logical statement in select inorder to increase the performance
    9.     please give differences between 3.0 and 4.7 versions?

    Hi,
    i'm new to ABAP.
    i have following doubts in different areas.
    please do answer.
    1.     What is Authorit object? How do we find & create them? What is necessatiy for doing it?
    2.     How to check authority check for BAPI?
    3.     what is pool & cluster? Give examples? Can we join pool and transparent table?
    If so how to do that?
    4.     what is logical path and physical path in  SAP? How to handle files from these?
    5.     what is dynamic table? How to create it in ALV?
    6.     generally which type of buffering is used while creating ztables?
    7.     how to handle secondary indexes in program?
    8.     select ……… not in …….. how to avoid this logical statement in select inorder to increase the performance
    9.     please give differences between 3.0 and 4.7 versions?

  • I was given a task to find out more informatio​n on the following before we purchased anything. Please, can you answer the following questions regarding the IEEE 488 to Ethernet.

    1) How do we connect our network analyzers to the network?
    2) What do we need to purchase?
    3) How much is this going to cost us?
    4) What kind of capabilities will this give us? (if any)

    I think you are talking about the GPIB-ENE from NI.
    1) You have to setup the ENET box by giving it an IP address. You may also need your Sys Admins help to do this. After that you will need to install the software, connect to the ethernet and connect to the equipment.
    2) GPIB-ENET/100 from NI. Not sure if the NI488.2 comes with it or seperately, but you need it also.
    3) Between $1,000 and $1,500 (US)
    4) I like this solution. It allows you to control IEEE 488
    equipment from virtually anywhere. You do not have to have a GPIB controller on every PC, but only on the equipment to control. I have test stations that I roll from place to place. I don't have to worry about connecting the station to a PC. I simply plug the station into the LAN and use any PC I want.
    If you have e
    quipment that you would like to control from anywhere or move from place to place this is the only way to go.
    Kevin

  • Hi gurus.. please answer the following questions

    1). what determainations happen in a sales order
    2).what activity does the system perform before availability check
    3). how does availability check done on material
    4). how does system generate delivery split
    5). what documents are generated after delivery and before pgi
    6). what is LIS
    7). why should we create info structure
    8). where do you come across the field item usage
    9). what is ABAP query
    10). AT WHAT LEVELS MRP OCCUR

    Hi,
    1). what determainations happen in a sales order
    Partner determination,Pricing determination,Output determination,Free goods determination,Text determination,Account determination,
    4). how does system generate delivery split
    Delivery split is because of spliting criteria:-Different ship to party for multiple deliveries,Different shipping points,Different Delivery date.
    5). what documents are generated after delivery and before pgi
    After PGI material document is genarted in standard SAP
    6). what is LIS
    Logistic information Structure
    1.create information structure by selecting the key figures and characteristics. After creating the information structure u must activate and generate.
    2.include updating rule for information structure. After including the updating rule the information structure u must activate and generate
    3.select the updating rule is whether for day, week, month, or year by double clicking on the information structure.
    4.Maintaining all seetings ie; customer statistics group, materialstatistics group, sales document, sales item, billing document, and assign all these to sales document type, sales item, billing type,
    5.Assign sales area to updating rule.
    6.check the sales area whether all settings are maintained or not.
    7.maintained customer statistics group in the customer master record, and material statistics group in the material master record.
    8.After all the settings use T.c. MCSI enter the sales area customer material and see the results, now u get the report or sales of a particular customer or organization.
    Note: Before doing the last step create a sales order, delivery, AND billing.
    7). why should we create info structure
    For the reporting requirement which is not possible with help of standard info structure.
    Abap querry is the tool with which you can create reports by interlinking the tables without help of abaper for writting program
    Reward points if helpful
    Regards,
    Amrish Purohit
    Message was edited by:
            AMRISH PUROHIT

  • From Nabil Houlika Germany. Please help me by answering the following questions. The Time Capsule suddenly went dead. What should I do? Is there a way to put it "ON" again??

    Yesterday the time capsule light went off. All efforts to put it on again failed. All electric connections are in good order and working perfectly. Please help me.

    Hi again,
    I called them this morning. Admits my allergies and sneezing I was able to talk to them.
    They will replace it with basically no questions asked.
    I guess also having a MBP under AppleCare also helped too as the case is registered under that.
    They gave me a few options.
    The could take my credit card number as insurance and send me a new one and them I send them my dead one back, or I could take it into an Apple Store for a replacement there. The problem is that I have data on there that I want to maintain, so they said take it to the Apple Store or an Apple Service provider and they would handle the transfer.
    I don't have an Apple Store in my city, but have a Service Provider that I know that could do the transfer for me, but I kinda want to do it at the Apple Store because maybe then they would give me a new one instead of another w year tombstone.
    So I need to weigh my options.
    I'll let you know further what happens.
    P.S. my serial number was not in the range listed, but that didn't seem to make a difference. I think the key is to be courteous, respectful and friendly.

Maybe you are looking for

  • Difference between LIV and Normal Invoice document

    Hi Guys, What is the difference between an LIV invoice and a normal FI invoice document. Are the entries different or something. In which cases do we go for LIV invoicing. thanks srik.

  • When typing on my ipad 4, the keyboard randomly disappears!

    Okay, when I am typing on my ipad, for example this question, in the middle of me typing a word the keyboard will go back down and my finger will accidentally hit a link or something below the keyboard. Then I have to tap the screen again and resume

  • Calling Bex Workbooks from the Web Dynpro

    Hi All, I'm calling Bex Workbooks from my dynpro using the following code: create reentrance ticket   call function 'CREATE_RFC_REENTRANCE_TICKET'     importing       ticket                 = l_ticket     exceptions       ticket_logon_disabled  = 1  

  • [SOLVED] Lost write permissions ~/ directory since migrating to F2FS

    I recently moved my /home directory on to a partition that is formatted with the F2FS file system. Since doing that my regular user can no longer write to the ~/ directory even though the folder permissions look OK. So my permissions for my /home/mar

  • Facebook in Mac OS 10.8.2 as of September 19

    Hello New update just came out today (10.8.2) and I see faceook under mail,contact,calendar in system preferences but I does nothing. It does not accept my facebook account. What'd going one? If login to facebook using Safari, it asks me if I allow t