Saturday, March 29, 2008

SAP Query Reporting

SAP Query Reporting


SAP Query Reporting is everything an SAP user needs to know to create your own reports in SAP using Query tools, no programming required! Designed as a hands-on learning aid, you will be able to follow along and perform each new skill learned on your own SAP system. The book's tutorial style, step-by-step instruction will teach you everything you need to know to use the SAP Query tools, including its configuration, advanced usage, and integration to Microsoft. Additionally the book gives best business practice recommendations for the technology and internal business use of the tools. Learn to: *Understand query security, table reads, and table joins*Perform basic and advanced calculations*Incorporate pictures and graphics into reports*Configure shortcuts and tran codes, schedule jobs and email PDFs*Utilize SAP Reporting with Microsoft Office applications
rapidshare.com

Sams Teach Yourself SAP in 24 Hours (2nd Edition)

Sams Teach Yourself SAP in 24 Hours (2nd Edition)
Publisher Sams
Author(s) Danielle Larocca
ISBN 0672328224
Release Date 07 November 2005
Sams Teach Yourself SAP in 24 Hours, Second Edition is the perfect tool for learning one of the most sophisticated enterprise solutions available today. Designed to being with the basics, you will become acquainted with the entire SAP system, from navigation to creating your own reports. You'll also cover:
  • Implementation tools and methodologies
  • NetWeaver
  • ECC 5.0
  • Designing Screens and menus
  • Reporting
  • Integration with Microsoft Office
  • And more
Written by leading SAP consultants with over 20 years of combined experience, this easy-to-understand tutorial is ideal for getting up and running with SAP quickly and efficiently

Download (10.7 MB)

or

Download ebook

or

Download ebook

Rightshore!: Successfully Industrialize SAP® Projects Offshore

Rightshore!: Successfully Industrialize SAP® Projects Offshore



Rightshore!: Successfully Industrialize SAPĀ® Projects Offshore


# Hardcover: 292 pages
# Publisher: Springer; 1 edition (March 1, 2008)
# Language: English
# ISBN-10: 3540772871
# ISBN-13: 978-3540772873



Book Description

At a time when business demands urge companies to innovate and CIOs face increasing cost pressures, offshore delivery offers the opportunity to industrialize the implementation processes for system harmonization, consolidation, and enhancement, thereby realizing substantial cost savings and quality improvements. Rightshore® - a registered trademark of Capgemini - is about organizing the distributed delivery process that embraces on-site, nearshore and offshore services.

This book describes successful global delivery models utilizing industrialized methods to deliver SAP® projects from India. While the first part is devoted to management concepts, service offerings and the peculiarities of working together with India, the second part features eight case studies from different industries and from around the world describing how India delivery centers have been successfully deployed in SAP® development projects.

Download:

A demo program to create subscreen in your ABAP Program

A demo program to create subscreen in your ABAP Program

