Can information system(MC.9) be possible to display in ALV grid?

Hello experts.
Is it possible to display MC.9 in ALV grid without ABAP programing?
For example I hope to use user parameter or SPRO setting.
Regards

No.
SAP strategy is to use business warehouse system, dont expect any deveoplement on these old info system programs

Similar Messages

  • How can i change sequence of structrure when i display in alv grid.

    Hi,
    I am doing object oriented alv. Now i need to change my sequence of alv grid. How can i change sequence of structrure when i display in alv grid. Send me code if possible....
    IF G_CONTAINER IS INITIAL.
         CREATE OBJECT G_CONTAINER
             EXPORTING
                CONTAINER_NAME = 'CONTAINER'.
         CREATE OBJECT ALV_DISP
             EXPORTING
                I_PARENT = G_CONTAINER.
         CALL METHOD ALV_DISP->SET_TABLE_FOR_FIRST_DISPLAY
             EXPORTING
               I_STRUCTURE_NAME  = 'ZPMS_OUTPUT_V3'
              CHANGING
                IT_OUTTAB        = IT_PMT
                IT_FIELDCATALOG  = G_FLDCAT
              EXCEPTIONS
                INVALID_PARAMETER_COMBINATION = 1
                PROGRAM_ERROR                 = 2
                TOO_MANY_LINES                = 3
                OTHERS                        = 4.
         IF SY-SUBRC <> 0.
         ENDIF.
    Regards,
    Gurprit Bhatia
    Message was edited by:
            GURPRIT BHATIA

    Hi Gurprit,
    when you are maintaining the field catalog you can maintain the order by populating the value as 1,2,... into col_pos filed.
    <b><REMOVED BY MODERATOR></b>
    Satish
    Message was edited by:
            Alvaro Tejada Galindo

  • Is it possible to display list alv and grid alv in the same screen

    Hi
    There are methods to display more than 1 alv grid in the same screen by using block append grid . In the same manner its available for more than 1 list alv report display by REUSE_ALV_BLOCK_LIST_APPEND.
    My question is I want to display 1 alv list and 1 alv grid report in the same output screen .
    Please let me know how to do it ?  I will definetly appreciate the answers.
    Thanks!!

    Hi Anindita,
                                      Previously i ad told v cant display two lists together in same screen. But u can use Block ALV for this. Use FM "REUSE_ALV_BLOCK_LIST_APPEND.
    In OO u can use Cl_GUI_EAST_SPLITTER_CONTAINER for displayin more than two lists in same screen.
    If useful giv points
    Regards
    Vanitha P

  • Is it possible to export two alv grids to one spreadsheet?

    Hi All!
    I need to export two grids to one spreadsheet. Is it possible using standard functionality?
    It looks like i need to develop my own export function.
    Please advise.
    Many thanks!

    Hi,
    If you bolock list ALV display, then it is possible.
    If not, then you need to add one button on the application toolbar, in user command portion u need to write code for exporting the data to spreadshee either using OLE functionality or using GUI download like below ....
    data : lv_append TYPE char01,       "Append indicator
              lv_tabdl  TYPE char01,       "Tab indicator
        lv_tabdl = cl_abap_char_utilities=>horizontal_tab.
    " d/l the first table
        CALL FUNCTION 'GUI_DOWNLOAD'
          EXPORTING
            filename              = lv_fname
            write_field_separator = lv_tabdl
          TABLES
            data_tab              = l_it_hdr
          EXCEPTIONS
            file_write_error      = 1
            no_batch              = 2
            OTHERS                = 3.
        IF sy-subrc <> 0.
    " Error message
        ENDIF.
    " d/l the second table
        lv_append = c_check.
        CALL FUNCTION 'GUI_DOWNLOAD'
          EXPORTING
            filename              = lv_fname
            write_field_separator = lv_tabdl
            append                = lv_append
          TABLES
            data_tab              = g_it_op_a
          EXCEPTIONS
            file_write_error      = 1
            no_batch              = 2
            OTHERS                = 3.
        IF sy-subrc <> 0.
    " Error message
        ENDIF.
    Regards,
    Amitava

  • How can we find out data in an editable ALV grid has been changed or not?

    Hi Experts,
    How can we find out whether a data in an editable ALV grid has been changed or not.
    I am using the
    FM -> REUSE_ALV_GRID_DISPLAY_LVC
    for ALV display.
    I have to chekc whther data has been changed or not befor saving. if changed then only i want to
    SAVE
    . I cannot use the internal table comparison method for this purpose also i am not using OOP ALV.
    So kindly sugest me an alternative.
    Thanks and Regards,
    Shahana

    Hi,
    Thanks for your answer. I already saw this post.
    See this method.
    CALL METHOD reuse_alv_grid->check_changed_data
    IMPORTING
    e_valid = lv_check.
    This will update the internal table with the edited values. Then we can go for internal table comparison.
    But my scenario will not allow me for itab comparisons.I just want to know the ALV data has been changed or not.
    Regards,
    Shahana

  • The wireless system has detected a possible intrusion attack by signature..

    We are getting the following "critical" alert with the following:
    Description
    NULL Probe Response - Zero length SSID element
    Message
    {controller} IDS 'NULL probe resp 1' Signature attack detected on AP 'AP Name' protocol '802.11b/g' on Controller 'x.x.x.x'. The Signature description is 'NULL Probe Response - Zero length SSID element', with precedence '2'. The attacker's mac address is 'xx:xx:xx:xx:xx:xx', channel number is '6', and the number of detections is '1'.
    Help
    The wireless system has detected a possible intrusion attack by signature detection for a specific attacker. Immediate attention is required.
    I'm trying to find more information on this and am wondering if this is a false/positive.
    Thanks for help in advance.

    I would point more towards a false positive alert here.
    NULL Probe Response - Zero length SSID element:
    Some frames are permitted to carry a null (zero length) SSID, called a broadcast SSID. For example, a station can send a probe request that carries a broadcast SSID; the AP must return its actual SSID in the probe response. Some APs can be configured to send a zero-length broadcast SSID in beacon frames instead of sending their actual SSID. However, it is not possible to keep an SSID value secret, because the actual SSID (ESS name) is carried in several frames.
    As far as how to modify the IDS sensor in the WLC:
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_tech_note09186a008063e5d0.shtml
    HTH

  • Does OIM Connector for AS400 support provisioning of "Information Systems"?

    A customer is asking to configure OIM’s connector for AS/400 with the set of attributes natively supported (a.k.a. documented) by our connector, plus another one, named, in Italian, “Sistemi Informativi” (“Information Systems”).
    As far as I can understand from the Customer, and by reading some documents downloaded from the Internet, an “Information System” is a set of AS/400 libraries that the End-User Administrator can enable for the user.
    The possibility to configure one or more “Information Systems” seems to be enabled by the installation of a (quite popular, according to my Customer) AS/400 module named “Modulo Base” (“Base Module” in English”).
    Does anyone have any experience about this feature?
    Regards,
    Angelo Carugati

    It is a separate connector.
    Talk to your Oracle sales person to get more information about the licensing.

  • Emplopyee information system using portal

    Hi All,
    I was just doing some R&D and wanted know if it was possible to develop an employee information system using Portal. I mean having a page where all the details of the employees are present and they can update any information like their contact information on the portal.
    Also if it was possible to have an online leave appliction system for employees using Oracle Portal.
    Comments are appreicated.
    regards,

    Oracle Portal can be used to build applications with several technologies e.g :
    <LI>Portlet technology either through PL/SQL PDK/Java PDK/JSR-168
    <LI>J2EE applications exposed through JSP frontend
    <LI>Webforms application created with builtin development tool
    <LI>ADF application ...
    There may be many more. Pending on your skills (java, pl/sql) you could opt for one of the technologies. I would however choose for APEX if you decide to create your application as a simple Webforms application with the builtin tools in Portal as it offers more functionality.
    Thanks,
    EJ

  • COMAC - COHV: manage object profile for order information system

    Hi,
    when you carry out an collective availability check from transaction COHV or COMAC, it is possible to select a layout or a profile. The layout can be defined within the transaction.
    What about the profile ? I can't find how to create a new profile in the  customizing for order information system.
    In standard the profiles are:
    000001 standard profile
    000002 pick list
    000003 collective availability check
    000004 documented goods movements
    Do you have any idea where the profiles can be maintained ?
    Many thanks
    Regards

    Hi,
    Go to SPRO > Production >Shop Floor Control > Information System>Define Profile for Order Information System.
    Hope this helps
    Regards
    Ali

  • Hyper-V for hospital information system, calculation and requirements?

    Hi All,
    This is my first post here, i am a technical support and developer for one of hospital information system, because its application for healthcare so this application demands performance, reliability and high availability, after a long discussion with my
    team, we decided to deploy our application and database on Hyper-V VM's. But the problem is we never deploy this apps in VM's before, we usually deploy on physical server, here are our scenario:
    for VM1 : Application server (Windows Server 2012 R2), our application would be optimal serve 100 users running on 1 processor with 6 cores  (if deploy on physical server) and 16GB memory.
    for VM2 : Database server (SQL Server 2012 R2), usually we use 4 to 6 cores (if deploy on physical server) with 16GB memory.
    the questions:
    1. Can someone help me with the Hyper-V VM's calculation or configuration regarding computing power for host and guest? like how much vCPU? Dinamyc Memory? (we intended using Hyper-V Server 2012 R2 as hypervisor)
    2. What if i want to use fail-over cluster ? does our fail-over must be on VM's too?
    3. For SQL Server on VM, which one more impact on performance, assign a lot of vCPU or memory?
    4. Can someone suggest me the hardware requirements for those scenarios?
    Thank you for the help.
    Regards,
    Mahdi.

    Without knowing the exact performance characteristics of the applications, it is really difficult to provide any information about the effects of oversubscribing the CPUs or memory.  So, just look at it as though it were a physical deployment.
    "1. Can someone help me with the Hyper-V VM's calculation or configuration regarding computing power for host and guest? like how much vCPU? Dinamyc Memory? (we intended using Hyper-V Server 2012 R2 as hypervisor)"
    Many servers you purchase today will come with two processors and 8 cores (forget about simultaneous multithreading at this point) giving you a total of 16 logical CPUs.  Create your VM with 6 virtual CPUs and 16 GB of memory for Application 1. 
    Configure your SQL VM similarly.  I don't know what issues might arise with Application 1 with dynamic memory, but SQL performs best without it.  Most servers today will have at least 64 GB of memory.  With the above configuration, you have
    plenty of headroom on a pretty average server.
    "2. What if i want to use fail-over cluster ? does our fail-over must be on VM's too?" 
    With Failover Clusters, you cluster the Hyper-V role.  This means that the VMs will fail back and forth.  Remember, though, this is at the VM level and not at the application level, meaning that if Hyper-V host 1 fails, the VMs restart on Hyper-V
    host 2.  Now, it is possible to also create failover clusters between VMs.  This is quite common with SQL.  When clustering VMs, you would need to install VMs on each node of the Hyper-V cluster.  Then if Hyper-V host 1 fails, there is
    an instance of SQL running on host 2 ready to take over.  The recovery time is much shorter.  You will have to ask the vendor of Application 1 if it is a cluster-aware application.
    "3. For SQL Server on VM, which one more impact on performance, assign a lot of vCPU or memory?"
    Without more information, that is pretty hard to answer.  Generally memory helps first, but depending on the types of query/update activity, multiple CPUs is also helpful.  Start at 4 and monitor to see if more would help.
    .:|:.:|:. tim

  • Set Message in BPM to System Error - Manual Restart Possible ?

    Hello,
    I'm working on a scenario where two idocs are merged in a BPM. The next step is sending the message in a synchronous RFC (BAPI) to a SAP R/3. Is it possible to set the merged message to the message status 'System Error - Manual Restart Possible' in the SXMB_MONI, when the BAPI returns an Error message?
    When it's not possible, is there an othe possibility to sent the message again, without involving the source system?
    Thanks in advance
    Matthias

    Hi,
    It would be better i think if you use the concept of raising an exception in your response mapping
    please refer:
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    /people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping
    in the response mapping you can check the condition for the responce code from RFC.
    Ranjit

  • Attribute for user contains errors. Inform system admin

    Hello,
    We've got an issue with shopping carts created by a user that was deleted from system. When trying to see in Monitoring Shopping Carts header or item details of a given sc. A web error occurs:
    The URL http://srp.srm.gruposalinas.com.mx:8000/sap/bc/gui/sap/its/bbpsc11/! was not called due to an error.
    Note
    The following error text was processed in the system SRP : Attribute for user contains errors. Inform system admin.
    The error occurred on the application server srm-pro_SRP_00 and in the work process 2 .
    The termination type was: TH_RES_FREE
    The ABAP call stack was:
    Form: OUTPUT_EXPRESS_MESSAGES of program SAPLBBP_SC_UI_ITS
    Form: EXTERNAL_SCREEN_DETERMINE of program SAPLBBP_SC_UI_ITS
    Module: EXTERNAL_SCREEN_DETERMINE of program SAPLBBP_SC_UI_ITS
    We've cheked SAP NOTE 312058-BBPPU99: Error: Attribute for ... is missing. Inform ...
    But it seems that none of the information applies to us, since this issue is only present for Shopping carts that were created by this deleted user.
    So we tried to re-assing one of this sc, chaning PARTNER_NO,ADDR_NR    
    ADDR NP data in table CRMD_PARTNER according to a new given user, but it didn't work. So we need to know how to re-assing this sc or perhaps how to find what specific attribute is missing.
    Any advice is welcome.
    Thanks in advance.

    Hi
    <b>Which SRM version are you using ? This is an SRM error message.</b>
    The manager role should be enough to change user attribute. The transaction is BBPATTRMAINT. Employee role should have BBPUM02 or BBPAT05 to change their own attribute.
    <u>Please check whether the User ID you are using to Log into BBP_PD (and seems to be assigned in the org structure also)is consistent and has no errors in tcode USERS_GEN.  You should check the user, it's not set up properly in USERS_GEN Transaction, Else repair the user.
    To maintain the user attributes you must have the Administrator role.. Your user should have role SAP_BBP-STAL_ADMINISTRATOR and be integrated in the org structure. your user must be integrated in SRM organizational structure. To see which attributes are missing, you can click on the user in PPOMA_BBP to see details, and go to last tab "Check". This will list all required attributes depending on used scenarios (so you may not require all of them). You can also use transaction BBP_ATTR_CHECK to check user's attributes for a particular scenario.</u>
    <b>Please go through the following links as well -></b>
    bbp_mon_sc attributes
    Re: FM for attribute's value assignation in PPOMA ?
    Note 751022 - Monitor Shopping Cart: Item deletion causes termination
    Re: User Settings are not saved
    Re: Not able to generate user users_gen
    Re: SRM organization plan...
    Re: User creation error
    <u>Hope this will definitely help. Do let me know.</u>
    Regards
    - Atul

  • Logical System for Financial Accounting FI lacking; information systems

    Hello,
    we`ve got a problem with the creation of a SC. After the selection of a product (doesn`t matter if it`s a "free text", good or service), we got always the following Error:
    "Logical System for Financial Accounting FI lacking; information systems"
    I`ve already checked the attribute "ACS" in PPOMA_BBP and the RFC-Connections. Have anybody an idea, what i can do else or where i can get further information about this error (like System Log,...)?
    Regards Jochen

    Hi Jochen,
    Kindly check the following SPRO settings in your system
    1. SPROSRM ServerTech Basic settings--Define backend system for Prod category. (Ensure that your category which you are using in your SC is defined here with source/target system)
    2. SPROSRM ServerCross App Basic Settings--Define Objects in backend systems. (Ensure that Purch grp, prod category, source system, and PO details are maintained here)
    3. SPROSRM ServerCross App Basic Settings--Define G/L account for prod category. (Ensure that your Prod category, Source system, Acct assgnmt categry and G/L account are maintained)
    Pl check the above and revert back.
    Regards,
    Nikhil

  • Witholding Tax Information system (J1INMIS) Not updating (FICA)

    Hi Experts,
       We are using ECC 6.0 recently we upgrated with EHP 5. And the current system (FICO) is working fine with TDS calculations and Witholding Tax Information system (J1INMIS) gets updated perfectly.
    We are implimenting FICA (student Accounting). FICA has a provision to calculate the TDS so all TDS Calculations done in FICA.
    While we transfer the data from FICA to FICO all GL's gets update even TDS GL also getting update. But when I Check the Report Witholding Tax Information system (J1INMIS) the TDS calculated from FICA is note appearing in this report. But appearing in TDS GL's.
    I assume  FICO system will not have any Vendor information because In FICO all vendor balances will get update to only reconciliation key as vendor are in FICA system.
    Another problem is how I can take TDS Certificates for vendors If the Tax Information system doesn't update.
    Please suggest.....
    Kind Regards,
    Shivaji

    To get TDS certificate we use T code J1INMIS, Pls dont go to This T code: Follow this:
    1. J1INCHLN
    2. J1INBANK---Bank no, will be Check Issue A/C.
    3. J1INCERT----In this document date should be end of the month date exampl=31/03/2011
    After giving all the details in J1INCERT
    select - Ctrl S (Save the document_
    you will see the below screen (Variant) give variant name XXX Description (Check Printing)
    save, you will get 16A Form.

  • Notifications of XI-mgs in status 'System Error - Manual Restart Possible'

    Dear colleagues,
    I'm using a simple communication channel of type 'GeneratedReceiverChannel_XI' in order to push XML-messages from the intergration engine into the ABAP-Backend using an ABAP server proxy. Many of these messages, however, show an error status in the XI-monitor (Notifications of XI-mgs in status 'System Error - Manual Restart Possible'). The indication of the system error is OK, since the XML-parser correctly detects a character in a field which shall be mapped to a field of type 'DEC' in the ABAP backend.
    Is there any possibility to configure some type of alerting in the ABAP-backend to track especially the appearence of XML-messages in the XI-monitor with status 'System Error'?
    Thanks a lot and kind regards
    Stefan

    HI,
    As its mentioned in above postes, you can configure the Alert notification in XI which can give you the alerts about this kind of errors.
    If the exception is raised after reaching to ABAP backend R/3 Side, then you may trace it in t-code SXMB_MONI of R/3.
    Refer -- ALERT MANAGMENT
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/content.htm
    Thanks
    Swarup

Maybe you are looking for