0% found this document useful (0 votes)
24 views

Technical Specification

This document provides technical specifications for an employee master data system including table structures, fields, data types, and lengths for a header table and item table. It also lists the classes and methods used for the custom component.

Uploaded by

Suresh Lahare
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Technical Specification

This document provides technical specifications for an employee master data system including table structures, fields, data types, and lengths for a header table and item table. It also lists the classes and methods used for the custom component.

Uploaded by

Suresh Lahare
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Technical Specification

General Overview CUSTOM CUSTOM CUSTOM CUSTOM CUSTOM TABLE CLASS BOL COMPONENT BUSINESS ROLE ZCL_EMPH_WEBUI ZBOLLA ZBOL_LAH YSALESPRO

TABLE & STRUCTURE Header Table Item table Object Table Model Table Structure for Header Table Structure for Item Table

ZEMP_HEADER ZEMP_ITEM ZEMPHEADE_OBJECT ZEMPHEADE_MODEL ZEMPHEADER_STR ZEMPITEM_STR

HEADER TABLE Field MANDT EMPID EMPNAME EMPDESIG EMPLOCATION

(ZEMP_HEADER) Key Data Element Y MANDT Y ZEMPID N ZEMPNAME N ZEMPDESIG N ZEMPLOCATION

Data Type CLNT CHAR CHAR CHAR CHAR

Length 3 10 25 40 30

0 0 0 0 0

Description Client EMPLOYEE ID EMPLOYEE NAME EMPLOYEE DESIGNATION EMPLOYEE LOCATION

ITEM TABLE ( ZEMP_ITEM ) Field Key Data Element MANDT Y MANDT EMPID Y ZEMPID EMPNAME Y ZEMPNAME EMPCOUNTRY N ZEMPCOUNTRY EMPLOCATION N ZEMPLOCATION EMPCITY N ZEMPCITY EMPSTREET N ZEMPSTREET EMPHOUSENO N ZEMPHOUSENO EMPPINCODE N ZEMPPINCODE EMPMOBILE N ZEMPMOBILE

Data Type CLNT CHAR CHAR CHAR CHAR CHAR CHAR CHAR NUMC NUMC

Length 3 10 25 30 30 20 50 6 6 10

0 0 0 0 0 0 0 0 0 0

Description Client EMPLOYEE ID EMPLOYEE NAME EMPLOYEE COUNTRY EMPLOYEE LOCATION EMPLOYEE CITY EMPLOYEE STREET EMPLOYEE HOUSE EMPLOYEE PIN CODE EMPLOYEE MOBILE NUMBER

CLASS ( ZCL_EMPH_WEBUI ) Method IF_GENIL_APPL_INTLAY~GET_DYNAMIC_QUERY_RESULT Method IF_GENIL_APPL_INTLAY~GET_OBJECTS Method IF_GENIL_APPL_MODEL~GET_MODEL Method IF_GENIL_APPL_MODEL~GET_OBJECT_PROPS

CUSTOM BOL ( ZBOLLA )

You might also like