A demo program to create subscreen in your ABAP Program * * This report will display the user last login date and time. * * Subscreen selection 1 : User Name * 2 : Last Login Date * 3 : Class Belong To * * Written by : SAP Basis, ABAP Programming and Other IMG Stuff * http://www.sap-img.com * REPORT ZSUBSCREEN.
TABLES: USR02, "Logon data
SSCRFIELDS. "FIELDS ON SELECTION SCREENS
*---------------------------------------------------------------
* SUBSCREEN 1
*---------------------------------------------------------------
SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN.
SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-010.
SELECT-OPTIONS: USERNAME FOR USR02-BNAME.
SELECTION-SCREEN END OF BLOCK B1.
SELECTION-SCREEN END OF SCREEN 100.
*---------------------------------------------------------------
* SUBSCREEN 2
*---------------------------------------------------------------
SELECTION-SCREEN BEGIN OF SCREEN 200 AS SUBSCREEN.
SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-020.
SELECT-OPTIONS: LASTLOGI FOR USR02-TRDAT.
SELECTION-SCREEN END OF BLOCK B2.
SELECTION-SCREEN END OF SCREEN 200.
*---------------------------------------------------------------
* SUBSCREEN 3
*---------------------------------------------------------------
SELECTION-SCREEN BEGIN OF SCREEN 300 AS SUBSCREEN.
SELECTION-SCREEN BEGIN OF BLOCK B3 WITH FRAME TITLE TEXT-030.
SELECT-OPTIONS: CLASSTYP FOR USR02-CLASS.
SELECTION-SCREEN END OF BLOCK B3.
SELECTION-SCREEN END OF SCREEN 300.
* STANDARD SELECTION SCREEN FOR SCROLLING LEFT AND RIGHT
SELECTION-SCREEN: FUNCTION KEY 1,
FUNCTION KEY 2.
SELECTION-SCREEN: BEGIN OF TABBED BLOCK SUB FOR 15 LINES,
END OF BLOCK SUB.
START-OF-SELECTION.
SELECT * FROM USR02 WHERE BNAME IN USERNAME
AND ERDAT IN LASTLOGI
AND CLASS IN CLASSTYP.
WRITE: / 'User ', USR02-BNAME,
'Last Login Date ', USR02-TRDAT,
'Last Login Time ', USR02-LTIME,
'CLASS ', USR02-CLASS.
ENDSELECT.
END-OF-SELECTION.
INITIALIZATION.
* SCREEN ICON LEFT AND RIGHT
SSCRFIELDS-FUNCTXT_01 = '@0D@'.
SSCRFIELDS-FUNCTXT_02 = '@0E@'.
SUB-PROG = SY-REPID.
SUB-DYNNR = 100.
AT SELECTION-SCREEN.
CASE SY-DYNNR.
WHEN 100.
IF SSCRFIELDS-UCOMM = 'FC01'.
SUB-DYNNR = 300.
ELSEIF SSCRFIELDS-UCOMM = 'FC02'.
SUB-DYNNR = 200.
ENDIF.
WHEN 200.
IF SSCRFIELDS-UCOMM = 'FC01'.
SUB-DYNNR = 100.
ELSEIF SSCRFIELDS-UCOMM = 'FC02'.
SUB-DYNNR = 300.
ENDIF.
WHEN 300.
IF SSCRFIELDS-UCOMM = 'FC01'.
SUB-DYNNR = 200.
ELSEIF SSCRFIELDS-UCOMM = 'FC02'.
SUB-DYNNR = 100.
ENDIF.
ENDCASE.
Contributed by: SAP Basis, ABAP Programming and Other IMG Stuff
http://www.sap-img.com

TEST AND ANALYSIS OF WEBSERVICES

TEST AND ANALYSIS OF WEBSERVICES

TEST AND ANALYSIS OF WEBSERVICES

The highly dynamic characteristics of service-oriented applications means their validation is a continuous process that often runs in parallel with execution. It is not possible to clearly distinguish between the predeployment validation of a system and its use, nor is it possible to guarantee that the checks passed at a certain time will be passed at a later time and in the actual execution environment as well.
Baresi and Di Nitto have put together the first reference on all aspects of testing and validating service-oriented architectures, taking into account these inherent intricacies. The contributions by leading academic and industrial research groups are structured into four parts on: static analysis to acquire insight into how the system is supposed to work; testing techniques to sample its actual behavior; monitoring to probe its operational performance; and nonfunctional requirements like reliability and trust.
Download Link

SAP NetWeaver 04 Linux Download

SAP NetWeaver 04 Linux Download
Click here for download
The Technology Preview "Test Drive" of SAP NetWeaver 04 for the Linux platform is available to download for your evaluation. It includes both ABAP and Java Stacks running on SAP's own database Max DB version 7.5 or IBM DB2 Universal Database for Linux version 8.2.You can use this Technology Preview to gain experience in administering an SAP system or in developing with ABAP and Java. SAP NetWeaver Developer Studio and JavaGUI are included in the package. It also provides an application example for SAP Records Management that demonstrates how the technology preview can be used to achieve basic integration between JavaGUI and OpenOffice / StarOffice.System Requirements:Min. 1536MB, recommended 2GB RAM, Intel Pentium IV or higher, 15GB hard disc space Download 64-Bit Linux Version for x86_64 based upon MaxDB 7.6(7x650MB)

