Recreate cl02 with limited F4 help

i need to recreate CL02 and cL01 transaction so that the F4 help contains limited class types only.
kindly tell me how to proceed and also i need to restrict an object so that not all the users get access
to this zclo1 .

Hi,
Let try this:
1. Create one customized program with BDC, declare your search help in the program.
2. Assign customized tcode to it. E.g. ZCL02
3. Remove authorization from your users' roles/profile, don't let them access to standard tcode CL01 and CL02
4. Assign authorization to your users' roles/profile, let them access to your customized tcode ZCL01 and ZCL02.
Example:
REPORT ZTEST.
DATA: BEGIN OF BDCDATA OCCURS 30.
         INCLUDE STRUCTURE BDCDATA.
DATA: END OF BDCDATA.
DATA: BDCTAB LIKE BDCDATA OCCURS 100 WITH HEADER LINE.
DATA: BEGIN OF MESSAGE OCCURS 0,
       MSG TYPE BAPI_MSG,
   END OF MESSAGE.
DATA: I_BDCMSGCOLL TYPE STANDARD TABLE OF BDCMSGCOLL WITH NON-UNIQUE KEY TCODE INITIAL SIZE 0,
       WA_BDCMSGCOLL TYPE BDCMSGCOLL.
PARAMETERS: P_CLASS TYPE CHAR18,
             P_KLART TYPE CHAR3.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_CLASS.
*  <--write your search help here-->
AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_KLART.
*  <--write your search help here-->
START-OF-SELECTION.
   PERFORM BDC_PROCESS.
   SORT I_BDCMSGCOLL BY MSGTYP.
   CALL TRANSACTION 'CL02' USING BDCDATA
                          MODE   'N'        "'N' for nothing 'A' Display all
                          UPDATE 'S'
                          MESSAGES INTO I_BDCMSGCOLL.  " Return error message
   READ TABLE I_BDCMSGCOLL INTO WA_BDCMSGCOLL WITH KEY MSGTYP = 'E' BINARY SEARCH.
   IF SY-SUBRC EQ 0.
     MESSAGE ID WA_BDCMSGCOLL-MSGID TYPE WA_BDCMSGCOLL-MSGTYP NUMBER WA_BDCMSGCOLL-MSGNR
              WITH WA_BDCMSGCOLL-MSGV1 WA_BDCMSGCOLL-MSGV2 WA_BDCMSGCOLL-MSGV3 WA_BDCMSGCOLL-MSGV4.
   ELSE.
     CALL TRANSACTION 'CL02' USING BDCDATA
                          MODE   'E'        "'N' for nothing 'A' Display all
                          UPDATE 'S'
                          MESSAGES INTO I_BDCMSGCOLL.  " Return error message
   ENDIF.
   REFRESH BDCDATA.
*        Process                                                       *
FORM BDC_PROCESS.
   PERFORM BDC_DYNPRO      USING 'SAPLCLMO' '0100'.
   PERFORM BDC_FIELD       USING 'RMCLM-CLASS' P_CLASS .
   PERFORM BDC_FIELD       USING 'RMCLM-KLART' P_KLART.
   PERFORM BDC_DYNPRO      USING 'SAPLCLMO' '0100'.
   PERFORM BDC_FIELD       USING 'BDC_OKCODE' '/00'.
ENDFORM.                    "BDC_PROCESS
*        Start new screen                                              *
FORM BDC_DYNPRO USING PROGRAM DYNPRO.
   CLEAR BDCDATA.
   BDCDATA-PROGRAM  = PROGRAM.
   BDCDATA-DYNPRO   = DYNPRO.
   BDCDATA-DYNBEGIN = 'X'.
   APPEND BDCDATA.
ENDFORM.                    "BDC_DYNPRO
*        Insert field                                                  *
FORM BDC_FIELD USING FNAM FVAL.
   CLEAR BDCDATA.
   BDCDATA-FNAM = FNAM.
   BDCDATA-FVAL = FVAL.
   APPEND BDCDATA.
ENDFORM.                    "BDC_FIELD

