Gate Entry with T Code LECI

Hi Friends,
I am using t code LECI for gate entry i am defining three entrances in the system
1. Main Gate
2. Plant Gate
3. Duty Paid Godown
by following path
SPRO--> Logistic Execution --> Shipping --> Basic shipping functions --> Registration of visitors and means of transport --> Define check points
And number range i am maintaining at
SPRO--> Logistic Execution --> Shipping --> Basic shipping functions > Registration of visitors and means of transport>Define number range
Problem is for each check point system is taking same number range.
but i am not finding the path where i could assign separate number range for each check point.
Need your help where i can assign number range according to check point
Regards
Vivek

Hi Subramanium
Thanks for your reply,
That i found, but just wanted to know the path in SPRO where we can assign number range to respective gate
Warm Regards
VIvek

Similar Messages

  • Dialing from address book entries with area codes

    All entries in the address book have phones with the area code prepended. Just the area code, not including the "0" before the area code to identify it.
    When the iPhone dials a number this way, ZXNXXXXXXX (asterisk format), the carrier replies an error message informing the number is wrong. Both TIM and Claro do that. If an "0" is dialed before the Z, then the call goes through. Adding the 0 to the number is not an option, for it will mess when roaming abroad.
    The Motorola, K1, V3 and DEXT (Android - Cliq in the USA), knows how to dial calls without the preceding "0".
    Is there a fix to this problem?
    Thanks

    Are you using the current version, 2.3.1? For tech support contact the developer about your problem. The Apple Discussions is restricted to providing help with Apple products.

  • FRFT_B fast entry with repetitive codes

    hi
    I have an issue in this T code
    when I was trying to make a payment it says profit center is missing
    version is ECC6.0
    document plitting is active and profit center is mandatory as one of the splitting charctor
    at the same time in EC PCA has not being acive since in new GL activated
    so that fund trnasfer IN and OUT both are balance sheet accounts so how do I give profit center for this transaction to be successful
    thanks
    Suraj Fernando

    hi,
    To know the BAPI's for a particular transaction generally we follow the following steps.
    1. Find out the package of the transaction.
    Start FRFT_B  go to system --> status.
    Double click on transaction
    Note Package name for that particular transaction.
    Open this package in SE80
    Open business engineering-->Business object types
    Find the BO which sounds the most appropriate
    But there are no Business Objects for FRFT_B transaction.
    There is another method to find BAPIs
    Start FRFT_B go to system-->status
    Double click transaction FRFT_B
    Double click on package
    Read the application component. (this is FI-BL-PT   Payment Transactions)
    Then open the transaction BAPI
    Financial Accounting-> Bank Accounting->Payment Request-> Start Payment
    By this you can find the BAPI for a transaction.
    Hope this would be helpful for you.
    Regards,
    Supriya.
    Edited by: Supriya.ch on Jan 30, 2012 2:34 PM

  • POSTED ENTRIES INTO A GL WITH T-CODE FV50 IS POSTED TO A SINGLE COST CENTER

    Please i need solution to a problem. Transactions posted with t-code FV50 is going to a single cost/profit centres irrespective of the cost/profit centre selected. viewing the transaction on Entry view shows the correct entry view but the GL view for all the transactions shows that all the transactions are reporting to an independent cost centre different from the on entred.

    Dear,
    Please check  whether document spitting is activated and the splitting characteristics is based on cost center.
    Spro >Financial Accounting (NEW) > General ledger accounting (NEW) > Business transactions > Document splitting > Define Document Splitting Characteristics for General Ledger Accounting.

  • Gate entry

    Hi
    Sap Experts
    My client want to checkpoint on the incoming invoice.means purchase order AND excise duty rate are verified during gate entry.
    How it is done in Sap. Is there is any need for ABAPER.
    After gate entry GR will be taken in account. Then invoice verification is done on the basis of GR.
    If any body have some documents please share with me.
    THANKS WITH REGARDS
    SUMIT

    Please check these answered links:
    Gate entry
    Re: Gate Entry in SAP
    Gate Pass Entry
    T- Code LECI Gate Entry
    Gate Pass Entry for material
    Edited by: Afshad Irani on Apr 20, 2010 3:57 PM

  • JDBC MS Access--- cannot extract entry with null value with data type Meta

    I'm trying to extract a data entry with null value by using JDBC. The database is MS Access.
    The question is how to extract null entry with data type memo? The following code works when the label has data type Text, but it throws sqlException when the data type is memo.
    Any advice will be appreciated! thanks!
    Following are the table description and JDBC code:
    test table has the following attributes:
    Field name Data Type
    name Text
    label Memo
    table contents:
    name label
    me null
    you gates
    Code:
    String query = "SELECT name, label FROM test where name like 'me' ";
    ResultSet rs = stmt.executeQuery(query);
    while (rs.next())
    String name = rs.getString("name");
    rs.getString("val");
    String label = rs.getString("label");
    System.out.println("\t"+name+"\t"+label);
    catch (SQLException ex)
    System.out.println(ex.getSQLState());
    System.out.println(ex.getErrorCode());
    System.out.println("in sqlexception");
    output:
    C:\Temp\SEFormExtractor>java DBTest
    yet SELECT name, label FROM test
    null
    0
    in sqlexception

    The question is how to extract null entry with data type memo?Okay, what you need to do is this:
    if (rs.getString("val") == null)
      // do something
    }This way, when it's a null value, you can check it first, and then handle it how you want, rather than getting an exception.

  • For Gate Entry

    Hello
    Does SAP provides any function for the Gate Entry, in MM
    Their is only one T code LECI (WM)
    Regards
    Niti Narayan

    Thanks for the replay
    But Our requirment is to generate individual serial no on the plant basis
    Can we make use of GR/IR slip no for seprate serial no.

  • Create Gate Entry (Transport) CIN SAP

    Dear All,
    I have activated CIN (country version India) in my system and I am trying to create gate pass using tcode /cvs/gnt01
    But system is throwing following error:
    Transaction /CVS/GNT01 does not exist
    Would you please let me know how you have accessed the Create Gate Entry (Transport) screen?
    What is the menu path/tcode for that?
    P.S. I am able to access other transactions related to CIN like create excise invoice, list of GRs w/o Gate pass etc.
    Regards,
    Ali

    Dear Ali,
    There is no standard process for Gate Entry other than LECI but you can customized as per your requirement, we have developed Gate Entry and Exit process for one of our client and since it is processing smoothly.
    1. Gate Entry screen contains 2 radio button and it can be created w.r.t PO and Inbound Delivery.
    2. The screen contains Invoice no and date, PO number, IBD number, Vendor, Plant, Location and Transportation details like No of cases, LR number, LR date, Vehicle number, Transporter Name, Mode of transport etc...
    3. We have used the following Tables
    LIKP, LIPS, EKPO, EKKO,  j_1imovend,  j_1imoddet1
    4. Ask your ABAPers to put a) Table control declaration, b) Structure declaration for PO as well as IBD,  c) Internal Table and work area declaration,  d) Constant declaration.
    5. Write program with below call function (Choose right one as per the requirement)
         a) CONVERSION_EXIT_ALPHA_OUTPUT.
         b) BAPI_GOODSMVT_CREATE.
         c)  BAPI_TRANSACTION_COMMIT.
         d)  RP_CALC_DATE_IN_INTERVAL.
    Hope you clear....
    Regards,
    Karna J

  • F110- not able to clear the debit and credit entry with the same reference

    Hi,
    I am not able to clear the debit and credit entry with the same reference in F110 even after having the payment terms as immediate payment, payment method is maintained in document no and vendor master data. Both debit and credit entry is appearing in FBL1N as an open item but it is not appearing in F110.
    In Log message appear as 8 days grace period is existing whereas as payment term is just 0001- immediate payment.
    Kindly advice me what could be wrong.
    Thanks,
    Manya.

    Hi,
    Credit and debit balance in vendor account are not cleared automatically when only vendor line item has payment method and credit memo has not payment method. Also when there is not payment method maintained in vendor master data.
    In such case to avoid payment to vendor when vendor has debit balance we perform debit balance check.
    In second scenario when u2018individual paymentu2019 is selected in vendor master data vendor invoice and credit memo are not cleared automatically in F110.
    To setoff vendor credit and debit balance in F110 you to uncheck u2018individual paymentu2019 check in vendor master data > company code data > payment data.
    Thanks!
    Raju

  • How to delete duplicate entries in match code

    I want to delete duplicate entries in match code.

    If you go down the search exit route, using function module F4_IF_SHLP_EXAMPLE or function module F4_IF_SHLP_EXIT as a template you want it where callcontrol-step = 'DISP'.  You would sort the table: SORT RECORD_TAB BY STRING and then delete adjacent duplicates. If this does not wok because of the fields you have in your search help, you will need to select the data into another internal table and match the relevant entries from your internal table  with the relevant position in field STRING of RECORD_TAB.  The positions in STRING will be as per the order of the parameters  you have defined in the search help.
    Hope this helps.
    Regards
    Larissa

  • SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has be

    Hello, I have a sql 2005 server, and I am a developer, with the database on my own machine.  It alwayws works for me but after some minutes the other developer cant work in the application
    He got this error
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 192.168.1.140]
    and When I see the log event after that error, it comes with another error.
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 192.168.1.140]
    He has IIS5 and me too.
    I created a user on the domain called ASPSYS with password, then in the IIS on anonymous authentication I put that user with that password, and it works, on both machines.
    and in the connection string I have.
    <add key="sqlconn" value="Data Source=ESTACION15;Initial Catalog=GescomDefinitiva;Integrated Security=SSPI; Trusted_Connection=true"/>
    I go to the profiler, and I see that when he browses a page, the database is accesed with user ASPSYS, but when I browse a page, the database is accesed with user SE\levalencia.
    Thats strange.
    The only way that the other developer can work again on the project is to restart the whole machine. He has windows xp profession, I have windows 2000.
    If you want me to send logs please tellme

    Well here's my problem, maybe you can help. Intermittenly I get a login failed when connecting to a db engine through Server Management Studio using Windows authentication. When this happens the following entries are generated on the server's application event log:
    Event Type:        Error
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              17806
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: <ip address>]
    Event Type:        Failure Audit
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              18452
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <ip address>]
    I've already ensured that the server is set to mixed authentication mode. Oddly enough, the workaround that I've found is that if I remote desktop into the server, log in and then log back out, Management Studio is suddenly able to connect again. No idea why it works. 
    As I said before, it is intermitten. Some days it errors on login, other days it doesn't and there are no configuration changes between them. Also, both client and server are in the same domain and same site so there is no VPN or anything in between. I'm really quite stumped. Any help would be great, or if you can point me in the right direction of where to look. Thank you in advance!

  • Transport control program tp ended with error code 0008

    Hi !
    I trying to realize an export of client like that :
    Source Client                     400
    Target System:                    ASI
    Copy Type                         Client Export
    Profile                           SAP_RECO
    Status                            Ended with Errors
    User                              ST01051
    Start on                          17.06.2009 / 17:41:00
    Last Entry on                     18.06.2009 / 00:20:40
    Transport Requests
    - Client-Specific                 ASIKT00028
    - Texts                           ASIKX00028
    The export ended with this error :
    Transport control program tp ended with error code 0008
    Error when exporting request ASIKT00028 00:20:39
    Program ended with error or warning, return code: F
    What happen ?
    If somebody can help me to solve this problem ?
    Regards,
    Johan

    hai johan ,
    of the return code is 008 then it is error,
    what have u transported  to target just chekc the log an du might find the error ,
    just click the expand button of the error and u will get the detials what errror occured
    may be some objects might be inactive just chekc once
    m.a

  • Transport control program tp ended with error code 0203

    when i import queue and transport queue from dev to prd ,error show:
    Transport control program tp ended with error code 0203
    Message no. XT200
    Diagnosis
    An error occurred when executing a tp command.
      Command: IMPORT DEVK900298 P01 clientP01 U0 pf=/usr/sap/tra
      Return code: 0203
      Error text: wrong syntax in tp call
      Request: DEVK900298
    System Response
    The function terminates.
    Procedure
    Correct the error and execute the command again if necessary.

    Dear Allen,
    The transport control program tp collects all return codes that occur when a tp command is executed. From all of these single return codes, a combined return code is calculated that tp outputs as a result at the end the command. During an import, for example, all return codes for individual import steps are handled. If a special return code does not occur, then the combined return code at the end is the maximum of individual return codes that occur. In addition to the value of the return code, tp also gives a short description of this return code. You can display this short description using the command explainrc.
    Normally, all return codes that occur originate from individual transport steps. Since these individual return codes can only have the following values 0, 4, 6, 8, 12, 13, 14, 16, the combined return code also has one of these values. However, if a general error occurs, a single return code over 200 is generated. For example, this could arise if tp cannot establish a connection to the database. The maximum return code for all single transport steps is output in a separate message before specifying the combined returned code. In this case, the combined return code is always the return code of the general error message.
    <b>tp Commands:</b>
    tp addtobuffer <request> <sapsid>
    As of Release 4.6A, an explicit addtobuffer command leaves the position of the entry unchanged, if the relevant transport request is already in the buffer. Only the status of the entry is changed:
    Unconditional modes appearing in the command line are added to the unconditional modes in the buffer.
    All the steps of the entry are re-initialized.
    If the entry found is not an initial entry, the import step for the command file is set to *4000 .
    Before you call this command and its options, consider the effects of changing the import sequence.
    tp cleanbuffer <sapsid>
    This deletes successfully imported change requests from the list of requests that are marked for import into the SAP System <SAPSID>. This function is contained in the commands tp import all <sapsid> and tp put <sapsid> .
    tp delfrombuffer <request> <sapsid>
    If the specified request is marked for import into the specified SAP System, this flag is deleted from the import list.
    Before you call this command, consider the effects of changing the import sequence.
    As of Release 4.6A: If a transport request was only partially imported, you can delete this type of transport request from the buffer. However, if a deleted transport request is placed in the buffer (without having been initially or completely imported), the attributes of the old entry are reactivated. This means the return codes, the unconditional modes and tags of the deleted entry appear in the new entry.
    tp delstopmark <sapsid>
    If the list of requests marked for import into the specified SAP System contains a STOP mark, the mark is deleted.
    tp export <request>
    This exports the complete request from the source system. This command starts the export of a request from the operating system level. Only use this command in exceptional cases. The SAP System uses the command expwbo to release requests from CTS transactions.
    tp reformatbuffer <sapsid> [options]
    This automatically reformats the entire buffer.
    As of Release 4.5A, there are 2 different formats for buffer entries. (As of Release 4.5A, tp can work with both formats, and with a puffer containing heterogeneous entries. As of Release 4.6A, tp can work with 3 formats.)
    However, in certain cases entries with the old formatting have to be reformatted during the normal run of tp . In this case, the entire buffer is automatically reformatted.
    If you use the options downtorelease and Iagree for command reformatbuffer , you can format the buffer so that its formatting is compatible with an older release:
    Option downtorelease <Release>
    The command reformatbuffer with this option formats the buffer so that the formatting corresponds to the one used in an old release. This is necessary if tp writes buffer entries to the buffer of another system, but uses a buffer format that the transport control programs does not understand in this system.
    Since older formats cannot store the same amount of information as the newer ones, some information contained in the original buffer may not be stored in the unformatted buffer. This may lead to data loss.
    To avoid data loss, the original buffer is stored. In addition, you have the following functions:
    Displaying the unformatted buffer (using showbuffer <SID> )
    Displaying the original buffer (using showbuffer buffer=<SID>SAV )
    Accepting the unformatted buffer (using reformatbuffer and the option Iagree yes )
    Resetting the changes (using reformatpuffer and the option Iagree no )
    If you call reformatpuffer using downtorelease , tp displays in detail if information was lost by reformatting, and what that information was. tp also names the commands that is has to execute to accept or reject the changes.
    If you use the option downtorelease , you must also specify the option Iagree with yes or no . You cannot use the transport system until you decide to accept or reject the changes.
    Option Iagree
    Here are the following values for this option:
    yes ( true )
    Accept the change made by tp reformatbuffer <SID> downtorelease <rel>
    In this case, tp deleted the buffer semaphore file that was lifted for security reasons at the first call of reformatbuffer
    no ( false )
    Reject the change made by tp reformatbuffer <SID> downtorelease <rel> In this case, tp copies the backup of the original buffer back and deletes the buffer semaphore file that was lifted for security reasons at the first call of reformatbuffer
    tp setstopmark <sapsid>
    A special STOP mark is added to the list of requests registered for import into the specified SAP System. The commands tp import all <sapsid> and tp put <sapsid> only process the requests in front of this stop mark.
    If there is no stop mark, it is automatically generated by the commands
    tp import all <sapsid> and tp put <sapsid> .
    When all the requests in front of the stop mark have been imported successfully, at the end of all the calls the related marks and the mark itself are deleted.
    A STOP mark can only be placed at the end of the change requests that have already been marked. In addition, it can only be set if no other mark of the same kind already exists.
    tp showparams <sapsid>
    This tp function displays which values the individual parameters of the transport profile have for the current SAP System.
    tp verse <request>
    This creates versions of the objects in the specified request. This transport step is contained in command export .
    As of Release 4.5A, more actions that prepare the export are performed in this step.
    Thanks and Regards,
    Naveen.

  • Tp finished with return code: 208

    Hi Basis Gurus,
    I have received transport data and cofiles from system XYZ. I have copied data and cofiles in /usr/sap/trans/data and /usr/sap/trans/cofiles respectively.
    Now I have change my directory to /usr/sap/trans/bin
    I want to see the Object List before I import the transport request to my test system TST. I have added the transport request XYZK92????? to buffer with tp addtobuffer command and it is successful. Now when I am trying to see the Object list with command tp GETOBJLIST it is giving error message
    This is tp version 340.16.12 (release 640)
    System XYZ is not defined in TPPARAM
    ERROR: System XYZ is not defined in TPPARAM
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0208
    tp finished with return code: 208
    meaning:
      error in transportprofil (param missing, unknown,...)
    XYZ system is the system from where I got the transport request and it is not defined in my STMS domain. I guess we can import transport request from any other SAP system.
    How to resolve this issue ? is any one aware of this.
    Thanks
    Best Regards,
    CK

    I have created the TPPARAM with the above entry. Now getting different error:
    ~
    This is tp version 340.16.12 (release 640)
    Warning: Parameter DBHOST is no longer used.
    Warning: Parameter DBLIBPATH is no longer used.
    Warning: Parameter DBNAME is no longer used.
    Warning: Parameter DBSWPATH is no longer used.
    This is R3trans version 6.13 (release 640 - 12.12.05 - 14:24:42).
    1AETW065 check-sum error in datafile after "1972" bytes.
    2EETW000 Please contact the SAP support.
    exiting ...
    R3trans finished (0016).
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 16
    WARNS: Highest tp internal warning was: 0101
    tp finished with return code: 16
    meaning:
      A tool used by tp broke down

  • Transport control program (tp) ended with return code 0200

    Hi Gurus,
    Please help, we have a fresh system copy of our prod. I already configure new domain controller with one virtual system. it was meant for 2 system lanscape. PRD -> VIR. The problem now is everytime we try to release a config it shows an error
    "Test call of transport control program (tp) ended with return code 0200"
    System error shows that calling   "C:\>tp EXPCHK BWPK900060 pf=
    SCWOSAPBW3\sapmnt\trans\bin\TP_DOMAIN_BWP.PFL -Dtransdir=
    SCWOSAPBW3\sapmnt\trans" Error text from tp: ERROR: Buffer check failed.
    But doing it in OS level it has no issues
    C:\>tp EXPCHK BWPK900060 pf=\\SCWOSAPBW3\sapmnt\trans\bin\TP_DOMAIN_BWP.PFL -Dtr
    ansdir=\\SCWOSAPBW3\sapmnt\trans
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    This is tp version 340.16.63 (release 640)
    createinfo succeeded
    Buffer check succeeded
    tp finished with return code: 0
    meaning:
      Everything OK
    STMS are all ok connection test, transport directory test and transport tool test.
    Kindly help me to resolve issue.
    OS platform is windows 2003, Netweaver 04 640, MSSQL2005.
    Thank you in advance.
    Joel

    Hi Anil,
    Here is the result after the tp check all command.
    D:\usr\sap\trans>tp check all pf=d:\usr\sap\trans\bin\TP_DOMAIN_SID.PFL
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    This is tp version 340.16.63 (release 640)
    check>Log file is written to \\hostname\sapmnt\trans\tmp\CHECK.LOG
    check>
    check>Collected 3 filenames from [\\hostname\sapmnt\trans\buffer\.]
    check>Collected 2 Systemnames from [\\hostname\sapmnt\trans\buffer\.]
    check>Collected 00001 out of 00001 entries from buffer BWP.
    check>Collected 00001 entries from buffers
    check>
    check>Collected 1 filenames from [\\hostname\sapmnt\trans\cofiles\.]
    check>Found 0 invalid filenames on Cofile-directory
    check>
    check>
    check>Collected 1 filenames from [\\hostname\sapmnt\trans\data\.]
    check>Found 0 invalid filenames on Datafile-directory
    check>
    check>Collected 14 filenames from [\\hostname\sapmnt\trans\log\.]
    check>Found 2 invalid filenames on Logfile-directory
    check>
    check>Collected 3 filenames from [\\hostname\sapmnt\trans\sapnames\.]
    check>
    check>WARNING: BWPK900060 has status T_STEP_UNKNOWN in  sapnames/TEST
    check>WARNING: BWPK900058 has status T_STEP_UNKNOWN in  sapnames/TEST
    check>WARNING: BWPK900056 has status T_STEP_UNKNOWN in  sapnames/TEST
    check>WARNING: SAPKD64038 has status T_STEP_UNKNOWN in  sapnames/SAPUSER
    check>WARNING: BWPK900060 has status T_STEP_UNKNOWN in  sapnames/SUPPORT
    check>Elapsed time 0m 1s
    tp finished with return code: 0
    meaning:
      Everything OK
    Kindly advise on what to do next.
    Thank you.
    joel
    Edited by: Joel Cancio on May 31, 2010 11:47 AM

Maybe you are looking for