TablePro

TablePro
Download any SAP Tables or Views in a snap
Customized reports generated from ad hoc queries of SAP data are key to business intelligence today. Getting data out of SAP, however, is an involved process and requires technical skills and extra authorizations. Many SAP business users or functional analysts may not have the technical knowledge or the authorizations to create ad hoc queries from SAP data and have to rely on the technical programmers and consultants -– a time consuming and expensive option.
Using TablePro, business users and functional analysts can now effortlessly extract SAP data to create customized reports and handle ad-query requests without any programming and without requiring SE16 or SQ01 access. They can extract data from a single table or from multiple tables in SAP without compromising the SAP server performance.

TxShuttle

TxShuttle
Create or Update SAP data Instantly without programming
Spreadsheets remain the tool of choice for many information workers across the enterprise and are a convenient way for many business users to create, update, or transfer large amounts of data. Transferring data from Microsoft Office applications, Excel or Access, into the various SAP modules and products, includING the SAP Business Suite and NetWeaver, remains a challenge for most organizations.
This data is either manually keyed into SAP – a particularly wasteful exercise since data is already in a digital format; or is automatically entered into SAP by programmers and consultants using the various technical tools (BDC, ABAP, etc.) provided by SAP – a time-consuming and expensive alternative.
Using TxShuttle, business users or functional analysts can automate the transfer of data between Microsoft Excel or Access to any SAP module or product without requiring any programming. TxShuttle is the EASY and SECURE alternative to the technical SAP programs and empowers the business users by giving them control of their own data.
TxShuttle is the ideal tool for: SAP data migration, SAP Data Upload, Mass maintenance of SAP data, and SAP data entry automation in SAP Logistics, SAP Finance (FI/CO), or SAP Human Resources (HR).

SAP Widgets

SAP Widgets
Widgets are mini-applications that allow the user to monitor or interact with certain information and data. Widgets can do pretty much whatever the developer wants them to - can be alarm clocks, local wheather information, the latest stock quotes and also show data from an SAP system.

SAP DB Software Packages

SAP DB Software Packages SAP DB can be used free of charge in non-SAP environments.If you use SAP DB as a database system for SAP solutions, a maintenance contract is required. For more information on a maintenance contract please contact your national SAP subsidiary.Quick Download
SAP customers get the SAP DB software for SAP solutions with the SAP installation CD or in the SAP Service Marketplace at http://service.sap.com.
SAP DB Version 7.4.03
Linux (Intel)
Microsoft Windows
Solaris
HP-UX
Tru64
AIX

SAP on DB2 UDB for OS 390 and z OS Implementing Application Servers on Linux for zSeries

SAP on DB2 UDB for OS 390 and z OS Implementing Application Servers on Linux for zSeries
Abstract
This IBM Redbook focuses on the implementation of SAP application servers on Linux for zSeries. It applies to IBM z/OS V1R2 (5694-A01), IBM z/VM V4.2 (5739-A04), SuSE Linux Enterprise Server 7 for IBM zSeries (64-bit), IBM DB2 UDB for z/OS V7.1 (5675-DB2), and SAP R/3 4.6C SR2.
The book provides overviews of SAP and Linux and describes the planning needed for SAP on Linux for zSeries, including resource sharing considerations, hardware and software requirements, and support and maintenance.
It focuses on how to prepare the system environment, describing system and network configurations, as well as installation and customization tasks. After detailing how to install SAP application servers in z/VM Linux images, it concludes with a description of how to clone those images.

