How to change funcionality "Maintain Master Data" to RSA1 instead WebDympro (BW 7.4)

Hello Gurus,
Someone could help me?
In SAP BW 7.4 (Support Package 7) the BW master data maintain function moved from SAP GUI into web dynpro screen.
Can we use it (maintain master data) in SAP GUI RSA1 like SAP BW 7.3?
Is it a configuration in SPRO?
Thank you guys.
PS: It is my first project with SAP BW 7.4

Hi Gareth,
I have made the code changes as suggested by you but there is some kind of inconsistency.
After maintaining master data ,If I go back one step it works fine
But if I type /nRSA1 or any other tcode on the same screen,it gives a dump.
Below is the dump.
Short Text
    The current application has triggered a termination with a short dump.
What happened?
    The current application program has detected a situation that should
    not occur. A termination with short dump has therefore been triggered
    by the key word MESSAGE (type X).
What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
Error analysis
    Short text of the error message:
    ControlFrameWork: Maximum number of sessions reached
    Long text of the error message:
    Technical information about the message:
    Message class....... CNDP
    Number.............. 011
    Variable 1..........
    Variable 2..........
    Variable 3..........
    Variable 4.......... " "
How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occurs in a non-modfied SAP program, you might be able to
    find a solution in the SAP Notes system. If you have access to the SAP
Notes system, check there first using the following keywords:
"MESSAGE_TYPE_X"
"SAPLOLEA" bzw. LOLEAU02
"AC_SYSTEM_FLUSH"
If you cannot solve the problem yourself, please send the following
information to SAP:
1. This description of the problem (short dump)
To do this, choose  System -> List -> Save -> Local File (unconverted)
on the screen you are in now.
2. A suitable system log
To do this, call the system log in transaction SM21. Restrict the time
interval to ten minutes before the short dump and five minutes after
it. In the display, choose System -> List -> Save -> Local File
(unconverted).
3. If these are programs of your own, or modified SAP programs: Source
code of these programs
To do this, choose  More Utilities -> Upload/Download -> Download in
the Editor.
4. Details regarding the conditions under which the error occurred or
which actions and input caused the error.
System environment
SAP Release..... 740
SAP Basis level 0009
Application server... saps009
Network address...... 137.33.22.24
Operating system... Windows NT
Release.............. 6.0
Hardware type....... 4x AMD64 Level
Character length..... 16 Bits
Pointer length........ 64 Bits
Work process number... 11
Shortdump setting. full
Database server... SAPS009
Database type..... MSSQL
Database name..... BID
Database user ID bid
    Terminal.......... GDNL2180
    Character set C
    SAP kernel....... 742
    Created on....... Jan 30 2015 22:06:39
    Created at....... NT 6.1 7601 x86 MS VC++ 16.00
    Database version SQL_Server_9.00
    Patch level....... 37
    Patch text.......
    Database............. MSSQL 9.00.2047 or higher
    SAP database version. 742
    Operating system... Windows NT 6.0, Windows NT 6.1, Windows NT 6.2, Windows NT
     6.3
    Memory consumption
    Roll.... 0
    EM...... 45930944
    Heap.... 0
    Page.... 40960
    MM used. 29493280
    MM free. 16431408
User and Transaction
    Client................. 100
    User.................. GDNJAINI
    Language key.......... E
    Transaction......... RSA1
    Transaction ID...... EECAFAE4F51BF1F6B2DD005056950066
    EPP whole context ID...... 0050569500661EE4BED95AD6937632DD
    EPP connection ID........ DFCAFAE4BC6CF115B2DD005056950066
    EPP call counter......... 1
    Program.............. SAPLOLEA
    Screen.............. SAPLRSAWBN_MAIN                         1000
    Screen line.......... 0
    Active debugger..... "none"