Similar Messages

  • Hello. I am having much difficulty using any software drum program. I am trying to use EZ Drummer and the drum programs in Logic, with limited success. I was using them, and they were working, but this is no longer the case. Please help me navigate my way

    Hello.
    I am having much difficulty using any software drum program. I am trying to use EZ Drummer and the drum programs in Logic, with limited success. I was using them, and they were working, but this is no longer the case. Please help me navigate my way through these issues, if possible.
    Thanks.
    Eric

    Aha! I have sorted it.
    For those with similar problems, the solution is this:
    Macintosh HD > Library > Audio > MIDI Drivers
    Then delete DigiDioMidiDriver.plugin

  • I'm in Afghanistan with limited internet options. I have a wifi service plan I am signed up for however, a log in and password are required via browser log in, not a security key attached to the wifi. Please help...

    I'm in Afghanistan with limited internet options. I have a wifi service plan I am signed up for however, a log in and password are required via browser log in, not a security key attached to the wifi (like a hotel). Please help...

    the appletv will not be able to work on it's own
    you can use a computer or iphone acting the role of hotspot login using it's browser and getting internet access and then sharing it with the appletv
    so the appletv sees it as a wifi router it connects to

  • Will a CS5 Master Suite serial work on a CS5.5 download just with limited features?

    I just got a new computer and can't find my discs that I purchased for the CS5 Master Collection to install it...I got my serial from Adobe's site - will this serial work with the trial download of CS5.5(With limited features)? Or is there still a CS5 download somewhere? I'm just seeing the CS5.5 downloads on the download page - not sure if an old link is still around and active.
    Thanks for any help!

    Also, I found the CS5 trial download at http://prodesigntools.com/cs5-free-trial-downloads-now-available.html. However, everytime I click on the link for the master collection it says that there was an error processing the request.
    Adobe support isn't open on the weekend. Please help.

  • I have a toshiba lap top computer with vista and I can not get my iphone to connect all the way .. it says "connected with limited activity"?

    I have a toshiba lap top computer with vista and I can not get my new iphone to connect all the way .... it says "connected with limited activity". which means I don't get on. Any help would be appreciated. Thanks.  

    Hi all,
    Guess I understand what is going on as I'm also experiencing the problem.
    Basically the issue is about the iPhone 4's personal hotspot.
    I'm trying to hook on personal hotspot to my toshiba laptop but it couldnt work as the connection is limited to local only without Internet access.
    The hotspot works well on other laptop and I-devices, but not my toshiba...
    Hope to get assistance here. Thanks

  • Automatic tab when reaching the end of a field with limited character number

    Hello!
    Is there a way of activating an automatic tab behaviour when the user reaches the end of a field with limited character number?
    I'd like the cursor to jump to the next field in tab order automatically.
    Possible?
    Thank you for any hints!
    Marcos

    Hi,
    What if you tried something like the following example? This works using formCalc on the change event for the field the user is currently typing into:
        var fullCount = 3
        var currentString = xfa.event.newText
        if(Len(currentString) >= fullCount)then
            xfa.host.setFocus("TextField2")
        endif
    Or, if you prefer javaScript:
        var fullCount = 3;
        var currentString = xfa.event.newText;
        if(currentString.length >= fullCount){
            xfa.host.setFocus("TextField2");
    These work very smoothly.
    Hope this helps!
    Stephen

  • Quicktime pro -I have exported two mp4 to web formats with no problems.  all of a sudden it is now stopping and shutting down.  I am on a pc with windows 7  Help!

    Quicktime pro -I have exported two mp4 to web formats with no problems.  all of a sudden it is now stopping and shutting down.  I am on a pc with windows 7  Help!

    Is the problem limited to a specific file that you're exporting?

  • Vista - Connected with Limited Access???

    Please help!!! This problem is driving me mad. Every time I try to connect to the router whilst wireless it says "Connected with Limited Access"? I then plug the cable back in and "ta dah" it works fine. I have tried almost everything and cannot understand the problem - can anyone help?

    try this one out.. click start >> networks >> network and sharing center >> manage my wireless network >> and on this page remove all wireless networks listed and restart your PC.

  • CUPC Starts with limited connectivity.

    Hello Team
    I need you kind support to fix this issue.
    Problem - CUPC starts with limited functionality. ( See attached)
    Topology - PC is running Windows 7 (32 bit) and is in the same subnet as CUCM & CUPS. (L2 reachability)
    I have only one CUCM with all services enabled.
    CUCM Version -  System version: 7.0.2.20000-5
    CUPS Version -     System version: 7.0.1.10000-28
    Problem Description - After following the standard procedure, my CUPC gets logged in , but with limited functionality. Errors involved are "CUPC client not able to download file from tftp Server".(See the attached)
    Troubleshooting Done - 
    1: For testing i installed CIPC on the PC and it registered with CUCM without any issues (just to ensure that tftp traffic is not blocked by any local AV/Firewall)
    2: All username created on CUCM are in small letters.
    3: Integration is ok, between CUCM & CUPS, whenever any user is added / modified in CUCM, it is immediately reflected in CUPS.
    4: Reviewed the integration steps many times.
    Any help will be highly appreciated.
    Thanks
    Ahad

    Hi
    How is CUPC added in CUCM?
    Refer below link for the procedure.
    http://www.ciscopress.com/articles/article.asp?p=1610815
    Regards
    Ronak Patel

  • I have a new Windows tablet computer with limited hard drive space, and cannot transfer my itunes library to the hard drive. Can I run t media from an external hard drive? If so, how do I transfer my files?

    I have a new Windows tablet computer with limited hard drive space (32 GB), and cannot transfer my itunes library to the hard drive. Can I run itunes from an external hard drive? I have tried to follow some of the directions on this site, but am having no success. Thanks.

    iTunes will run fine with the media on an external drive.
    However, I suggest that a tablet computer with a tiny hard drive is not ideal as the primary computer for managing an iTunes library, even a small one. If you have another machine, perhaps a big, boxy, inexpensive old desktop with a decent amount of storage, that might be a better choice.
    http://support.apple.com/kb/HT1364

  • My drive recently had to be replaced with a new one installed by Apple they reinstalled all my stuff from my time machine. Most my programs had to be updated which I managed with a little help from my friends, but the last one that I can't solve is

    My IMAC OSX 10.6.8   2.8 GHz intelcore  2Duo 4GB 800 Mhz DDR2 SDRam recently had to have its hard drive replaced by apple thy actually had to give me a larger one because mine was no longer available,They also reinstalled all my programs and data from my 2 terrabite time machine back up. I got my system home and found that I had to upgrade most of my programs which I managed with a little help from my friends, but I still have one problem that I can't solve I have a Nikon Coolpix S6 that I have Been Syncing with my Iphoto since I've got it 3 years ago and now when I place it in the cradle the program reconizes it and says that it is going to start to import the new photos the little white wheel in the center of the screen starts spinning but nothing else happens. I checked all my connections and they are goog plus I even downloaded a nikon progam just to double check the camera & cradle and it works there but it wont pair off with my IPhoto.

    First go to iPhoto Preferences, look in both General and Advanced tabs to make sure that things are set to import from camera into iPhoto.
    Then if that doesn't help, connect the camera and open Image Capture in your Applications > Utilities folder and see if you can use Image Capture to reset the import path from the camera to iPhoto.
    Image Capture: Free import tool on Mac OS X - Macgasm
    Message was edited by: den.thed
    Sorry John, I didn't see your post when I clicked the reply button. Dennis

  • I received a text today while at work about iCloud keychain verification code. I have not signed up for it or anything that uses it. I work out of the city with limited internet access so not sure why I would be getting this. Is my info safe??

    I received a text today while at work about iCloud keychain verification code. I have not signed up for it or anything that uses it. I work out of the city with limited internet access so not sure why I would be getting this. I only got this number about a month ago. Apparently someone else had the number before because I get texts from his family members wondering whats going on. I got one yesterday and the person didn't seem to thrilled that the number was cutoff and today I got 2 texts about iCloud Keychain which I don't even know what it is. Seems suspicious to me. If the person who use to own the number is doing it he should know it is not his number anymore because he obviously didn't pay his bills.  I'm not too sure about iCloud Keychain so just want to know my info safe?? It says it can store credit card numbers which is what gets me worried. Frankly I think it's pretty stupid to save that kind if information with any kind of app. But I don't want some random person trying to access my personal information because they are bitter they lost their number.  Please let me know as soon as possible so I can change passwords or anything that is needed.
    thanks

    If it were me, I would go to my carrier and get a new number. Since you have only had it for a month, the inconvenience would be minimal.
    Barry

  • I have copied many photo's from another laptop to my Mac.  The older photo's are in directories with names that help me select what I need to view. I would like to have all my imported new photo's also bee added to the directory structure I have in Finder

    I have copied many photo's from another laptop to my Mac.  The older photo's are in directories with names that help me select what I need to view. I would like to have all my imported new photo's also bee added to the directory structure I have in Finder but my new photo's are all in iPhoto.  I want to use directories for storing and iPhoto for viewing.  Is this possible or do I need to have all my photo's in iPhoto??
    Mitch

    iPhoto is not a Photo Viewer. It's a Photo Manager and designed for looking after the files while you organise the Photos. It really works much better if you let it manage those files. If you use iPhoto you never go near those files because iPhoto is your start point for anything you want to do with your Photos - the point of the pplication.
    You can run iPhoto in Referenced mode, where it does not copy the files to the Library, but I caution you that you are making life a lot more difficult for yourself by doing that.
    How to, and some comments on why you shouldn't, are in this thread
    https://discussions.apple.com/thread/3062728?tstart=0
    Regards
    TD

  • I have a windows 7 premium with the 64 bit driver and am having problems with installing itunes, i get an error message that states Apple Application Support is required to run itunes. i have tried 4 times to uninstall and reinstall with no success, help

    I have a windows 7 premium laptop, 64 bit driver, have tried to install itunes but recieve an error when trying to open. Error states "Apple Application Support is required to run itunes. uninstall and reinstall again, error 2 (windows error 2). have tried this 4-5 times with no success. help!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    The section Install missing components has advice on breaking down the iTunes installer into the individual .msi files which might prove useful if AAS won't install normally.
    tt2

  • My USB drives have "Disk Repair" issues, with "limited functionality."

    The only way I can transfer files between my PowerMac G4 with OS X v10.5.2 and my PowerMac 5500/225 with OS 8.6 is with Iomega Zip drives. My 100 MB disks work perfectly in OS 8.6 but they seem to get corrupted when I open them on the G4. I've had this problem with other USB drives on the G4, including an external USB hard drive and my USB SD card reader. Things will seem to work fine transferring files but then I'll get the following message:
    *+Disk Repair+*
    +The disk "disk" was not repairable by this computer. It is being made available to you with limited functionality. You must back up your data and reformat the disk as soon as possible.+
    Then I drag the files over with the Zip drive until everything blows up and I have to reformat the disk. I'm scared what might happen with the SD cards, if that will have any effect on the camera or if the disk will stop working entirely. The external hard drive was the first to blow up but we didn't know that this was going to be a trend so we had returned that to Best Buy. It had worked beautifully under OS X v.10.3.
    Does anyone have any ideas on what is going on here and how to fix it? I do not have vast sums to upgrade hardware and software nor do I even really want to. I'm quite fond of the old Power Mac 5500 and OS 8.6.
    Any suggestions are greatly appreciated!

    Have you tried backing up again by manually running a Time Machine backup? Unfortunately, if your backup is corrupted I don't know of a way to fix it except to start over.

Maybe you are looking for

  • UWL CATS time approval error "No data exists that needs to be approved"

    Hi all, We approve CATS working time through SAP portal UWL. The user can see the workitem in her UWL inbox, but got an error u201CNo data exists that needs to be approvedu201D when he tried to execute the workitem. But the user is able to execute th

  • Pink Screen with 17" ADC and DVI converter

    This issue could be with the Apple ADC to DVI convertor box or cable, but I can't confirm if it is that or my monitor. I am using a 17" clear ACD with a mac mini, and I started to get intermittant bright pink screens, which has progressed into pink a

  • Creating 10gAS report server cluster

    Please guide us to create 10g Report Server Cluster version 10.1.2.0.2 platform RHEL-4 Regards, Achyot

  • Powerbook G4 and 23inch ACD

    Hi all, Can anyone tell me if i ran my powerbook 15 inch G4 in sleep mode and hooked it up to a 23 inch display, what kind of resolutions can I get on the monitor? Thanks

  • Partial submit question, only partial refresh...

    I all, I use a partial submit on a page on a CommandLink. I have also a PartialTrigger for the part I want to refresh. It seems that when I click, the link, the entire page is submited and only the PartialTriggered part is refreshed. Is it possible t