Table of Contents
Ch 1 SAP and Linux overview
Ch 2 Planning for SAP on Linux for zSeries
Ch 3 Preparing the system environment
Ch 4 Installing SAP application servers on Linux
Ch 5 Cloning an SAP dialog instance
App A R3SETUP output
App B Cloning


Download PDF

http://www.redbooks.ibm.com/redbooks/pdfs/sg246847.pdf

Installing SAP B1 demo with Personal SQL - part 1 of 4

Installing SAP B1 demo with Personal SQL - part 1 of 4


Installing SAP B1 demo with Personal SQL - part 2 of 4

Installing SAP B1 demo with Personal SQL - part 2 of 4


Installing SAP B1 demo with Personal SQL - part 3 of 4

Installing SAP B1 demo with Personal SQL - part 3 of 4


Installing SAP B1 demo with Personal SQL - part 4 of 4

Installing SAP B1 demo with Personal SQL - part 4 of 4


High Availability Considerations: SAP R/3 on DB2 for OS

High Availability Considerations: SAP R/3 on DB2 for OS

This redbook will help systems administrators, database administrators, managers, and operations staff to plan, install, and administer the usage of SAP R/3 with DB2 for OS/390 as the database management system on the SAP R/3 Database Server. It is designed to address the issues of high availability in that environment. It is one in a series of redbooks about such an environment.
High availability and continuous availability are key concerns of large customers who depend on their SAP R/3 system. Indeed, the availability built into SAP software is an important reason for customers to choose this as a basis for their business operations. DB2, S/390 hardware, and the OS/390 operating system now have built-in features that enable customers to optimize availability.
In this redbook, we also address the impact of failure in components related to the database server and application servers. We describe the techniques used to eliminate single points of failure and to minimize the impact of failures for unplanned outages. We also describe how to maintain availability during planned outages (those situations when a component will not be available due to maintenance or re-configuration activities.

Backup Solutions for SAP R/3 4.5B

Backup Solutions for SAP R/3 4.5B

Backup Solutions for SAP R/3 4.5B on Netfinity Servers running Windows NT

Most companies today are dependent to a greater or lesser extent on their computing infrastructure, but few computing environments can be as fundamental to the operation of a business as SAP R/3. This enterprise resource planning software product is at the heart of a growing number of businesses that range in size from relatively small companies with a few hundred employees to global enterprises with tens of thousands.
Protecting critical business data held within the SAP system from loss can be a crucial factor in ensuring the survival of a company. Whether you want to provide archive storage or to protect against data loss through user error, system failure, malicious damage, or natural disaster, taking regular backups is a necessary process in the management of any important data processing system and SAP R/3 is no exception.
This redbook is aimed at SAP R/3 installations implemented using a Windows NT Server platform running on IBM’s Netfinity range of Intel-based servers. It will help you to implement efficient and reliable backup processes for your SAP R/3 installation. Focus is placed on backing up the core SAP system, that is, the database and application servers that constitute the heart of the product. Solutions have been provided for systems based on the Oracle, IBM DB2 and Microsoft SQL Server databases. In addition, we have provided one example of a backup solution for a clustered SAP system.
We have assumed you are familiar with the SAP R/3 system in a Windows NT environment. Our backup methodology uses Tivoli Storage Manager, and an introduction to this and related Tivoli products is provided in the first part of the book.

SAP INSTALLATION DOC PDF 's ON ALL PLATFORMS

SAP INSTALLATION DOC PDF 's ON ALL PLATFORMS

SAP_Web_APp_Server6.20-Lang_Transport.rar
SAP_Web_Application_Server6.20-Homogeneous_and_heterogeneous_system_copy.rar
SAP_J2EE_Engine_Installation-Dialog_Instance_Installation_on_IBM_eServer_iSeries_for_SAP_Web_App_Ser
SAP_J2EE_Engine_Installation-Dialog_Instanace_Insatallation-Stand.Gateway_Inst..Install..On_Win.rar
SAP_R3Enterprise_on_Windows_2000-IBM_eserver_iseries_and_AS_400.rar
SAP_Software_on_Unix-_OS_Dependencies.rar
SAP_R3_Enterprise_4.70_on_UNIX-IBM_Universal_Database_for_UNIX___Windows.rar
SAP_R3_enterprise_on_IBM_eServer_iSeries_and_AS400.rar
Unicode_SAP_R3_Enterprise_on_IBM_eServer_iSeries___AS_400.rar
SAP_R3_Enterprise_-UNIX.rar
SAP_on_IBM_DB2_Universl_database_for_unix_and_windows.rar
SAP_R3_Enterprise_IBM_Eserver_Iseries.rar
SAP_J2EE_Engine_Installation-DialogInstance_Installation-Standalone_Gateway_Installation_on_Unix.rar
SAP_R3_Enterprise_Installation_on_windows_2000-IBM_DB2_Universal_Database_for_UNIX_and__windows.rar
SAP_R3_Enterprise_WN_ORAcle.rar
SAP_R3_Enterprise_on_Windows-MS_SQL_Server.rar
SAP_R3_Enterprise_on_UNIX-SAP_DB.rar
SAP_R3_Enterprise_Installation_on_Windows-_IBM_DB2_Universl_database_forOS390_zOS.rar
SAP_R3_Enterprise_Installation_on_Unix-IBM_DB2_Universal_Database_for_os390_and_zOS.rar
SAP_on_IBM_DB2_UDB_for_OS390___zOS.rar
SAP_R3_Enterprise_on_UNIX-Oracle.rar
SAP_R3_enterprise_on_Windows-Informix.rar
Sap_r3_enterprise_on_Windows-SAPDB.rar
SAP_R3_Enterprise_on_UNIX-Informix.rar
SAP_R3_Enterprise-Windows.rar

Sap InstallaionSap R/3 4.71 Ides Installaion Guide With Virtual Machine

Sap InstallaionSap R/3 4.71 Ides Installaion Guide With Virtual Machine

Sap_r3_ides_4.7_installation_guide_With_irtual_Machine_2.rar

SAP r/3 Basis BOOKS and 4.6c Installation Guide

SAP r/3 Basis BOOKS and 4.6c Installation Guide

SAP 4 1 .7Installation Guide1

SAP 4 1 .7Installation Guide1

http://rapidshare.com/files/64416869/SAP_4_1_.7Installation_Guide1.doc

Mini Sap Cd1

Mini Sap Cd1

http://rapidshare.com/files/795136/MiniSapCd1.part1.rar
http://rapidshare.com/files/795954/MiniSapCd1.part2.rar
http://rapidshare.com/files/810556/MiniSapCd1.part3.rar
http://rapidshare.com/files/810409/MiniSapCd1.part4.rar
http://rapidshare.com/files/819126/MiniSapCd1.part5.rar
http://rapidshare.com/files/818884/MiniSapCd1.part6.rar
http://rapidshare.com/files/828305/MiniSapCd1.part7.rar
http://rapidshare.com/files/827340/MiniSapCd1.part8.rar

Mini Sap Cd2

Mini Sap Cd2

http://rapidshare.com/files/828319/MiniSapCd2.part01.rar
http://rapidshare.com/files/902524/MiniSapCd2.part02.rar
http://rapidshare.com/files/902316/MiniSapCd2.part03.rar
http://rapidshare.com/files/936050/MiniSapCd2.part04.rar
http://rapidshare.com/files/935692/MiniSapCd2.part05.rar
http://rapidshare.com/files/947683/MiniSapCd2.part06.rar
http://rapidshare.com/files/1320189/MiniSapCd2.part07.rar
http://rapidshare.com/files/1363944/MiniSapCd2.part08.rar
http://rapidshare.com/files/1378747/MiniSapCd2.part09.rar
http://rapidshare.com/files/1378696/MiniSapCd2.part10.rar
http://rapidshare.com/files/1378689/MiniSapCd2.part11.rar
http://rapidshare.com/files/1378679/MiniSapCd2.part12.rar
http://rapidshare.com/files/1440674/MiniSapCd2.part13.rar

SAP 4.7 Installation Process

SAP 4.7 Installation Process

http://rapidshare.com/files/77671545/sap_4.7_installation_process.doc

SAP R/3 4.71 SR-1 Enterprise IDES

SAP R/3 4.71 SR-1 Enterprise IDES


In here I put the proof of that stuff and also I upload the documentation in PDF format.

What is SAP IDES and System Requirement for installations?

System Requirement to install IDES

For installing SAP IDES on a Laptop, you need:


Requirements:....
Pentium 3/Pentium 4 with any CPU
100 GB HDD
min. 1 GB RAM

What is SAP IDES (Internet Demonstration and Evaluation System)?

SAP IDES is a normal R/3 but with lots of DEMO data.

The system that contains several sample companies typifying relevant business processes. It is simple to use and has a variety of master and transaction data, and is used for demos, online/classroom training, and presentations. Potential customers use IDES to trial and test software via Internet.

SAP IDES – the "Internet Demonstration and Evaluation System" in the R/3 System, represents a model company. It consists of an international group with subsidiaries in several countries. IDES contains application data for various business scenarios that can be run in the SAP System. The business processes in the IDES system are designed to reflect real-life business requirements, and have access to many realistic characteristics. IDES uses easy-to-follow business scenarios to show you the comprehensive functions of the R/3 System. The focal point of IDES, however, is not the functionality itself, but the business processes and their integration


SAP R/3 4.71 SR-1 Enterprise IDES

EXPORT1

EXPORT2

SAP-Export1.part01.rar
SAP-Export1.part02.rar
SAP-Export1.part03.rar
SAP-Export1.part04.rar
SAP-Export1.part05.rar
SAP-Export1.part06.rar
SAP-Export1.part07.rar
SAP-Export1.part08.rar
SAP-Export1.part09.rar
SAP-Export1.part10.rar
SAP-Export1.part11.rar
SAP-Export1.part12.rar
SAP-Export1.part13.rar
SAP-Export1.part14.rar
SAP-Export1.part15.rar
SAP-Export1.part16.rar

SAP-Export1.part17.rar
SAP-Export1.part18.rar
SAP-Export1.part19.rar
SAP-Export1.part20.rar
SAP-Export1.part21.rar
SAP-Export1.part22.rar
SAP-Export1.part23.rar
SAP-Export1.part24.rar
SAP-Export1.part25.rar
SAP-Export1.part26.rar
SAP-Export1.part27.rar
SAP-Export1.part28.rar
SAP-Export1.part29.rar
SAP-Export1.part30.rar
SAP-Export1.part31.rar
SAP-Export1.part34.rar
SAP-Export1.part32.rar
SAP-Export1.part33.rar
SAP-Export1.part35.rar
SAP-Export1.part35.rar
SAP-Export1.part36.rar
SAP-Export1.part36.rar
SAP-Export1.part36.rar
SAP-Export1.part37.rar
SAP-Export1.part38.rar
SAP-Export1.part39.rar
SAP-Export1.part40.rar
SAP-Export1.part41.rar

SAP-Export1.part42.rar
SAP-Export1.part43.rar

SAP-Export1.part44.rar

SAP-Export2.part01.rar
SAP-Export2.part02.rar
SAP-Export2.part03.rar
SAP-Export2.part04.rar
SAP-Export2.part05.rar
SAP-Export2.part06.rar
SAP-Export2.part07.rar
SAP-Export2.part08.raR
SAP-Export2.part08.rar
SAP-Export2.part09.rar
SAP-Export2.part10.rar
SAP-Export2.part11.rar
SAP-Export2.part12.rar

SAP-Export2.part13.rar
SAP-Export2.part14.rar
SAP-Export2.part15.rar
SAP-Export2.part16.raR
SAP-Export2.part17.rar
SAP-Export2.part18.rar
SAP-Export2.part19.rar
SAP-Export2.part20.rar
SAP-Export2.part21.rar
SAP-Export2.part22.rar
SAP-Export2.part23.rar
SAP-Export2.part24.rar
SAP-Export2.part25.rar
SAP-Export2.part26.rar
SAP-Export2.part27.rar
SAP-Export2.part28.rar
SAP-Export2.part29.rar
SAP-Export2.part30.rar
SAP-Export2.part31.rar
SAP-Export2.part32.rar
SAP-Export2.part33.rar
SAP-Export2.part34.rar
SAP-Export2.part35.rar
SAP-Export2.part36.rar
SAP-Export2.part37.rar
SAP-Export2.part38.raR
SAP-Export2.part39.rar
SAP-Export2.part40.rar
SAP-Export2.part41.raR
SAP-Export2.part42.rar
SAP-Export2.part43.rar
SAP-Export2.part44.rar
SAP-Export2.part45.rar
Top of FormSAP-Export2.part45.rar




SAP R3 IDES

WarungPlus.com_SAP_R3_IDES.part01.rar
WarungPlus.com_SAP_R3_IDES.part02.rar
WarungPlus.com_SAP_R3_IDES.part03.rar
WarungPlus.com_SAP_R3_IDES.part04.rar
WarungPlus.com_SAP_R3_IDES.part05.rar
WarungPlus.com_SAP_R3_IDES.part06.rar
WarungPlus.com_SAP_R3_IDES.part07.rar
WarungPlus.com_SAP_R3_IDES.part08.rar
WarungPlus.com_SAP_R3_IDES.part09.rar
WarungPlus.com_SAP_R3_IDES.part10.rar
WarungPlus.com_SAP_R3_IDES.part19.rar
WarungPlus.com_SAP_R3_IDES.part11.rar
WarungPlus.com_SAP_R3_IDES.part12.rar
WarungPlus.com_SAP_R3_IDES.part13.rar
WarungPlus.com_SAP_R3_IDES.part14.rar
WarungPlus.com_SAP_R3_IDES.part15.rar
WarungPlus.com_SAP_R3_IDES.part16.rar
WarungPlus.com_SAP_R3_IDES.part17.rar
WarungPlus.com_SAP_R3_IDES.part18.rar

MATMAS01 - IDOC TYPE

MATMAS01 - IDOC TYPE


FieldcommentSegmentelementnotescomments


all date hereEDI_DC40client
per installation


is predefinedEDI_DC40idoc numberblank


and hardcordedEDI_DC40SAP Release620


into APIEDI_DC40idoc statusblank



EDI_DC40direction2 - inbound



EDI_DC40receiver port
per installation



EDI_DC40rec'd part type"LS"



EDI_DC40recipients
per installation



EDI_DC40sender port
per installation



EDI_DC40sender type "LS"



EDI_DC40sender
per installation



EDI_DC40message type"MATMAS"



EDI_DC40basic type "MATMAS01"



EDI_DC40rec partn fnct"LS"



EDI_DC40Partn function"LS"










E1MARAMMSGFN"005"to add a new record use "005"
MATMASTERITEMNBRSKUE1MARAMMATNR
material number
MATMASTERMTYPEmaterial typeE1MARAMMTART"ZFG"material type description
MATMASTERINDUSTRYapplicancesE1MARAMMBRSH"H"industry description



E1MARAMMATKL"01"
MATMASUOFMunit of measureE1MARAMMEINS"EA"measurement text
MATMASGROSSweightE1MARAMBRGEW
gross weight
MATMASNETweightE1MARAMNTGEW
net weight
MATMASUOFWunit of weightE1MARAMGEWEI"LB"weight measurement










E1MAKTMfunction"005"to add a new record use "005"



E1MAKTMCHAR1"E"
MATMASDESCitem descriptionE1MAKTMDescription




E1MAKTMSPRAS_ISO"EN"english

SAMPLE :