RFC Caller Information
Information on caller of Remote Function Call (RFC):
System.............. BID
Installation number 0020244352
Database Release..... 740
Kernel Release...... 742
Connection type..... 3  (2=R/2, 3=ABAP-System, E=External,
R=Reg.External) call type....... synchronous and non-transactional (emode 0,
imode 0)
Inbound TID..........
Inbound queue name...
Outbound TID.........
Outbound queue name..
Client................. 100
User.................. GDNJAINI
Transaction......... RSA1
Call program...........CL_RSDMD_RSAWBN_TOOL==========CP
Function module..... RSNDI_MD_ATTR_TEXTS_MAINTAIN
Call destination..... NONE
Source server...... saps009_BID_00
Source IP address.. 137.33.22.24
Additional information on RFC logon:
Trusted relationship..
Logon return code.... 0
Trusted return code.. 0
Remarks:
In Releases prior to 4.0, information about the RFC caller might be
missing or incomplete.
- The installation number is provided in caller Release 700 and higher.
rmation on where terminated
The termination occurred in ABAP program "SAPLOLEA", in "AC_SYSTEM_FLUSH". The
main program
was "RSAWBN_START".
In the source code, the termination point is in line 38 of (Include)
program "LOLEAU02".
Line  SourceCde
    8 *"      CNTL_ERROR
    9 *"----------------------------------------------------------------------
   10   data: sysubrc like sy-subrc.
   11
   12   CALL FUNCTION 'AC_FLUSH_CALL'
   13        EXPORTING
   14             SYSTEM_FLUSH = 'X'
   15             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
   16        IMPORTING
   17             MESSAGE_NR   = sysubrc
   18             MESSAGE_TEXT = SY-MSGLI.
   19
   20   sy-subrc = sysubrc.
   21
   22   CASE SY-SUBRC.
   23     WHEN 0.
   24     WHEN 1.
   25 *     system_error
   26       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.
   27     WHEN 2.
   28 *     method_call_error
   29       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
   30     WHEN 3.
   31 *     property_set_error
   32       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
   33     WHEN 4.
   34 *     property_get_error
   35       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
   36     WHEN 8.
   37 *     maximal number of modi reached
>>>>>       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 011 RAISING CNTL_SYSTEM_ERROR.
   39     WHEN OTHERS.
   40       RAISE CNTL_ERROR.
   41   ENDCASE.
   42
   43 ENDFUNCTION.
Thanks

