1. Gate Entry Management BBP-updated.doc
1. Gate Entry Management BBP-updated.doc
Technical Specification
For
SAP Implementation
Project S4 HANA@MIND
Signatures
By signing this section, the individuals listed below acknowledge that they have reviewed and approved the Technical
Specification (TS) for <Change Request #>. The signatures below represent the approval and acceptance by MIND
management for user requirements to be implemented as part of the change request.
The following people have reviewed and approved the contents of this document.
SAP Consultant
(Peer Review)
Printed Name Signature Date
Project/Delivery
Manager
Printed Name Signature Date
Revision History
This document has been revised as follows:
Change History
Requirement – The Gate Entry Management is the process of movement of materials to and from the
premises and to keep track of all inward and outward movement of materials.
2.4 Process:
Process Descriptions: The Gate Entry Management is the process of movement of materials to and from
the premises and to keep track of all inward and outward movement of materials.
It goes from Token creation to gate -in to gate-out cycle.
T-codes included:
1. ZGATE_TOKEN - To generate Token
2. ZGATE_IN - To get in with Vehicle
3. ZWB - 3.1 -to get Vehicle weight without load
2.4.1.1 Terminology
License Number Issue Date Driver Master Information To be Stored in Driver Master
Aadhar Number Issue Date Driver Master Information To be Stored in Driver Master
Pan Number Issue Date Driver Master Information To be Stored in Driver Master
PAN Number Expiry Date Driver Master Information To be Stored in Driver Master
Voter Id Number Issue Date Driver Master Information To be Stored in Driver Master
Passport Number Issue Date Driver Master Information To be Stored in Driver Master
Hydraulic Test Issue Date Vehicle Master Information To be Stored in Vehicle Master
2.4.1.5 Logic
1. We have created a screen which includes multiple programs to record the token status.
2. The cycle of the T-Code used is
1. ZGATE_TOKEN
2. ZGATE_IN
3. ZWB
4. ZBAGGING
5. ZWB
6. ZDISPATCH
7. ZGATE_OUT
3. The process starts with ZGATE_TOKEN - To generate Token.
Following are the logic for ZGATE_TOKEN
● fetch fields from Zgate_entry where delivery = VBELN.
● Fetch individual value vbeln, lgort, charg from lips into workarea where vbeln = input delivery.
● IF lgort is not null: wa_final-storage_loc = lgort.
● IF charg is not null: wa_final-batchno = charg.
7. The T-Code ZWB comes again in the picture - to get Weight of loaded Vehicle. with following Logic:
8. Last second to it is T-Code: ZDISPATCH - to Invoicing & Dispatching/Delivery
● Update table ZGATE_ENTRY depending upon Token no. and delivery no.
9. Final is ZGATE_OUT: T-Code which gives the final status of the Token. ZGATE_OUT - to allow Vehicle to
gate-out after verification.
● Logic: Update table ZGATE_ENTRY depending upon Token no. and delivery no.