Find contents in variant for all programs

Hi All,
I have to find out a string in variant for all programs which are using that string .
I have to find out this devcq1  string in varints for all programs.
How can i do that one?

Hi,
You can get the variant name from table VARID and then pass it to the FM RS_VARIANT_CONTENTS and search the return values for your specific content.
tables: varid.
select-options: s_report for varid-report.
data: begin of itab occurs 0,
            report like varid-report,
            variant like varid-variant.
data: end of itab.
data:  i_val type standard table of rsparams with header line.
select report variant
from varid
into table itab
where report in s_report.
check sy-subrc = 0.
loop at itab.
  CALL FUNCTION 'RS_VARIANT_CONTENTS'
    EXPORTING
      report        = itab-report
      variant       = itab-variant
    TABLES
      valutab       = i_val.
  if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
       WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  else.
    loop at i_val.
      ....            <-- search i_val for devcq1 string
    endloop.
  endif.
endloop.
Regards.
Ferry Lianto

Similar Messages

  • How do u find logical datanase exist for ur program requirement?

    How do u find logical datanase exist for ur program requirement?

    Hi,
    The transaction Code SE36 is where you can find all the Logical Database that exist in the SAP system. You can find the existing logical database that exist and can use which ever that suits your needs.
    Logical Databases are mostly used in HR ABAP and in HCM Reports.
    Thanks,
    Samantak.
    <b>Rewards points for useful answers.</b>

  • Find Tax Return Locations for all Accounting needs, File Tax return......

    Hi dear friends
    Find Tax Return Locations for all Accounting needs, File Tax return, Business Accounting, Payroll, Income Tax, Property Tax, State Tax.
    Find a qualified local Tax Professional, CPA, Accounting Firm,  Accountant, Financial Planning from most widely used Directory.
    Our services are -- irs tax help, accounting, taxes, irs, tax debt help, payroll, income tax, property tax, tax attorney, tax, cpa, accountants, tax help, tax return, business tax return, free tax help, estate tax,
    More information visit below here --
    [FINDTAXRETURN|http://www.findtaxreturn.com/]
    Cheers
    Admin

    I have already received the TT application for 2012 filing.
    Have you checked at their website?
    http://www.turbotax.com/lp/ty11/ppc/hp.jsp?cid=ppc_gg_b_stan_dk_us_hv-trbtx-mn&a did=18494275668&skw=TurboTax&kw=turbotax&ven=gg&

  • Find Tax Return Locations for all Accounting needs, File Tax return, Busine

    Hi dear friends
    Find Tax Return Locations for all Accounting needs, File Tax return, Business Accounting, Payroll, Income Tax, Property Tax, State Tax.
    Find a qualified local Tax Professional, CPA, Accounting Firm,  Accountant, Financial Planning from most widely used Directory.
    Our services are -- irs tax help, accounting, taxes, irs, tax debt help, payroll, income tax, property tax, tax attorney, tax, cpa, accountants, tax help, tax return, business tax return, free tax help, estate tax,
    More information visit below here --
    [FINDTAXRETURN|http://www.findtaxreturn.com/]
    Cheers:)
    Admin:)

    I have already received the TT application for 2012 filing.
    Have you checked at their website?
    http://www.turbotax.com/lp/ty11/ppc/hp.jsp?cid=ppc_gg_b_stan_dk_us_hv-trbtx-mn&a did=18494275668&skw=TurboTax&kw=turbotax&ven=gg&

  • Sound works for all programs in Windows 7 (64-bit) except iTunes (64-bit) which stopped working after months of working fine.

    Sound works fine for all programs on Windows 7 (64-bit) except recently 64-bit iTunes just stopped working.  I believe the sound stopped right after downloading the 10.5.1.42 version of iTunes.

    Sir,
         I had the same problem with itunes 10.5 with creative labs sound card.  The only way I could solve it was to use the built in sound on my video card.  But needless to say I have a very high end video card, I have the NVIDIA GTX 580.  And after I used the sound on my video card everything worked great.

  • How can I set a customized view in finder set as standard for ALL folders?

    As I have a large number of folders, I need a specific view in finder: symbol view, sort by program and name. I tried to use this settings as standard for ALL folders, but using the 'set as standard' button does only work for the folder I am in, but not for ALL folders. I even tried to use this settings on the hard disk level in finder, but what ever I tried, it never applies to all folders. The problem occurs on each of my devices and on Yosemite OS 10.10.1. as well as Mavericks 10.9.5. Any ideas on how I can make the 'standard' work on all folders?

    As Vinod says, unique key validator would be fine.
    However, In Gabriel's blog:
    Performing a unique key validation for an attribute that is declared to be unique in the database requires a round trip to the database. This is quite expensive and there is a fast and easy way to work around it.Is false on several fronts:
    1). it's not expensive - it's actually cheaper than the alternative
    2). Unique key validator can require many trips to the DB to validate - it must check all other rows in the EO to ensure there is no duplicate, and all of those rows must be fetched into the middle tier to do the validation: this is expensive.
    The "cheapest" way to do this: unique constraint in the DB
    John

  • IH01 default screen variant for all users

    Hi,
       I want location hierarchy, equipment installed and BOM explosion checked in the transaction IH01 for all users. I can do this through a screen variant but the user will have to choose it every time he enters this transaction. Is there a way that the above fields default as checked everything a user enters the t-code? I looked for it in SPRO and could not find it. Any help would be greatly appreciated. Thanks
    Ajay

    hi
    if the variant you have created is the only one available then it will display to all the user,but the if some other variant is there with user name then it will be displayed for the user logged on .
    only thing is don't authorize the user to create the variant
    from SAP help:
    Each user can also create their own selection screen. The selection screen defined by you is only then proposed by the system, if no individual selection screen has been defined for the user under their user name.
    If you want to define an individual selection screen for each user, and the user-specific selection screen should be proposed automatically when the report is called up, the name of the report variant must begin with U_USERNAME.
    Maintenance of selection variants
    When you execute the function, you reach the initial screen with all the selection fields. There you can define the standard selection screen. This selection screen is then always proposed if no individual selection screen has been defined for the user under the name U_USERNAME.
    regards
    thyagarajan

  • Set Default Save Location for All Programs

    What I need is a program that will set the default save folder (in all programs) to the same folder the current file came from.
    If I do a "Save As" I want the folder in the Save dialog box to always be the folder the file is in.
    This was brain-dead easy in OS 9 (General Control Panel, Save Location, Folder That is Set by the Application).
    I cannot find a help file, a preference pane, an add-on program, anything to allow this.
    If anyone can help me, I'd appreciate it.

    Hi,
    Not sure if this is what you want but you might want to look at it
    http://www.stclairsoft.com/DefaultFolderX/

  • Print pdf in Acrobat 9 stopped working for all programs (only the pdf converter office add-in works)

    Windows 7 x64 has a problem:
    http://social.answers.microsoft.com/Forums/en-US/w7files/thread/0617cfb6-dd06-4cb6-874d-0c ec97d3a310?prof=required&ppud=4
    To solve that nesting issue, I followed these instructions:
    In  order to accomplish the proper redirection, you need two junctions:
    1)  A Local Settings junction, that will forward programs going to
    %userprofile%\Local  Settings to the new folder.
    2) An Application Data junctions  *inside of the new folder* that points back on itself, to get programs  accessing %userprofile%\LocalSettings\Application Data.
    If you  think about it, it makes sense ... when the program is accessing local  settings, it will get forwarded to the folder it needs to be in,  however, it is also accessing a folder named Application Data *inside of  the correct folder it needs* (since it has already been redirected by  the Local Settings junction), so the Application Data junction has to  point back on itself for things to function properly.
    I would  suggest checking the security settings on your Application Data junction  (C:\users\yourname\appdata\local) (you will need to select show operating system files from folder options in an explorer window).
    Go to the  security tab, click advanced, then edit, and make sure you see a deny  permission for everyone on the list.
    If there isn't one listed,  create one for "Everyone" and check the box under Deny next to "read  folder / list data".
    Once I added "everyone" and "deny", I received 300 error messages, which I all clicked on "continue".
    After each restart, no program worked, and hundreds of error messages popped up.
    So, I removed the "everyone denied" entry again.
    Now, all programs start normally.
    But:
    If I want to say "print to pdf", it goes through the motions, prints something, and opens the pdf dialogue, and at exactly half time of the progress bar says "stopped". No matter if I want to pront from internet explorer, windows explorer, acrobat, word, editor, ...
    Why?
    How can I reverse this?

    I can't open the Form Tools though is what I'm saying. When I open the document in Acrobat 9 Pro I have no form tools.
    I have to go to [Forms] -> [Edit Forms in Designer] in order to open the form tools.
    Only when I select to open in designer I do not get the Acrobat Pro Designer, it automatically opens the document in LiveCycle and I have no option or ability to change the document designer to Acrobat Pro.
    Is there some way I can "Force" the docement to open in Acrobat 9 Pro designer JUST so I can add the print button?

  • How to find the workflow admins for all costcenters ?

    Dear SRM gurus
    We are using Classic scenario with N th step workflow with BADI.
    we have a requirement.
    How to find the workflow admins for the particular costcenters.
    we used HRV1222A where ATTRIB EQ <Z attribute>(This is our own attribute to group all the costcenters)
    used table HRP1001 to find the Admins but results are not correct because it is not showing my user id(I have all authorisations).
    Is there anyway to find all the admins for a cost center(users are more than 7000+)
    can anybody send work flow related presentations or cookbook
    Thanks in Advance.
    srinu

    hi
    I have not received any thing.Please send again
    [email protected]
    [email protected]

  • Finder icon in dock for ALL currently open Finder windows?

    Hi all,
    I'm an ex-Windows user and I'm kinda used to having an item in the taskbar for all Explorer windows I have open.
    Is there a way to enable this in OS X? I'm pretty good with keyboard shortcuts and alt-tabbing back to Finder is easy but if I have 4 of 5 Finder windows open it's hard to find the one I want quickly.
    Can this be done?
    Thanks!

    digitalformula wrote:
    Question though - what do you mean by secondary function of the F3 key? I currently use it all the time for Exposé of course but that's all I use it for ... how can I make it do the thumbnail thing?
    The thumbnail thing on F3 is an Exposé function. To clarify, hitting the F3/Exposé key (you can configure if you want F3 or Exposé to be the primary function of that key in System Preferences > Keyboard) brings up miniature images of every active window. Sorry if that was confusing.
    Perhaps OS X Help says it best:
    "Your computer has a feature called Exposé that makes it easy to find windows when your desktop is cluttered. Even if you have many overlapping windows, Exposé lets you view thumbnail versions of all of them so you can find the one you need.
    To see all your open windows, press the Exposé key. If your keyboard doesn’t have an Exposé key, press Fn-F9. If your keyboard doesn’t have an Fn key, press F9.
    Exposé includes several other shortcuts for working with windows. For maximum clutter control, you can use it in combination with the Spaces feature.
    To set up Exposé, use Exposé & Spaces preferences."

  • SAP VIM Integrated Invoice Cockpit - single default layout variant for all exceptions

    Dear all,
    I hope some one has found the solution for this problem we are experiencing in SAP Vendor Invoice Management 600:
    For the Integrated Invoice Cockpit ( transaction /OPT/VIM_IIC ) we want to be able to define ONE global layout variant ( available for all users)  that is available for all exceptions in  the ICC. This so we only have to define and maintain one layout variant centrally.
    However this seems not possible: we tried to do so with the  transaction /OPT/VIM_EIIC_ADM  but  it appears that it is only possible to define global layout variants for each exception in the ICC separately ( which is a lot of maintenance work)
    Is there a solution available for this ?
    Many thanks in advance for your help.
    Kind Regards,
    Arjan

    Dear all,
    I hope some one has found the solution for this problem we are experiencing in SAP Vendor Invoice Management 600:
    For the Integrated Invoice Cockpit ( transaction /OPT/VIM_IIC ) we want to be able to define ONE global layout variant ( available for all users)  that is available for all exceptions in  the ICC. This so we only have to define and maintain one layout variant centrally.
    However this seems not possible: we tried to do so with the  transaction /OPT/VIM_EIIC_ADM  but  it appears that it is only possible to define global layout variants for each exception in the ICC separately ( which is a lot of maintenance work)
    Is there a solution available for this ?
    Many thanks in advance for your help.
    Kind Regards,
    Arjan

  • Set the Unicode check flag for all programs.

    Hello friends,
    We are now upgrading our ecc6 system to unicode. The problem is that all our programs
    are not flaged for unicode checks and there for have syntax errors. I now how to mark
    this flag for a single program but how can I do it to all programs?
    I realy need your help.
    Thanks in advance,
    Gershon.

    Hi Gershon,
    In general, transaction  UCCHECK is designed to cover all Unicode adaptations needed. The guide called
    u201CRequirements of ABAP Programs in Unicode Systemsu201D, which can be found via:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b02d3594-ae48-2a10-83a7-89d369b708e5
    gives customers a comprehensive description of possible errors. Please also have a look at the docu provided directly in transaction UCCHECK. In addition, SAP notes 1322715 (search for UCCHECK) and 1319517 (point 8.) might be helpful.
    Please note that customer programs have to be adapted - simply setting the Unicode flag works only for the objects with a green traffic light in UCCHECK .
    Best regards,
    Nils Buerckel
    SAP AG

  • White screen displays sporadically during interactive content and not for all users

    We have an unusual thing happening with some users (5% or less) experiencing a white screen/program lockup when interacting with the training.  We think this is related to missing java script file(s), but we aren't 100% sure.
    Training is occurring on a variety of different laptops and workstations across the country.  All are suppose to be using the latest version of IE (and java).  There is no commonality between hardware, users or where in the program the issue occurs.
    Some people experience it in module 5 when they have to type data, and others may experience it in module 2 where they just have to click the continue button ( any module for any action - it truly is that random).  What's more we can't reproduce the problem on machines that have the latest java files.  We have looked over the physical layout of each slide but can find no commands or objects that would cause the problem.
    Has anyone experienced this type of sporadic issue?  Does anyone have a suggestion for how to fix it? -
    Any insight or advice would be greatly appreciated, Debra

    think they blocking us all and not telling us why think they have manger problems with new cloud atm im useing a  stand alone portable phtotoshop cc till they get it fix .

  • How to create a variant for a program without selection screen

    Hi All,
    I've created one program which takes the data from 30 tables and loads into one final table.
    This program is already moved to Production.
    But while creating variant it's not allowing, since the program doesn't have the selection screen.
    Is there anyway where I can create a variant in production without selection screen directly as the program code is already moved to production.
    Thank You,
    Regards,
    Karthik.Ch

    Hi ,
    Are you running this program in a process chain??

Maybe you are looking for