Similar Messages

  • Incorrect result between maintain master data and bex query, how can i fix?

    Hi ALL,
    i get some messages from the users there is incorrect result between SAP R/3 and Report on BW. i controlled the monitor and i saw there was a job for 0CUSTOMER_ATTRIBUTE that it finish correctly but the processing it was only in PSA, i started the full update immediately from PSA into Data Targets and is finished correctly. after when i control the content of the 0CUSTOMER (right click maintain master data) i get the correct attribute result that match the data in SAP R/3, but the problem is when i execute a query Bex on this master data it will not return the same attributes data.
    Can SomeBody Help please
    Bilal

    hi,
    For any master data attributes loaded you will have to run "Attributes Change Run" for that.Execute for Master data 0CUSTOMER.
    The same is avilable in rsa1->Tools(top menu)->apply hierarchy/attribute run.
    hope it helps,
    regards,
    Parth.

  • Changing macro for master data files

    Hi experts!!
    we maintain master data(attributes,texts,hierarchy) for one infoobject in a Macro work book.The work book contains many sheets and we maintain data in one sheet and then click on 'do it all ' .....it updates all other sheets and at the same time generates two files....one for attribute and texts....one for hierarchy.....
    now my client wanted me to introduce one new level in hierarchy..so I added one more column in the sheet where we maintain data and clicked on 'Do it all'.......its generating two files as usual....in master data(attribute and text) file...data seems to be right...but hierarchy file seems to be wrong....I think I have to change Macro program(I guess) so it includes newly added column...Am I right?
    Can any one advise where and how I can do changes so it generates right hierarchy files?(because while I am running hierarchy process chain,its showing error like..'Error in Hierarchy structure')
    Thanks.
    SH

    Marta,
    A company called Inquera has a sample MDM repository available for SAP employees and approved partners. It can be downloaded from their <a href="http://www.inquera.com">web site</a>.
    This is only a sample repository. You need to have the MDM components already installed to use it (Console, Server, & Data Manager at a minimum).
    Thanks,
    Tim

  • Send changes of Artical master data from sap to nonsap (idoc outbound prog)

    Hi Experts,
    I am  new to interfaces
    I have one requirement in Idocs, i.e the changes of artical master data is send to sap to nonsap system through idoc.
    idoc type is ARTMAS05, msg typ is ARTMAS.
    I am giving some information for my object.
    For article (MATNR) by site (WERKS plant)
         If MRP Type (MARC-DISMM) = u201CX0u201D
              Then if changes to fields:
              MARC-KZAUS     Discontinuation ind.
              MARC-AUSDT     Effective date out
              MARC-NFMAT     Follow-up article
    Then send idoc type ARTMAS05 with the following data
    segment E1BPE1MATHEAD
         MATERIAL
    segment E1BPE1MARCRT
    MATERIAL             PLANT                     DISCONTINU            
    EFF_O_DAY            FOLLOW_UP
    Systems Referred to:
    The planning system for our client is nonsap system. This software requires to be informed of relevant changes on articles in order to start its planning runs. When an article is superseded by another we have to send the replacement article (if any) as well as the discontinuation date.
    Dependencies/Prerequisites :
         Change pointers for Article master active
         Change pointers active for fields:
         MARC-KZAUS      Discontinuation indicator
         MARC-AUSDT     Effective date out
         MARC-NFMAT     Follow-up article
      Idoc ARTMAS05 required with reduction in order to only send relevant fields
    Filter to only send idocs for materials in the u201CAutomotiveu201D type where MARC-DISMM = u201CX0u201D.
    So this is my requirement, please send some sample code or idea how to complete object.
    with regards,
    gs reddy.

    Hi,
    All the details mentioned seems to be correct.
    just change one "automotive" material and check change documents are getting generated.
    i hope partner profiles are already in place.
    once change docuements are inpalce check RBDMIDOC program is scheduled in back ground or you can manually execute the program for testing.
    and check the IDoc generated.
    do you  want supress some segements?
    di your NOn-sap ssytem can accept Idoc?
    Suresh

  • To track changes to the master data

    Is there a report or program to run to see, who made changes to the master data, deleted a record or so?
    Please help.

    Hi ,
    Use the report RPUAUD00(Logged changes in infotype data). This report is  to display all documents that were created with the creation of infotype log (short: Change documents). any changes, creation/deletion.
    to ensure that changes to infotype fields are entered (changes, creations, deletions), these fields must be maintained in the following views: HR Documents: Infotypes with Documents (V_T585A), HR Documents: Field Group Definition (V_T585B), and HR Documents: Field Group Characteristics (V_T585C).
    Hope this hellp you.

  • Dumps when trying to Maintain master data

    Hi All,
    When we are trying to Maintain master data for a master data object 0WBS_ELEMT, we are getting a short dump "CALL_FUNCTION_NOT_FOUND" in our BI 7.0 system.
    What we are doing is Right click on 0WBS_ELEMT info object and Maintain master data, then we get the above dump. Saw in one of the forums that by making the info object in active and activating it again it will solve the issue but even after doing this the issue still persists, we still get the dump. Would need help from all of you.
    regards,
    Suman Pitta

    Hi Suman,
    The dump is due to the fact that 0WBS_ELEMT has an attribute which still
    uses the POSID conversion exit. Attribute 0PROG_POS should use
    conversion exit POSBW. And in fact, in RSD1 of this infoobject, POSID is
    Still maintained. However, if you go to the DDIC object in SE11
    (SE11 -> choose "Domain" -> /BI0/OPROG_POS -> Display), you will
    see that the conversion routine POSID still appears. This is the reason
    you get the dump.
    In order to resolve this issue, go to RSD1 -> enter infoobject
    '0PROG_POS' -> choose maintain -> Set object status to inactive and
    reactivate the InfoObject. The reactivation should regenerate the DDIC
    objects (you can check this in SE11 again).
    Alternatively change to the version from content which utilises POSBW
    already.
    regards,
    Colin

  • Mass change of customer master data

    Hi,
    I would like to do a mass change of customer master data.
    I need to remove the international VAT register number for local Polish customers, as we will use the local NIP number for these customers.
    Which transaction code do I need to use?
    Are there any things I should keep in mind?
    Thank you.
    Kind regards,
    Linda

    Hi,
    You haev a Transaction called MASS. Please check whether you have the authorization for the same. If you have then it is very much easy for you to maintain the same. If you dont have the MASS authorization then you have to create a LSMW and then make the change.
    Steps:
    1. Enter MASS
    2. Object type - Select KNA1 (avaialble in the drop down) and execute
    3. You should have an option "Customer master (VAT registration numbers general section) " with table KNAS. Execute
    You will be able to choose those customers whom you want and make the changes.
    Hope this should help you.

  • 0vendor is not displaying name attribute when I maintained master data.

    0vendor is not displaying name attribute when I maintained master data.
    Details: I have four records in the 0vendor infoobject (sand box). I have to show these four records to the client. As i have free hands I maintained master data in the name field and finally activated master data. But when I add the name attribute to the vendor charecteristic in the query designer; it is displaying name attribute as # . Any idea how to display the names of the four vendors in the zquery.
    Also do you know the transaction to copy standard query to Zquery?
    Thanks in advance.

    Dear Les
    For 0VENDOR, Set Property as Key & Text, try once again.
    Yes, you can copy the standard query very well.
    Open the Standard query & using SAVE AS, you can copy to "Z" queries.
    Hope, now you will get some idea
    Regards
    Saravanan.ar

  • Online Change Transfer for Master Data

    HI,
    whats transaction for Online Change Transfer for Master Data, and how to use it.
    regards
    manish

    Hi Manish ,
    You make the settings for change transfers in transaction *CFC9 (Change Transfer
    for Master Data setting)*
    For material masters, customers and vendors, the change transfer can occur
    periodically or can be executed online immediately. You also have the option of
    deactivating the change transfer.
    You can also configure an immediate change transfer for work centers and
    resources. In this case, the change transfer only concerns the header data of the
    individual work center capacities.
    Hope it will help you.
    regards
    Ritesh

  • How To... Update Master Data during upload of transaction data

    Can anybody let me know how this can be achieved.
    I have datasource (Legacy not R3) where I am getting both master data and text for number of infoobjects.
    I dont want separate datasources.
    The datasource is actually transactional datasource.
    I dont need text in the cubes or DSO I need the text tables of the infoobjects to be updated.
    I could find this on SDN but do anyone have document based on the below link.I was not able to find it.
    How To... Update Master Data during upload of transaction data
    Thanks.

    Dear Praveen
    I guess yr req is demanding the knowledge of Data Unification and Synchronization whose scope is a bit outer the area of BW.( its MDM actually )
    In BW we could very well fetch data out of different data sources (even across the different system) with no issues so why not u trying that. if there is any issue implementing that then please specify what kind of trouble you are interfacing...
    I got the below link which may be helpful
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e7bd6389-0a01-0010-eb95-d45835d446a8

  • How are attribute and text master data tables linked in SAP R/3?

    Hello,
    how are attribute and text master data tables linked in SAP R/3?
    Most tables with attribute master data like T001 for company codes,
    have a text master data table T001T (add "T" to table name).
    When looking at the content of table T001 via transaction se11,
    the text are automatically joined.
    But for some tables there is no "T"-table (e.g. table TVBUR for sales offices
    has no text table TVBURT), but in se11 you get texts. There is an address
    link in TVBUR, but the Name1, etc. are empty.
    a) Where are the text stored?
    b) How does the system know of the link?
    Hope someone can help!
    Best regards
    Thomas

    Hi Thomas
    The master and text table are not linked by name, of course, if you see the text table, it has the same key fields of master table, only it has the field key spras and the field for description.
    The link beetween the tables is done by foreign key: if you check the text table TVKBT u need to see how the foreign key for field VKBUR is done:
    -> Foreing key with table TVBUR
    -> Foreing key field type -> KEY FIELD FOR A TEXT TABLE
    ->Cardinality-> 1-:CN
    It's very important the attribute sets for Foreing key field type, if it's KEY FIELD FOR A TEXT TABLE, it'll mean the table is a text table: i.e. that mean the master table is a check table for the text table, where the foreign key type is for text table.
    U can find out the text table of master table by SE11: GoTo->Text Table
    U can fined some information in table DD08L.
    Max

  • Changes of asset master data - S_ALR_87012037

    Hi Colleagues,
    Could please help me by settings in order to see changes of asset master data ?
    I would like to know in which assets changes have been performed, in which characteristic and to know old and new value.
    There is one transaction : S_ALR_87012037 - but i cannot get horizontal look of values. I can only get vertical.
    In instruction there is shown that i should click function _ "use alv tree control" but i cannot see in my SAP version.
    is there any another option to get request display of data ?
    Thanks a lot for your response

    HI Gora,
    Standard report is the best option, but you can also use Table CDPOS:
    S_ALR_87012037 Output:
    You can also use Table CDPOS/CDHDR, in se16n.
    Regards
    Javed

  • How to change it if some data is wrong in ODS and infocube

    hi all:
        could you please tell me how to change it if some data is wrong in ODS and infocube ?
    Best regards

    You receive information on all requests that have run in the InfoCube and you can delete requests if required.
    http://help.sap.com/saphelp_nw04s/helpdata/en/d4/aa6437469e4f0ae10000009b38f8cf/frameset.htm
    Request ID you can find in administration of the InfoCube. If a cubes is compressed you can't delete requestwise...
    Regards
    Andreas

  • Changes in customer master data

    Hi
    Is there a different way (apart from using IDOCS) to identify changes (create/update/delete)  in customer's master data to the following  Condition Class:
    BPAR
    TESTRF
    DEBI
    KLIM
    Best Regards
    Tal

    Hi
    I want to know if all the changes in customer master data objects: BPAR,TESTRF,DEBI,KLIM
    are recorded in the system and where?
    is it relevant to customization?
    Best Regards
    Tal

  • How to Send the material master data from sap4.6c to ECC6.0

    Hi
        Friends this is shalini Shah, i got one requirement that is
    how to send the materail master data  from SAP 4.6C to ECC6.0 using XI.
    i  know the file to idoc and idoc to file scenarios but i don't know this one.
    please help me friends, Thanks in advance.
    Regards
    Shalini Shah

    Hi Shalini,
    To trigger IDoc these configurations should be done in the SAP 4.6, XI and ECC 6.0.
    SAP XI
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (IDX1)
    a) Select create new button
    b) Enter the port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Load Meta Data for IDOC (IDX2)
    a) Create new
    b) IDOC Message Type
    c) Enter port created in IDX1.
    SAP R/3 (4.6 and ECC 6.0)
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (We21)
    a) First Select Transactional RFC and then click create button
    b) Enter the destination port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Create Partner Profile (WE20)
    a) Create New
    b) Create the Partner no. name as same the logical system name of the destination system.
    c) Select Partner type LS
    d) Enter details for Type: US/USER, Agent, and Lang.
    e) Click on the + button to select the message type.
    f) Select Partner no. and LS which ever create above.
    g) Select Message type
    h) Select Process code related to the Message type.
    I) save.
    Also go ther the Blog <a href="/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi Configuration for Pushing IDOC's from SAP to XI</a> By Swaroopa Vishwanath
    U need to import the IDoc types both inbound and outbound to XI.
    1. Create Inbound and Outbound Message interface.
    2. Do one to one message mapping.
    3. Define an Interface mapping.
    ID:
    1. Create 1 Sender aggrement.
    2. Create 1 Receiver aggrement.
    3. Define 1 RD and ID.
    4. Only create an receiver IDoc CC.
    Regards
    San
    <a href="Remember to set the thread to solved when you have received a solution to set the thread to solved when you have received a solution</a>
    Where There is a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16">blog</a> there is a Way.

Maybe you are looking for

  • Yellow Battery Heating up

    Has anyone run into the Pearl battery heating up? My has done it a couple of times where the whole device is heated up because of the battery, I take out the battery, put it back in a minute later, it cools down, but the charge has completely drained

  • Safari In The UK

    Can anyone help? Can you make Safari a bit more British? For example change the Google search engine to Google UK and not US?. I love my new IMac, only had it two weeks, but it does assume I live in the US of A when I really could do with it being a

  • Context Changes got impact on what?

    Context Changes got impact on what?.

  • PSCC - Filename question

    Hi Guys, Using Photoshop CC, does anyone know what the asterisk means inside the tab name? This is on the inside of the bracket, outside it would mean not saved. I'm using 16 bit files throughout and the ProPhoto RGB Workspace. Files are transferred

  • Copying Beat Mapping Info from Tempo track

    Hey all. Does anyone know how I can copy and paste tempo mapping info? I tried rubber-banding the info from the tempo track while holding down the control keys (like the manual says) and it doesn't work. Everytime that I drag and copy the audio loop,