How to include a custom Tx code  in easy access?

Hello friends,
                   I have created 3 custom Txcodes and i have been able to include them in SAP easy access page. But i want to include separate folder as EMPID under logistics and then include my three Txcodes can anyone help me with this task.
Procedure that i am following is like se43-> area menu -> S000->german-> logistics->add subnode. "I want to know how to create folder from this step."
Thks helpful answer will be rewarded.

Hi,
You can update the SAP menu through SE43 for area menu S000.
Have a look at below thread. It may help you.
How to Create Transaction code for a Report
Regards
Kiran

Similar Messages

  • How to register a custom plsql code

    Hi
    i have wrritten a custom plsql code for my Overtime entries validation for payroll processing.
    Can any body tell me how to register it in application.
    Secondly i want to get the output file generated by report submission on my desktop.i want to know where the report output files for HR and payroll are stored so that i can get them through FTP.
    Regards

    if you want to integrate your plsql into a fast formula, please download the fast formula guide from metalink. Or ask your functional payroll consultant.
    All reports and processes in Oracle Apps are handled via concurrent programs and requests. When a concurrent request is finished, click on the output button, and depending from the filetype, your browser will take action.
    All concurrent output is also stored on the concurrent server. Ask your apps dba where she mapped the concurrent output directory. But i do not see why you should need this.

  • Can we include any custom T-Code in SAP Menu path

    Hi,
    Can we maintain any custom T-codes in the SAP Menu path in the SAP Menu displayed on the SAP EASY ACCESS.
    Or can we maintain user Menu...?
    If so how to create? and where?
    If so please help me to maintain
    Thanks in Advance,
    Shalem.

    Hi Shalem
      For adding custom T-Codes in SAP user menu, we have to extend the existing area menu <b>S000</b> via transaction <b>SE43N</b>.
      The transaction is for Area Menu Maintenance.
    Kind Regards
    Eswar

  • Adding of Custom Report in SAP Easy Access Menu

    Hi all,
    How can we add the Custom Report in the SAP easy access Menu.
    Transaction code can be added thru Favourites, but not the Reports.
    Can any one give a ray on this one...
    Thanks,
    Srikanth

    Srikanth
    If you want to add Z report to esay access first of all you need to create T-code using Tcode se93.
    here you need fill some details your progroam name what kind of program it is etc.
    Then come to easy accees click on favarities and add that T code.

  • How to Include in Customer Exit to select max of the date

    Hi,
    Every Employee will have a health Insurance Policy which is valid for 6 six months.
    From Source System i am getting
    Employee and his policy Start date,Based on Policy Start Date in Transformations i am calculacting the Policy Expiry date (Policy Start date + 6 Months)(Ex:If Policy Start Date is 01/Nov/2007 then Exp date is 01/May/2008)
    My report is to Show employees who doesn't had a valid policy on the day report executed (Sys Date)
    For that i created a Customer Exit Variable on Policy Expiry Date
    (If Policy Expiry date is < Sys Date)
    IF i_step = 2.
          CLEAR l_s_range.
          l_s_range-low = sy-datum.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'LT'.
          APPEND l_s_range TO e_t_range.
        ENDIF.
    Problem:
    Data in the cube
    Employee--Policy Start date-Policy Expiry Date
    1--01/01/2008-----30/06/2008
    1--01/07/2007-----31/12/2007
    1--01/01/2007-----30/06/2007
    When i execute the report i should expect the Emp 1 shouldn't be displayed as he had valid policy which is going to expir in June 2008....but the above exit is displaying the below 2 records
    Can i include any changes in the above exit that will select the Max Policy Expire date and then it will check with the Sys Date
    Please update me on how to proceed
    Thanks

    Hi thomos,
    Thanks for the update
    Bit Confused.....could you please explain me
    "Your variable (intervall) should be based on the Policy Expiry Date
    l_s_range-low = '10000101'.
    l_s_range-high = 'sy-datum - 1.
    l_s_range-sign = 'I'.
    l_s_range-opt = 'BT'
    How this is going to solve my problem....
    As i got 3 records on a employee one of which got expiry date greater tha sys date
    Thans

  • How to include a custom bkgd in the spark datagrid header

    I have a CustomDatagridSkin.mxml, which is based upon the default DataGrid.
    I'm looking at the code, and I'm a noob, trying to make heads or tails out of it. If I could just figure out how to change the header color I would be happy. But what I'd really like to know is how to apply a graphic to the background of the header.
    Is there some example on the net that I can follow, because I'm having a hell of a time finding something useful.
    The demo that Deepa had was awsome (corkboard and postit notes looking thing).
    How was that done?
    Thanks
    Kristin

    Hi,
    Do you want a custom background for the entire header bar? or for each individual header renderer? I would take a look at the DefaultGridHeaderRenderer class to see how we do headers. These header renderers are used by the GridColumnHeaderGroup to create the column headers. You can modify it to have your own custom background graphic. If you just want to tweak the color, you can apply the chromeColor style to the DataGrid.
    I can try to cook up an example for you when I have a bit of time, but not at the moment. Hope this points you in the right direction.
    -Kevin

  • How to include a customer FM in FQEVENTS in the right sequence order?

    Hi everybody,
    I am trying to include a new function module for event 1788 in tcode FQEVENTS. The default fm is FKK_SAMPLE_1788_B. I still want this one to be in place, I don't want to replace it.
    What I need is to program a ZFKK_SAMPLE_1788_A to do something before the default one is called. But when I try to set it up it tells me "You can only define one customer function module for event 1788". What I want is to have fm FKK_SAMPLE_1788_B active in the upper window but also to have active another Z fm that needs to be executed before the default one.
    Any ideas on how to do this?
    Thanks in advance.

    Hi,
    Well, I have finally solved the problem myselft. For some reason this particular event 1788 was not allowed to have more than one function module. So what I did was to make it to call my own fm, do my checkings there and finally at the end call directly (without using event technique) the fm that was supposed to handle this event originally.
    Thanks anyway.
    BR.

  • Transaction Notification. How to include table Itemgroup in code

    Hi.
    I need to include some code in SP_TN that must be run at changing of values in the fields of the table ItemGroup (OITB).
    What will be the first  stroke in TN
    like:
    1. If @object_type = N'XXX'   - in this case I need a number of object of this table, or
    2. if @TableName = 'ItemGroup' or OITB
    or something else
    With regards
    Maxim

    NOB -1  - Not an Object
      GNR 0  - General Object
      ACT 1  - Accounts
      CRD 2  - Cards
      DSC 3  - Discount Codes
      ITM 4  - Items
      VTG 5  - Vat groups
      PLN 6  - Price List Names
      SPP 7  - Special Prices
      ITG 8  - Item Groups
      RTM 9  - Rates matching
      CRG 10  - Card payment groups
      CPR 11  - Contact persons
      USR 12  - Users
      INV 13  - Invoices
      RIN 14  - Revert Invoices
      DLN 15  - Delivery Notes
      RDN 16  - Revert Delivery Notes
      RDR 17  - Orders
      PCH 18  - Purchases
      RPC 19  - Revert Purchases
      PDN 20  - Purchase Delivery Notes
      RPD 21  - Revert Purchase Delivery Notes
      POR 22  - Purchase Orders
      QUT 23  - Quotations
      RCT 24  - Receipts
      DPS 25  - Deposits
      MTH 26  - Match History
      CHH 27  - Checks History
      BTF 28  - Journal Batches
      BTD 29  - Journal Batches Directory
      JDT 30  - Journal Transactions
      ITW 31  - Item - Warehouse accumulators
      ADP 32  - Printing Administration
      CLG 33  - Contact Log
      RCR 34  - Recurring Transactions
      NNM 35  - Objects Next Serial Number
      CRC 36  - Credit Cards
      CRN 37  - Currency Codes
      IDX 38  - Index (Madad)
      ADM 39  - Administration
      CTG 40  - Credit Terms
      PRF 41  - Form Preferences
      BNK 42  - Bank pages
      MRC 43  - Firm groups (Marca)
      CQG 44  - Card query groups
      TRC 45  - Ttansaction codes
      VPM 46  - Payment to vendor
      SRL 47  - Serial numbers
      ALC 48  - Import expenses
      SHP 49  - Shipment types
      LGT 50  - Length units
      WGT 51  - Weight units
      ITB 52  - Item groups
      SLP 53  - Sales person
      FLT 54  - Reports filter
      TRT 55  - Transaction types
      ARG 56  - Arancel (custom) groups
      CHO 57  - Checks paid to vendors (Outgoing checks)
      INM 58  - Inventory match
      IGN 59  - Inventory General Entry
      IGE 60  - Inventory General Exit
      PRC 61  - Profit Center
      OCR 62  - Overhead cost rate
      PRJ 63  - Project
      WHS 64  - Warehouses Codes & Names
      COG 65  - Commission groups
      ITT 66  - Item Tree links
      WTR 67  - Warehouses Transfers
      WKO 68  - Work Orders
      IPF 69  - Import file
      CRP 70  - Credit pay systems
      CDT 71  - Credit Due Terms
      CRH 72  - Credit History
      SCN 73  - Substitutional catalog num
      CRV 74  - Credit Payments
      RTT 75  - Index & currency rates
      DPT 76  - Deposit Temporary
      BGT 77  - Budget
      BGD 78  - Budget STRsystem
      RCN 79  - Retailer chains
      ALT 80  - Alert templates
      ALR 81  - Alerts pool
      AIB 82  - Alerts In box
      AOB 83  - Alerts Out box
      CLS 84  - Contact log subjects
      SPG 85  - Special prices for groups
      SPRG 86  - Run externals applications
      MLS 87  - Mailing lists
      ENT 88  - Panama - enterada
      SAL 89  - Panama - salida
      TRA 90  - Panama - traspaso
      BGS 91  - Budget Scenario
      IRT 92  - Interest Rates
      UDG 93  - User defaults groups
      SRI 94  - Items serial numbers
      FRT 95  - Finance Reports Template
      FRC 96  - Finance Reports Categories
      OPR 97  -
      OIN 98  -
      OIR 99  -
      OSR 100  -
      OST 101  -
      OFR 102  -
      CLT 103  - Contact log types
      CLO 104  - Contact log locations
      ISR 105  - Internet Service Request
      IBT 106  - Item batch numbers
      ALI 107  - Alternative Items
      PRT 108  - Partners
      CMT 109  - Competitors
      UVV 110  - User valid values
      FPR 111  - Finance period
      DRF 112  - Document draft
      SRD 113  - Internal manage of SRI and IBT
      UDC 114  - User display categories
      PVL 115  - Pelecard Vendors List
      DDT 116  - Deduction at source - Terraces
      DDG 117  - Deduction at source - Groups
      UBR 118  - Users - Branch
      UDP 119  - Users - Departments
      WST 120  - Workflow - Steps
      WTM 121  - Workflow - Templates
      WDD 122  - Workflow - Documants
      CHD 123  - Check out drafts
      CINF 124  - Company info
      EXD 125  - Expenses definition
      STA 126  - Sales Tax Authorities
      STT 127  - Sales Tax Authorities Type
      STC 128  - Sales Tax Code
      CRY 129  - Countries
      CST 130  - States
      ADF 131  - Address format
      CIN 132  - Correction Invoice
      CDC 133  -Cash Discount
      QCN 134  - User Querry Category Names
      IND 135  -VAT Indicator EC
      DMW 136  -Data Migrate Wizard Pacages
      CSTN 137  -Station Id
      IDC 138  - Indicator
      GSP 139  - Goods Shipment
      PDF 140  -payment draft
      QWZ 141  - Query Wizard
      ASG 142  - Account Segmantation
      ASC 143  - Account Segmantation Categories
      LCT 144  - Location
      TNN 145  - 1099
      CYC 146  - Cycle
      PYM 147  - Payment Method
      TOB 148  - 1099 Begining Balances
      RIT 149  - Dunning Interest Rate
      BPP 150  - BP Priorities
      DUN 151  -
      UFD 152  - User Fields - Descr.
      UTB 153  - User Tables
      CUMI 154  - User Menu
      PYD 155  - Payment run
      PKL 156  -
      PWZ 157  - Payment Wizard
      PEX 158  - Payment Results Table
      PYB 159  - Payment Block
      UQR 160  - Queries
      CBI 161  - Central bank ind
      MRV 162  - Material revaluation [was: SST]
      CPI 163  - Correction A/P Invoice [was: SLT]
      CPV 164  - Correction A/P Invoice Reversal [was: CTR]
      CSI 165  - Correction A/R Invoice [was: SCL]
      CSV 166  - Correction A/R Invoice Reversal [was: SCO]
      SCS 167  - Service Call Status
      SCT 168  - Service Call Type
      SCP 169  - Service Call Problem Type
      CTT 170  - Contract Template
      HEM 171  - Employees
      HTY 172  - Employee Types
      HST 173  - Employee Status
      HTR 174  - Termination reason
      HED 175  - Education Types
      INS 176  - Install Base
      AGP 177  - Agent Person
      WHT 178  - Withholding Tax
      RFL 179  - 347, 349 and WT reports previously displayed
      VTR 180  -
      BOE 181  - Boe for Payment
      BOT 182  - Bill Of Exchang Transaction
      FRM 183  - File Format
      PID 184  - Period Indicator
      DOR 185  - Doubtful Receivables
      HLD 186  - Holiday Table
      CRB 187  - Bessiness Partner - Bank accounts
      SST 188  - Service Call Solution Status [was: 162]
      SLT 189  - Service Call Solutions [was: 163]
      CTR 190  - Service Contracts [was: 164]
      SCL 191  - Service Call [was: 165]
      SCO 192  - Service call origin [was: 166]
      UKD 193  - User Keys Descr
      TSI 280  - A/R Tax Invoice
      TPI 281  - A/P Tax Invoice
      TXD 282  - A/R Tax Invoice - Drafts
      CCD 283  - Cargo Customs Declaration [was: 196]

  • How to execute a custom java code from the process

    Hi All,
    I'm writing a process to generate the PDF and it works fine. Now, at the end or in the middle of the process, i would like to execute/write a java code then it will be invoked when the process running. Assume not using web service, is there another way? samples how to write custom code?
    Thanks,

    The Execute Script service allows you to execute java code on a particular step.
    A more robust solution would be to create a custom component for your custom code.
    Jasmin

  • How to include planned customer consignment pick-up in availability check

    We create customer consignment pick-up orders and want the availability check to take this qty into account as available qty from the planned pick-up date.
    We also want the consignment pick-up orders to be shown in MD04.
    Can anybody guide us with a solution for this.
    Regards
    LORA.

    No return sales order is needed.
    You have to use consignment pick up, for details please check SAP online help:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/560025545a11d1a7020000e829fd11/frameset.htm
    1. Create a sales order using order type KA .
    2. Enter the required data for the customer, the consignment goods and the plant to which the goods are to be returned.
    3. Enter all other relevant data and save the order.
    4. Create a returns delivery for the sales order (the system automatically chooses delivery type LR). The transaction is completed by the goods issue posting which initiates a transfer posting from the customer's special stock to your plant stock.
    Regards,
    Csaba
    Edited by: Csaba Szommer on Apr 9, 2009 7:48 PM

  • How to include MATLAB custom program to LabVIEW

    I am pretty new to LabVIEW environment. I need to take two voltage signal and manipulate that signal with MATLAB( if possible) for certain automatic calculation. I am not quite sure how I can do this.

    Thanks all
    In addition how can i directly give DACmx input to mathscript for processing purposes. When mathscript input is directly connect from the DACmx out, it is not allowed saying that the data type is different. Any suggestion to over come this.

  • How to include custom application.xml in JDev9i project

    Can anybody explain to me how to include a custom application.xml file when deploying to an .ear file? I need to include application wide security roles, and I can't see where in Jev9i how to do this.
    After searching this forum, I see that jdev9i can't include the orion-application.xml, but I want to include just the standard J2EE application.xml. Is this possible?
    Thanks,
    matt

    The standard application.xml file unfortunately can't be customized in JDev 9.0.2. The reasons why this capability was left out of JDev 9.0.2 are same reasons why the other EAR-level XML files were excluded. The OTN thread
    Re: Regarding 11i and E-business suite
    has a summary of those reasons, which you've probably seen. We know this is an area in need of improvement and will be adding this functionality in the JDev 9.0.3 release. Until then, you'll have to go with a work-around like an Ant build file, batch file, Java application, or some other kind of script.
    Below is a sample Java application which can be used to insert <security-role> elements into an EAR file's application.xml. Modify the main() method to customize for your purposes, and put xmlparserv2.jar on the classpath (in a JDev project, add the "Oracle XML Parser v2" library):
    package mypackage4;
    import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    import oracle.xml.parser.v2.*;
    import org.w3c.dom.*;
    import org.xml.sax.SAXException;
    public class PostProcessEAR
    public static void main( String[] args ) throws IOException
    final String earFile = "C:\\temp\\myapp.ear";
    final PostProcessEAR postProcess = new PostProcessEAR( earFile );
    postProcess.addSecurityRole( null, "first_role" );
    postProcess.addSecurityRole( "Description for the second role", "second_role" );
    postProcess.commit();
    System.out.println( "Done." );
    private final File _earFile;
    private final ArrayList _securityRoles = new ArrayList();
    public PostProcessEAR( String earFile )
    _earFile = new File( earFile );
    public void addSecurityRole( String description, String roleName )
    if ( roleName == null )
    throw new IllegalArgumentException();
    _securityRoles.add( description );
    _securityRoles.add( roleName );
    * Write out modified EAR file.
    public void commit() throws IOException
    if ( _securityRoles.size() == 0 )
    return;
    final ZipFile zipFile = new ZipFile( _earFile );
    final Enumeration entries = zipFile.entries();
    final File outFile = new File( _earFile.getAbsolutePath() + ".out" );
    final ZipOutputStream out = new ZipOutputStream( new BufferedOutputStream( new FileOutputStream( outFile ) ) );
    while ( entries.hasMoreElements() )
    final ZipEntry entry = (ZipEntry) entries.nextElement();
    final InputStream in = zipFile.getInputStream( entry );
    if ( "META-INF/application.xml".equals( entry.getName() ) )
    final XMLDocument modifiedApplicationXml = insertSecurityRoles( in );
    final ByteArrayOutputStream byteOutput = new ByteArrayOutputStream();
    modifiedApplicationXml.print( byteOutput );
    final int numBytes = byteOutput.size();
    entry.setSize( numBytes );
    if ( entry.getMethod() == ZipEntry.STORED )
    entry.setCompressedSize( numBytes );
    final CRC32 crc32 = new CRC32();
    crc32.update( byteOutput.toByteArray() );
    entry.setCrc( crc32.getValue() );
    out.putNextEntry( entry );
    byteOutput.writeTo( out );
    else
    // Copy all other zip entries as they are.
    out.putNextEntry( entry );
    copy( in, out );
    in.close();
    out.close();
    private XMLDocument insertSecurityRoles( InputStream in ) throws IOException
    final DOMParser domParser = new DOMParser();
    domParser.setAttribute( DOMParser.STANDALONE, Boolean.TRUE );
    try
    domParser.parse( in );
    final XMLDocument doc = domParser.getDocument();
    final Element docElem = doc.getDocumentElement();
    final Iterator iter = _securityRoles.iterator();
    while ( iter.hasNext() )
    final String desc = (String) iter.next(); // might be null
    final String roleName = iter.next().toString(); // must not be null
    final Element securityRoleElem = doc.createElement( "security-role" );
    if ( desc != null )
    securityRoleElem.appendChild( createPcdata( doc, "description", desc ) );
    securityRoleElem.appendChild( createPcdata( doc, "role-name", roleName ) );
    docElem.appendChild( securityRoleElem );
    return doc;
    catch ( SAXException e )
    e.printStackTrace();
    return null;
    private Element createPcdata( XMLDocument doc, String elemName, String pcdata )
    final Element elem = doc.createElement( elemName );
    elem.appendChild( doc.createTextNode( pcdata ) );
    return elem;
    private final byte[] buffer = new byte[4096];
    private void copy( InputStream in, OutputStream out ) throws IOException
    while ( true )
    final int bytesRead = in.read( buffer );
    if ( bytesRead < 0 )
    break;
    out.write( buffer, 0, bytesRead );

  • How to include custom modules in eclipse

    Hi,
       We have ATG 10.1.2 knowledge and self service module with some project specific custom module on Production UNIX machine.
    I have installed ATG 10.1.2 on local machine(Windows 7 64 bit) for development purpose.
    1> If I copy custom module from the unix machine and paste it in my local windows machine and generate EAR, will it work?
    2> How to include the custom module in eclipse for development activity.
    I am new to ATG. Any help is much appreciated.
    Thanks.

    when the jsp page is loaded for the first time it contains a select box containg names created by a taglib.but there is a feature i want to add wherein though javascript the name selectebox will keep on coming on each row i want to add. and this is row addition and deletion is being handled by the javascript. there i encounter the bug how to interact the javascript with taglib so tha with each row addition i will have populated taglib created select box on each row.
    Thanks,
    Javaqueue

  • How to include Customer Name in VA15N

    Hi All,
            The standard report VA15N does'nt include customer name.User wants the customer name aslo to be included in the report.Kindly suggest how to include the customer name in the standard report or any other alternative.
    Regards,
    Venugopal

    Hi Venugopal,
    You can use the sold to party field fiield for your requirement.
    Press f4, you will get a pop up to select customer depending on various selection criteria including customer name.
    If can enter the customer name, which will sort out the sold to party number whihc you can use.
    If this is not wat is required you have to copy the transaction and create a new Zreport.
    Hope this helps you.
    Thanks
    Arun

  • How to create UCCE CTI Toolkit Custom Reason Codes

    Hi,
    I am wondering about how to create UCCE Custom Reason Codes for CTI Toolkit.
    Do we have to assign text to the values which comes from the registry in CTI OS Server?
    Quote from: CTI OS System Manager Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1)
    To define the text that appears for each Logout reason code in the Select Reason dialog box, set the value data associated with the reason code to the text you want to appear for that reason code.
    Regards,
    ACK

    Hi,
    CTIOS custom reason code should be created in the registry along with their value. For Logout and NotReady you need to create new DWORD value where Name will be the reason code description and value data will be reason code. For wrap -up you need to create a new string value where data value will be the wrap-up description.
    Below are the loction where you need to change the registry file.
    HKEY_LOCAL_MACHINE/Ctios/CTIOS_instance name/Server/Agent/ReasonCodes/Logout
    HKEY_LOCAL_MACHINE/Ctios/CTIOS_instance name/Server/Agent/ReasonCodes/NotReady
    HKEY_LOCAL_MACHINE/Ctios/CTIOS_instance name/Server/Agent/WrapupStrings/Incoming
    Regards,
    Ashfaque

Maybe you are looking for

  • HP 8500 Wireless printer will not install - HELP!

    I am using a new i7 MacBook Pro with boot camp running Windows 7 Professional 64bit with 8mb RAM. When trying to install my new HP8500 Wireless printer I get this error message: "Problem with the driver for Intel 5 Series/3400 series chipset family U

  • The problem about install openssl

    I want to install openssl on my mac when I use "./config" to install openssl the terminal said "sh: make: command not found". where is my problem? Thanks, Sandy

  • Integrate Standalone Proxy into EJB-Module

    Hello, I want to integrate a webservice-call into a standalone EJB-Method. Therefore I have created a standalone proxy DC and added public parts of type "assembly" and of type "compilation". After creating a DC of type EJB-Module I reference the stan

  • Photo Quality Photosmart 7520

    Verticle lines, close together, in picture. Printing from my pictures, Windows 7 OS, to HP Photosmart 7520 all in one. Have cleaned cartridges twice and realigned several times.  Useing "Best" setting and quality hp photo paper. I wonder if it is the

  • Deleting archived files

    I am not able to delete any files in my archive. I keep getting an "error please try again message." I moved all my files to the archive because I'm over my limit but I'm not able to actually delete any of them.