After upgrading from 4.6C to ECC 6.0 templates not working in smartform

Hello,
After upgrading from 4.6C to ECC 6.0 templates not working properly in smartform, although value is flowing to the point the template is getting called and inside the template there are text elements where placeholders are kept to display the value, when the print is taken there are no values being displayed by the text elements.
Please note - Text elements doesnot have any conditions present in the condition tabstrip.
Thanks,
Abhishek

Hi,
After the upgrade, you will have to do the security upgrade.
Please follow these steps.
1. Go To SU25
2. Run step 2A to 2D.
3. In step 2C, you shall get the list of all the affected roles.
Click on first role. It will take you to authorizations of that role. Click on the "New" tab there to find the new objects added to the role after the upgrade.
Note: You can open the same role in the unupgraded system to check.
4. Provide the access to the required authorization objects.
5. Disable the unwanted authorization objects.
6. Generate the profile.
7. Follow the same steps for all the affected roles listed.
Please note that you will have a list of new objects added.You need to maintain them inorder to avoid any access issues.
8. After step 2C, complete 2D.
Regards,
Imran

Similar Messages

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • Impact on Custom / Std IDOC after upgrading from 4.7 to ECC 6.0

    I am in Upgrade project (4.7 to ECC 6.0).
    What will be the impact of the existing Custom and Std IDOC after upgrading from 4.7 to ECC 6.0 and if any impact, what are precautionary steps to be taken to work as it is.
    Will there be any Impact on ALE also ?
    Thanks & Regards
    Khaleel

    closed.

  • After upgrading from ITunes6 on ITunes 7 my videos doesn´t work

    after upgrading from ITunes6 on ITunes 7 my videos doesn´t work. there are no error messages, popups or ballons. songs are no problem, only the videos?!
    Can somebody help me?
    Thanks
    Cross

    hmmmm. let's try checking to see if they will still play in your current version of QuickTime.
    in itunes, right-click on one of the videos that is causing the grief, and select "Show in Windows Explorer".
    right click the icon of the file in the Explorer window that comes up and select "Open With ...", and try to open it with your QuickTime player. does it play there or do you get funny business with that too?

  • After upgrading to ios8 my 4s text dictation microphone does not work and is "greyed" out

    After upgrading to ios8 my 4s text dictation microphone does not work and is "greyed" out.  There is no function at all.

    Ok I fixed the issue, turns out a couple of weeks ago, I downloaded a program that was suppose to help shrink some of your stuff to use less data, it was called Onavo.  It was suppose to show you how much data you use to help keep you within your limits.  If you have downloaded this, go through your settings and delete it and it will fix the problem.  At least it did for me.  I can now send photo's to non Iphone users via text no problem.

  • Transactions missing in Role After Upgrade from 4.6c to ECC 6.0

    Hello Friends,
    I did multiple searches on this question but it was unsuccessful. We are upgrading from 4.6c to ECC 6.0. We are testing roles to make sure the migrate properly.
    Irrespective of su25. There are transactions that are not obsolete and are missing in ECC 6.0
    For example if I have a role called FIROLE. Which has 20 tcodes in 4.6c. When we upgrade to ECC 6.0 8 tcodes will be missing. This is not because the tcodes become obsolete.
    What is the best way to approach this. Should we be testing each role?
    Thanks!

    Hello Imran,
    transactions can be 'obsolete' also if they still exist.....
    If the application developers create new functionality, new look,.... in new transactions but still let the 'old' ones in the system.
    Just think about the ME2*-transactions..... The developer can decide, that such new transactions should replace the old ones after upgrade in the roles or let the old ones as they are.
    You can get an overview about replaced/obsolete transactions by reviewing table PRGN_CORR2 (make sure, that you have the latest version, according to [SAP Note 991377|https://service.sap.com/sap/support/notes/991377]   !!!). SU25 gets its information from that table.
    b.rgds, Bernhard

  • Schema error after upgrade from 4.6C to ECC 5.0

    Hi all,
    We have recently upgraded from 4.6C to ECC 5.0. We are having problem in payroll run. When I did a syntax check in schema, I got "UDPM" rule doesn't exist. I checked, this rule is present in 4.6C. This is the standard rule. If I am right, it should have come with upgrade right?
    or SAP has changed this? From where Can I get the info about this?
    Also similar error I got in Function 'USTAX' parameter 3 is not allowed. If I remove that parameter, I don't know what is the implication of that.
    I checked for SAP notes. I did not find anything.
    Please let me know if any of you have come with such situation.
    Thanks in advance.
    Sarika.

    Hi Sarika,
    We are also in a similar transition i.e. 4.6C to mysap Ecc5.0 . But we are on Canadian Payroll.
    I had search OSS and got a PDF document regarding " Upgrading to SAP R/3 Enterprize - A User Guide to Canadian mysap HR Customers" . U may be can find a similar one for US payroll. I can give u mine, but it wont be of any use as it is for Canadian Payroll.
    In Canadian mysap Upgrade , the function P0224 has been replaced by function KXDTM . Although P0024 is still in used in Schema K00T for conversion purposes.
    Regards,
    Jay Gandhi

  • Layouts disappear after upgrade from 4.6c to ECC 6.0

    HI friends ,
    In the upgrade from 4.6c to ECC 6.0 , the layouts in the SAP QUERIES in the new system are either lost or showing lesser fields than original system .How do get the exact layouts as in 4.6c?
    Please help...
    Many thnx ,
    Hemanth .

    Try using SQVI transaction .
    Please reward if useful.

  • After upgrading to maverick my epson WF-2540 scanner will not work. There are no upgrades showing so what do I do?

    After I upgraded to Maverick my Epson WF-2504 scanner will not work.  There is no software update showing necessary either. I have gone to the Epson website but it doesn't offer a download.  It tells me to go to "software update" ???  Any suggestions?

    Thanks Arthur,
    I was hoping for a good bubble bursting, but I tried that HP "update" as soon as my printer stopped responding. I really really wanted my bubble popped.
    One needs the Apple supplied driver for this work. It will not work because the driver to basically function on the updated Mavericks is not supplied by Apple Updates, so the HP driver that stops printing an extra page is rendered useless. I spent, wasted two days going back and forth between Support threads, HP chat and on the phone, through all the Mac channels where I was told that the 2011 HP was antique. HP said Apple had the drivers. So, they pointed a finger at one another with this unlucky customer caught in the crossfire. HP said Mac did it and Mac said HP did it. BOOM ! goes the guy in between who spent a good bit of money to have good equipment. What is wrong with expecting a printer to last beyond 3 years, or for a back up drive to last more than 3 years?
    I do appreciate the attempt to help though. It was here in Discussions where I was guided to the gimp driver, drivers which in the past always worked when needed but in this case something wicked about Mavericks prevents it from working. No matter how many times HP says it works on their site all you have to do is try and then speak with customer service to find out that in a parellel universe this may logically hold. It does not hold here.  If it were the case that by working in Lion it would work in Mavericks then there must be something wrong with me. But why, APPLE, is it that one day it works, do the update and then it does not when Lion was the previous OS? I did Everything, every single thing recommended by people who had good ideas and wanted to help but all too often the facts tell us nothing of the world. Facts are tools used to decieve, the world is where it works or does not work and in this case Mavericks has cost me close to $300. Probably not a big deal in some cases, but money is money. When it is gone it is gone.
    I followed the complete uninstall, going into library and removing all HP, then restarting and lo and behold HP driver for 4500 not only was not present but along the way my 500gig back up drive died, as in dead, nothing.
    Of course I will not buy another HP product. If you go to the list of drivers Mac says it carries the HP Officejet 4500 wireless may be present but is not carried by Apple. I have tried Apple update over and over. What I have done is wasted my time and money. In one fell update I lost a printer and a back up drive. No storms, no loss of electricity, no boogie men lurking, no malware, no gremlins, nothing but an innocent customer updating when Apple said "update". Sure it is serendipity that both my printer and back up drive died on the same day at the same time following the Mavericks update. Who am I but a loyal customer? I must be stupid because my equipment stopped responding after the update. It is not new that there are bugs and glitches following updates. I was a beta tester for OS X, it wiped my computer clean, but I understood, it was beta.
    A friend told me the same about planned obsolescence in that since printers are cheap and ink is expensive they don't really care about customer satisfaction. Three years old is antique, out of date. We should and must all be angered by this hatred for the customer shown by manufacturers across the board. Blaming the customer is ridiculous and absurd but not unheard of, in fact it has become the rule of thumb from the other side. The customer is innocent. All we want is to buy premium equipment and to have it behave in a manner befitting the cost. I am an Apple user since 1994. I designed a restaurant on a 333 mhz black and white Mac. You know, the big floppy disc one. I am not new to Apple. Fiercely loyal for 20 years. This is the most angered I have been by the flippant attitude shown to us all.
    Thank you for giving the links and hopeful advice. I tried them all when I first had the troubles. The good people in discussions, not the Apple plants, but the users, tried their best. I thought that by coming back later there would be updates and new links that would help. But no. Maybe one day. HP lost a customer, it means nothing to any of the manufacturers when a customer is ridiculed by their cynical attitude towards the customer. Maybe there will be someone else to come along here that has had similar experiences and found a way to fix. Used to be a gimp driver could do the trick. Used to be a way. I fear we lose control of our equipment more and more every day. This is not a rant. It is a somewhat sad expression of having been ripped off. Discussions here have helped in the past but the more things advance the less we matter. And as in the past when I was mad about an Apple failure a member sent a fix and I printed the fix for others to use in return. We help one another in the best of ways. Please spread the word, maybe there will be a fix to show up here sometime. I kissed my iOmega back up drive and the 500 gigs of writings, photos, backups and music goodbye, gone forever, poof! But the HP printer is still here on my desk. I don't want to give up hope.

  • Asset query execution performance after upgrade from 4.6C to ECC 6.0+EHP4

    Hi,guys
    I am encounted a weird problems about asset query execution performance after upgrade to ECC 6.0.
    Our client had migrated sap system from 4.6c to ECC 6.0. We test all transaction code and related stand report and query.
    Everything is working normally except this asset depreciation query report. It is created based on ANLP, ANLZ, ANLA, ANLB, ANLC table; there is also some ABAP code for additional field.
    This report execution costed about 6 minutes in 4.6C system; however it will take 25 minutes in ECC 6.0 with same selection parameter.
    At first, I am trying to find some difference in table index ,structure between 4.6c and ECC 6.0,but there is no difference about it.
    i am wondering why the other query reports is running normally but only this report running with too long time execution dump messages even though we do not make any changes for it.
    your reply is very appreciated
    Regards
    Brian

    Thanks for your replies.
    I check these notes, unfortunately it is different our situation.
    Our situation is all standard asset report and query (sq01) is running normally except this query report.
    I executed se30 for this query (SQ01) at both 4.6C and ECC 6.0.
    I find there is some difference in select sequence logic even though same query without any changes.
    I list there for your reference.
    4.6C
    AQA0FI==========S2============
    Open Cursor ANLP                                    38,702  39,329,356  = 39,329,356      34.6     AQA0FI==========S2============   DB     Opens
    Fetch ANLP                                         292,177  30,378,351  = 30,378,351      26.7    26.7  AQA0FI==========S2============   DB     OpenS
    Select Single ANLC                                  15,012  19,965,172  = 19,965,172      17.5    17.5  AQA0FI==========S2============   DB     OpenS
    Select Single ANLA                                  13,721  11,754,305  = 11,754,305      10.3    10.3  AQA0FI==========S2============   DB     OpenS
    Select Single ANLZ                                   3,753   3,259,308  =  3,259,308       2.9     2.9  AQA0FI==========S2============   DB     OpenS
    Select Single ANLB                                   3,753   3,069,119  =  3,069,119       2.7     2.7  AQA0FI==========S2============   DB     OpenS
    ECC 6.0
    Perform FUNKTION_AUSFUEHREN     2     358,620,931          355
    Perform COMMAND_QSUB     1     358,620,062          68
    Call Func. RSAQ_SUBMIT_QUERY_REPORT     1     358,569,656          88
    Program AQIWFI==========S2============     2     358,558,488          1,350
    Select Single ANLA     160,306     75,576,052     =     75,576,052
    Open Cursor ANLP     71,136     42,096,314     =     42,096,314
    Select Single ANLC     71,134     38,799,393     =     38,799,393
    Select Single ANLB     61,888     26,007,721     =     26,007,721
    Select Single ANLZ     61,888     24,072,111     =     24,072,111
    Fetch ANLP     234,524     13,510,646     =     13,510,646
    Close Cursor ANLP     71,136     2,017,654     =     2,017,654
    We can see first open cursor ANLP ,fetch ANLP then select ANLC,ANLA,ANLZ,ANLB at 4.C.
    But it changed to first select ANLA,and open cursor ANLP,then select  ANLC,ANLB,ANLZ,at last fetch ANLP.
    Probably,it is the real reason why it is running long time in ECC 6.0.
    Is there any changes for query selcection logic(table join function) in ECC 6.0.

  • Report variants missing in PC00_M10_REC after upgrade from 4.7 to ECC 6.0

    After Upgrade to ECC 6.0 from 4.7 version, two  variants for  Payroll Reconciliation report  in PC00_M10_REC  are missing.
    These variants were of users who have left the organisation/company.
    Can anyone help me to restore those variants and tell me why those two variants got deleted.
    Thanks in advance
    Rohan Das.

    Try to use program RSTRANSP , this will create transport request for variants. after creating the variant your basis team can move to ECC box

  • Missing table variants in SE16N after upgrade from 4.7 to ECC 6.0

    After Upgrade to ECC 6.0 ,certain variants for standard tables like MARA,MARC,EINE,EINA etc....in SE16N are missing.Can anyone help me to restore the variants.
    Thanks in advance
    Preethi .

    If you didn't save them they are gone - you can't restore them if you didn't run the report before (from where do you want to restore?)
    On top of that, if you have tables, that changed during the upgrade, the variants won't work any more.
    I suggest you write a report or use queries to get your data instead of using SE16N.
    Markus

  • Runtime Error in VL01N after upgrade from 4.6c to ECC 6.0

    hi, 
       We are doing a upgrade project from 4.6c to ECC 6.0 and when we are running the VL01n tcode and as soon as we hit enter in easy access screen its throwing a runtime error as " The key of internal table "XLIPS" contains components of type  'X' or "XSTRING". The "READ TABLE XLIPS" statement is not permitted for such tables in a unicode context'. The xlips is declared as:
    DATA: BEGIN OF XLIPS OCCURS 15.
    INCLUDE STRUCTURE LIPSVB.
    DATA: END OF XLIPS.
    so i have checked the lipsvb structure in that i dont find the key fields of type X or XSTRING all are of type CHAR 4. this LIPSVB is the Reference structure for  XLIPS and YLIPS.
    THANKS IN ADVANCE.

    Please  see the  Patch level of the  SD, FI ,etc...
    and  apply  it   the basis   should   find  it  out  .... for  ECC6.0   then  minimum level  of  patches  should  be   upgraded.
    please  ,login to help.sap.com  ... there  in the  search  see the  document   of the pateches  for the   ECC6.0 for SD & FI ... like wise  for  all  Modules  ....
    Reward  points if it is usefulll ...
    Girish

  • Runtime Error in MIGO after upgrade from 4.6c to ECC 6.0

    hi,
        We are doing a upgrade project from 4.6c to ECC 6.0 and when we are posting the MIGO a runtime error is occuring from the method
    "IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_BEFORE_UPDATE" which is
    in the class "ZCL_IM_MMIM_STK_TRANSFER".
    The error is as follows :
    method IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_BEFORE_UPDATE
    >>>>>CALL FUNCTION 'Z_MM_STK_TSFR'  
    TABLES     
    T_XMKPF = XMKPF
    T_XMSEG = XMSEG.  
    END METHOD.
    the errror is showing at function  'Z_MM_STK_TSFR'   .
    I would be happy if anyone could give any inputs i hav also put chek in unicode in attributes in main program however still the error is arising.
    thanks in advance

    hi,
         thanks for the inputs i have done the syntax check on the main program and the FM the error which is coming is Field "ENJPREVIEW" is unknown. its neither in one of the specified tables nor defined by a DATA 'statement' . THis error is showing in the include LMEDRUCKF1K.
    Thanks in advance

  • User Exit issue after upgrade from 4.6c to ECC 6.0

    Hi Experts,
    After upgrade we are facing some issues regarding user exit. In 4.6c we have implemented several user exit to do customization in several module like SD,FI and HR. But after upgrade it has been identified that SAP has already provided this functionality in ECC 6.0. Now our problem is when this transactions are called or executed control is going to both custom and standard code. Which took long time to execute and causing performance issue.
    Is there any ways to identify which are the functionality SAP has provided in ECC 6.0 so that we can delete our custom user exits.

    Hi
        List all the user exits which you have modified and check in OSS notes you will get the OSS note with all the details what functionality has been changed.  Based on this you can delete or retain the user exits which ever you want.
    Regards,
    JB

Maybe you are looking for

  • How to print a text in java?

    How to print a text in java?

  • For update in select statement

    i have a table which store data in a clob. sometimes user forget to add and extra carriage return after last line. so i am doing the following to modify the clob SELECT file_content INTO lv_lob FROM files WHERE id = p__id FOR UPDATE; dbms_lob.writeap

  • Building a Case to purchase a Xserve in small in house creative service dep

    Looking for some advise on getting upper management and IT to approve a server for a small creative department. Some background we have 4 work stations all Mac G5, they are not hooked to company network (Mac's are not supported by IT), Company is all

  • Changing font size in iTunes store and iTunes

    Is there a way I can do this? It would be nice if there were a command+ or something along those lines. I'd also like to do the same with the iTunes list. Although I have the large font enabled, it's not that comfortable to read. Thanks:)

  • 24 digital I/O lines on the BNC-2090A rack mount.

    Dear all, I am using a PCI-6221 DAQ card connected to a BNC-2090A rack mount. The digital I/O sping terminal block on the rack mount is a shown in the image bellow. The PCI-6221 card has 3 ports of digital I/O with 8 lines for each port. I tested whi