SE93, custom transaction with variant, how to check if variant is used

Hi,
I have created a customer transaction ZHCM_CV01N for transaction CV01N - created a variant with SHD0 and assigned it to ZHCM_CV01N).
sy-tcode returns 'CV01N' for both CV01N and ZHCM_CV01N transactions.
How can I check whether user ran CV01N or ZHCM_CV01N ?
I thought maybe I'd be able to read current transaction variant, if it is the same one I've created in SHD0 then I'll know that my modified transaction is running and not the original one.
Cheers,
Bart

Hi,
maybe you should delete autorithation for CV01N for users, then you can be sure, that only your new transaction is running.
Regards
Nicole

Similar Messages

  • In ecatt - how to check at database level using ABAP

    Hi,
    How to check at database level using ABAP in Ecatt tool.
    say,for example I want to check a particular sales order is invoiced or not ,at the database level and if it is invoiced I have stop proceeding to invoicing of that sales order number.
    Could anybody suggest on this with an example?
    thanks.

    Hi,
    you can use the command GETTAB to access single db records.
    Full specified or partitial specified keys can be use at GETTAB. It will return always only one record, also if a couple could match your selection.
    For more advanced scenarios you can also use eCATTs Inline ABAP. In a block between the commands ABAP. ENDABAP. you can code ABAP statements, e.g. SELECT ... INTO TABLE ...
    eCATT script parameters of type 'V' defined in that script using ABAP/ENDABAP will be transfered into the ABAP block and back to script after ABAP perform.
    Best regards
    Jens

  • How to check does my notebook use integrated or AMD graphic card?

    How to check does my notebook use integrated or AMD graphic card? Some games show me that they use integrated card: http://img849.imageshack.us/img849/4125/98ab1c28dc9f4b51b537435.png ?
    This question was solved.
    View Solution.

    Hello,
    First click in Start Menu, Control Painel in the up right side click in Category and left in Small Icons.
    Search Device Manager.
    Display Adapters.
    Which is your Operation System ?
    Windows 7?
    If yes.
    Click with the right clickpad in the desktop and select Display.
    Screen Resolution you can see how graphic your used or change if you want to.
    Att Cristian
    If this answer help you click in Kudos to tanks.
    Tanks
    If this answer help you click in Kudos to tanks.
    If you don't have more question click in Accept as Solution to close this case.
    Best Regards Cristian Derick.
    Senior Support Analyst.

  • How to Check authorizations (user profiles) using eCATT?

    Hi All,
    Please tell me how to Check authorizations (user profiles) using eCATT?
    Thanks in advance.
    Regards
    Kalyani

    Hello ,
    Create a script for SU02 transaction in the SAPGUI mode, in the script move to the profiles tab and GETGUI the first profile and loop to all the profiles assigned to the user until you find your required profile.
    Other way is to identify the table where the profiles are stored and then create script using GETTAB , pass the user name and retreive all the profiles assigned to tht particular user, loop through profiles untill you find your required profile.
    Thanks & Best regards,
    Ajay

  • How to check & unzip zip file using java

    Dear friends
    How to check & unzip zip file using java, I have some files which are pkzip or some other zip I want to find out the type of ZIp & then I want to unzip these files, pls guide me
    thanks

    How to check & unzip zip file using java, I have
    ve some files which are pkzip or some other zip I
    want to find out the type of ZIp & then I want to
    unzip these files, pls guide meWhat do you mean "other zip"? Either they're zip archives or not, there are no different types.

  • How to check the material consumption using tables

    Hi,
    I would like to know how to generate or view the material consumption at table level. Can anyone please specify the transactions codes and tables names how to check the consumption of material. I also like to know how to analysis the consumption of material between components and finished material. Please provide me the step by step wise how to do.Thanking you
    Regards,
    Sivaji Kumar Madhu Kiran

    You can calculate material consumption in table MSEG. you will need to segregate the material documents based on movement types and then add or reduce the quantities of each material document. for example a material document with movement 101, add the quantity for the material, and when there is a issue material document like 201 or 221 reduce the quantity from the material stock.

  • How to check upload progress when using Azure Node.js SDK createBlockBlobFromLocalFile

    We are building our cloud application using node.js.
    The "createBlockBlobFromLocalFile" API can be used to upload a local file to a container.  However, is there any feedback event being fired so that I know how many bytes have been uploaded so far?  (For example, if I am uploading a 4GB
    file, I would need to know the upload speed and upload progress.)
    Thanks.

    Hi,
    As of now, we do not have any API for Node.js to track the progress of Upload or download of block blob.
    You may check the upload speed using different tool or through Azurespeed.com. Please refer below link:
    http://blogs.msdn.com/b/avkashchauhan/archive/2010/11/03/uploading-a-blob-to-azure-storage-with-progress-bar-and-variable-upload-block-size.aspx
    http://www.azurespeed.com/Azure/Upload
    Regards,
    Manu

  • How to check which table is used

    After creating RFQ , i want to check which table is used  in creating RFQ.
    how can i see that data has gone or not into the database table.

    Hi
    See the Table EKKO and EKPO only
    with EKKO-BSTYP = A
    Regards
    Anji

  • How to check which function was used in a function based index.

    Hi how can i check which function was used in a function based index created on a column.
    Thanks

    Hi,
    What is your requirement... !!
    Bascially performing a function on an indexed column in the where clause of a query guaranteed an index would not be used. From Oracle 8i onwards introduced Function Based Indexes to counter this problem.
    Any how check this..you will get an idea..
    http://www.akadia.com/services/ora_function_based_index_2.htm
    http://www.oracle-base.com/articles/8i/FunctionBasedIndexes.php
    -Pavan Kumar N

  • How to check which table is using my table

    Hi,
    I have a table say Temp_Rd.
    How do I check which table is using my table Temp_Rd??
    Which table is using my Temp_Rd as the dependencies in the sql database?
    Thank you very much.

    Oops, pardon me for asking the questions unclearly.
    Its like some table Foreign Key is references to my this table Temp_Rd.
    Eg,
    CONSTRAINT "FK_SomeTable" FOREIGN KEY ("ID")
         REFERENCES "Temp_Rd" ("ID")
    How do I know which are the some table?
    I hope I explain it better this time.
    Sorrie about it.

  • How to check the user is using mobile to browse my website??

    Dear all,
    i am new in Java.Pls help!!i want to check the user is use what tools to browse my website...i mean if the user is using mobile to vist my website(eg:http://www.abc.com), it will rediect the mobile user to a webpage only for mobile user,otherwise,it will redirect to normal page for normal user(use browser such as ie,netscape)...
    how to do it? which function did i use?please give me some tips!!!
    Java baby , Frankie

    Check the User-Agent header of your request. Most phones will identify themselves through it.

  • How to check which app is using my network, how to check which app is using my network

    I find my net very slow on my mac. so when i open the activity monitor i find network being used but no app seemes to be open which is using the net. so how do i check which app is using the network?

    Download Little Snitch 

  • How to check actual allocated and used memory for java process in solaris?

    Hi,
    I'm testing performance for java application on solaris 10. And I would like to know how to measure actual memory allocated and used for java process.
    I'm setting -Xms512m -Xmx512m for my java process and I use prstat command to monitor it's memory. But I found that when I run prstat to check, in SIZE column is more than I setting (found 644).
    So I'm don't know the actual memory that java process used. (In this case,is it mean the process use memory (644) more than setting (512)?)
    Thank you.

    With Xms/Xmx you specify the Java heap size. On top of that comes the permanent generation (default max size 64m) and the C part of the process (the JVM itself with all its libraries and data).
    With "ps -e -o pid,vsz,rss,args" you get the virtual and set resident size of your processes.
    Nick.

  • How to check remaining monthly phone use time?

    I've had the iPhone a week but one thing I haven't quite figured out is the "usage amount level". iPhone checks email every so often, am I paying for this connection time? If so, can I change it to manual check? Where can I see how much time I have used? I have found call time, but is this separate to email / internet time? Hope you can help!

    Hello Ben
    If your using iPhone with AT&T you automatically get Unlimited Data, So you can never go over your data limit with the iPhone
    The only things that have a Limitation on AT&T are SMS and Voice. For example the cheapest SMS package on AT&T is 200 SMS per month. But you get get Unlimited SMS for an extra $20
    And of course voice is also limited based on your plan, And this can be upgraded if you feel you need more talk time.
    If your not with AT&T then yes please consult your Cell provider to find out more info on how to pick a package that may suite your needs better.
    And yes you can certainly tell Mail to Manually check to save on Data cost.
    And yes Call time is different from Data.
    I know on at&t if you dial *646# you get an SMS that tells you
    *Min Remaining etc. To view current data usage *3282#
    Keep in mind this data may not be 100% up to data when it comes in. So please access your Online account with your cell provider for possible up to date data reports, or Contact Cell Provider who may have a more up to data result.

  • Windows NDIS filter - how to check if port is used by operating system

    Hi,
    I am writing a windows NDIS filter driver (for versions 6.0,6.2.6.3) and would like to be able to query from inside the kernel about the status of a tcp port (is it in use?).
    The function: FilterReceiveNetBufferLists is called when I receive a packet. Afterwards the tcp header of the packet is  extracted. I want to check if the destination port which I've extracted from the header is being used on the local machine. 
    Can I use WSK Network API, WFP or some other API to check if a port is being used by the operating system? and if so how do I do it?
    Thanks in advance!

    This won't be easy, but you can get the address table by sending IOCTL_TCP_QUERY_INFORMATION_EX to \Device\TCP as documented
    here. You'll need to spend some time looking at TCPIOCTL.H in the SDK, too. If you search the Internet for IOCTL_TCP_QUERY_INFORMATION_EX, you'll find some hints on how to use it.
     -Brian
    Azius Developer Training www.azius.com Windows device driver, internals, security, & forensics training and consulting. Blog at www.azius.com/blog

Maybe you are looking for