How to integrate industrial scale system to SAP R/3?

We have scale houses in our plants. It is used to weight incoming and outgoing trucks, which deliver goods for our business. We use SAP to create and process Bill of Ladings and we would like to integrate the weight information provided by our weighing system into SAP transaction in real time. Anyone has clue how to do it or pursue it? Many thanks.

Hi Raja,
Steps to crate FM..
Follow these steps..
Go to the T: code SE37
First You Create Function Group
On That u specify
Function Group Name..............
Short Text..............................
save...
Go to SE 37
Specify the Function Module Name: Eg: Z_Bapi_Materialmaster
Short Text.......
Save...
Next Go to Attributes..
Select Radio button : Remote enabled model
Go to Parameters..
Click Import...
Give Parameter Type Associate type S.t
next Click Export...
Give Parameter Type Associate type S.t
Next Click Tables Button..
Specify tables..
Next click source code button..
Write Source code here..
Eg : Select statements Etc..
Finally we should be select the Radio button Enable remorely
https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=39728
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/bapi%2bstep%2bby%2bstep
Hope this information is useful to you..
Reward points if it is usefulll....
Thanks ,
Satya Kumar..

Similar Messages

  • Problems concerning "How to integrate MS Exchange Server into SAP EP"

    Hi,
    I want to realize the scenario in "How to integrate Microsoft Exchange Server into SAP Enterprise Portal" from the Microsoft-Website.
    We´re using SAP NetWeaver 04, SAP NetWeaver Portal 6.0.14.0.0 and KMC 6.0.14.2.0 and Microsoft Exchange Server 2000 SP3.
    I have created (as described in the document) the HTTP-System and a WebDAV RM. But the repository doesn´t appeaer in the KM-Content-iView.
    I checked the Component Monitor and got this error-message for "servers" (it was marked with a red square)
    last-error-3   2006-05-16T13:12:11Z: PROPFIND /public: 401 Access Denied
    last-error-4   2006-05-16T13:15:04Z: PROPFIND /public: 401 Access Denied
    last-error-6   2006-05-16T13:26:35Z: PROPFIND /public: 401 Access Denied
    errors   8
    last-error-2   2006-05-16T13:12:10Z: PROPFIND /public: 401 Access Denied
    requests   8
    last-error-7   2006-05-16T13:26:35Z: PROPFIND /public: 401 Access Denied
    bytes-per-second   0
    successes   0
    response-average   194
    last-error-1   2006-05-16T13:11:55Z: PROPFIND /public: 401 Access Denied
    last-error-0   2006-05-16T13:11:54Z: PROPFIND /public: 401 Access Denied
    last-error-5   2006-05-16T13:15:05Z: PROPFIND /public: 401 Access Denied
    failures   0
    Any idea, what´s wrong? And how to solve the problem.
    Thanks for help,
    Sven
    Message was edited by: Sven Keller

    Hi James,
    How can I check the KM ACLs/Security Zones?
    I had a look on "System Administration - System Configuration - Knowledge Management - Content Management - Repository Managers - Security Manager - WebDAV ACL Security Manager".
    There was just "WDAclSecurityManager" and the Permission Rendering Class was "com.sapportals.wcm.control.acl.ResourcePermissionControl".
    Or where do I have to look for the ACL?

  • How to integrate Solution Manager system to Enterprise Portal

    Hi all,
    HOW TO INTEGRATE SOLUTION MANAGER SYSTEM TO ENTERPRISE PORTAL SYSTEM

    Hi,
    First establish SSO between portal and solution manager.
    make the iview from com.sap.portal.epsolman.EPSolman
    check the link for help
    ep and solution manager support desk
    Thanks
    Santosh

  • How to integrate with java connnector in sap business one 2005

    hai,
    i have small doubt,
    how to integrate with java connnector in sap business one 2005
    thankig
    anand

    Anand,
    I am not sure of your exact question, but the SAP Business One SDK Help Center documentation contains all the information that you should need with respect to using the SAP Business One JCO connector.  You should read this documentation.
    Eddy

  • How to integrate the portal system with non-sap system

    Hi Gurus,
    How to integrate Portal system with non-SAP system?
    I know few ways .......Using Usermapping UIDPW method.
    Using Appintegrator .....and using Business repository objects in JCA?
    Is there anyother way to integrate if so please give me the names and steps for integrating it?
    Thanks in Advance,
    Dharani

    Hi Dharani,
    You can get information from the following links:
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/d08b00d73001b4e10000000a11466f/frameset.htm
    https://www.sdn.sap.com/irj/sdn/thread?threadID=744043
    SAP CONNECTORS:- Basically Connectors are like middlewares , that we use to connect to the backend system including Non SAP systems also. Will try to explain it to u with some examples of SAP Connectors:-
    a) SAP Business Connectors:-
    A middleware application based on the B2B integration server from webMethods.
    The SAP Business Connector enables both bi-directional synchronous communication and asynchronous communication between SAP applications and SAP and non-SAP applications.
    The SAP Business Connector makes all SAP functions that are available via BAPIs or IDocs accessible to business partners over the Internet as an XML-based service.
    The SAP Business Connector uses the Internet as a communication platform and XML or HTML as the data format. It integrates non-SAP products by using an open, non-proprietary technology.
    b) SAP Java Connector:-
    SAP Java Connector (SAP JCo) is a middleware component that enables the development of SAP-compatible components and applications in Java. SAP JCo supports communication with the SAP Server in both directions: inbound calls (Java calls ABAP) and outbound calls (ABAP calls Java).
    SAP JCo can be implemented with Desktop applications and with Web server applications.
    SAP JCo is used as an integrated component in the following applications:
    1) SAP Business Connector, for communication with external Java applications
    2) SAP Web Application Server, for connecting the integrated J2EE server with the ABAP environment.
    SAP JCo can also be implemented as a standalone component, for example to establish communication with the SAP system for individual online (web) applications.
    To Know more go through,
    SAP Java Connectors
    II) ALE Concept:-
    ALE is not restricted to communication between SAP systems, it can also be used for connecting SAP Systems to non-SAP systems.
    By using IDocs as universal information containers, ALE can reduce the number of different application interfaces to one single interface that can either send IDocs from an SAP system or receive IDocs in an SAP system.
    SAP certified Translator Programs can convert IDoc structures into customer-defined structures.
    Alternatively, the RFC interface for sending and receiving IDocs can be used in non-SAP systems.
    In both cases you need the RFC Library of the RFC Software Development Kit (RFC-SDK).
    This link gives a great insight into landscape for Connectivity to Non-SAP systems:-
    SAP to Non-SAP systems
    III) Communication Between SAP Systems and External (Non-SAP) Systems using RFC:-
    When you use RFC for communication with an external (non-SAP) system, you can also implement the SAP Java Connector or the SAP .Net Connector for the conversion of data. However, there are no specific security requirements for these components, since they only perform internal system conversion functions.
    The additional security recommendations for communication with external systems in this section make particular reference to cases where an external system is used as a server (SAP calls the external system). If you use an external system as a client (the external system calls SAP), the appropriate SAP-specific security mechanisms are implemented on the SAP side.
    This link explains in detail all the security considerations you need to take for connecting to an External Non SAP system like, User administration, Network Security etc.
    Communication Between SAP Systems and External (Non-SAP) Systems using RFC
    Hope this helps,
    Regards,
    Rudradev Devulapalli
    Reward the points if helpful

  • How to integrate a BW System in a XI Landscape?

    Hi Everybody..
    which are the steps that I need to perform in order to integrate a BW System in a XI Landscape?
    Thanks
    FedeX

    Hi Great links thanks...
    I do not how can get focused for going forward...
    <b>My Goal</b>
    I want to test a XML Data Source for a BW System
    <b>The Guide</b>
    The sample that I am following has some requirements...
    <i>1. Prerequisite
    The BW is integrated to the XI landscape.
    If this is not yet the case, follow the configuration guide
    of XI which you find here: SAP Service Marketplace
    ( http://service.sap.com/instguides )</i>
    That link does not point out a documente .. is a site with charges of information
    <b>The Situation</b>
    BW is definitively no integrated and I need to integrated it to go further with my test
    <b>How</b>
    I need a document or a guide or a link   which describes step by step How can one integrate a BW system to the XI Lanscape.
    where is that document in this ocean of information ?
    Thanks!!!
    Fedex

  • How to integrate with RMS system

    Hi experts,
      I want to integrate RMS(Retail Management System) with SAP PI system.
    Is it possible to integrate?
    If possible, Can you give me Idea How to integrate with this?
    Thanks & Regards,
    Poonam.

    > Want your more help. If I want to use SOAP adapter to integrate with RMS system.
    > So, what are the prerequisites are required in RMS system to be integrate with SAP PI through SOAP adapter?
    >
    Fist you have to make sure that RMS system showuld accept SOAP messages, that means u will send payload to RMS in the form of SOAP meesage using SOAP receriver Adapter.
    RMS system people have to provide URL , u will send data to address specified in URL.
    using Adapter is compmetely depend on Source or Taget system, betetr to talk with RMS system people like how they will take data from other systems,besed on that you can decided.
    Regards,
    Raj

  • How to integrate two plantfloor systems

    Can anybody help me that how to Integrate two plant floor systems

    Hi Rajkumar
    Please specify which plantfloor systems. Every plant floor system has their own interface or using the standard interface such as Webservice etc.
    So in future I would suggest you be specific in order for us the forum folk to answer your question correctly.

  • How to Integrate SAP EP with SAP PI to send data for creating reports in BW

    Hi Gurus
    I am struck with an Object/Interafce Creation in my project. My requirement is to Integrated SAP Enterprise Portal and SAP BW using SAP Pi. I am working on SAP PI7.1. The SAP EP sits on the Oracle Database and it will send some data required for generating some reports in BW.
    My question is how to integrate the above systems by which adapters and which will be the best approach. If we use PI, the major advantage is we can Monitor the flow of the messages .
    Cant the BW System directly talk with the SAP EP System. If there is an approach, can we monitor the message flow with out PI involvement.
    All the above mentoined systems(SAPEP,SAPPI,SAPBW,SAPSRM,SAPABAP) are in the client landscape only.
    Please suggest me the approach.
    Thanking you

    Hi rajshekar
    Thanx for the reply
    In the current project we are having an Interafce which is a B pass sceanrio from MDM to BI; MDM is dat , pi is picking the data by Sender File CC and Posting the Data to BW by using Receiver File CC. this does not involve any developemnt of ESR Objects.
    My current requirement also seems to be the same Pick thhe date from SP Portal and give it to BW for generaiting reports.
    Can i use the SOAP at sender side and File at receiver side with out the involvement of ESR Objects.
    Does the By Pass aprroach work for this aprticular interafce.
    How can we integrate SAP EP with BW withour Pi?
    please share any blogs or forums
    please help
    Thank you
    Edited by: VArjun86 on Jan 4, 2012 10:27 AM

  • Integration between an external system and SAP OM

    Hi everybody,
    I need to integrate an external system with SAP OM, and I would like to know how to do it (idoc? BAPI? other?)
    What we need is the following:
    1. External system -
    > extraction of data changes (Cost center, positions, jobs changes) to an excel file
    2. Excel validated by HR administrator
    3. Validation of this file -
    > creates an Idoc (how do you create it?)
    4. This Idoc feeds SAP OM
    Regards, and thanks in advance for your answer.
    Angie

    Hi Pradeep,
    Thanks for your answer!
    I am fresh in this area of SAP, and I still have questions...
    What are the BAPI and Objects  to use in this case? (I can't find any for OM)
    Thanks again for your enlightenment.
    Angie

  • How we can integrate ep system with SAP R/3 system

    I want to integrate SAP EP(7.0) system with SAP R/3.Can any body guide me the step by step method to integrate the above two system.
    How we can configure SLD with J2EE engin?How we can established the JCO connection?
    Thanks
    Kundan

    Hi,
      Why don't you use search functionality in SDN? You can get lots of guides. This question is repeated lots of times.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/how%252bto%252bconnect%252bto%252bsap%252br3%252bsystem%252bthrough%252benterprise%252bportal%252b7.0%252busing%252ban%252biview.
    Configuring SLD in Sneak Preview SAP NetWeaver '04 Sneak
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0c1d495-048e-2b10-babd-924a136f56b5
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3d7db2e5-0601-0010-4a88-9f3498f8142f
    Regards,
    Harini S

  • How to integrate sap bw and sap pi system

    Hi all,
      I am doing interface to integrate SAP BW and SAP PI syetms .here i want to send data from SAP BW infocube to pi after that i need to send the data sap apo system.sap bw and sap pi intergration part is pending so how integrate these two systems and how to send data from infocube i am not clear abt process.i came to know tht do with proxy.but process i dont know clearly.
    Can anyone tell me the process to integration process and any outbound sap bw to pi scenario blogs are information is very helpful.
    Thanks
    SG

    >> Can anyone tell me the process to integration process and any outbound sap bw to pi scenario blogs are information is very helpful
    Basically you need to use client proxy. 
    A) Create data type , mesg typ, service inteface, message mapping and interface mapping as usual in ESR
    B) In Integration Directory, YOu dont need sender communication channel and sender agreement. Because you are using client proxy. rest are all same
    C) You need to do proxy configuration between SAP BW and PI to establish connection
    Note: PI to sap apo system communication is already known. Then in PI target message follow that system structure in ESB and use the supported adapter for that system in Integration Directory.
    Hope this helps

  • How to push data from BW into SAP R/3 system???

    Hello,
    We have faced a problem. We need to push compressed sales data from BW to SAP R/3 system. But We don't know how to do it.
    Does it exist the standard instruments for it (without ABAP development)?
    How to integrate BW and SAP system?
    We will be much obliged you for your recomendations and advices.

    Hi Igor,
    I'm not aware of any standard out of the box mechanisms for moving Sales data back into SAP ERP. There are some delivered "retractors" for business scenarios like financial planning and consolidations where updated data is sent back to SAP ERP in a closed loop scenario. These retractors have been written in ABAP.
    I would suggest that you search the latest BI content to see if there is anything for sales data retraction. There might also be information in SAP note on how to do this in code.
    To send data from BI, you can also use the 'open hub' feature to extract the BI data to a DB table or file for example. This could then be read by a program to load SAP ERP. The loading would have to be custom development.
    Sorry I can't help you more - I fear you will most definitely have some custom development in this case.
    Cheers,
    Mike.

  • How to Integrate SAP R/3 ECC 6.0 with XI3.0 or PI7.0

    Hi,
    I am having access to one SAP R/3 ECC 6.0  server through internet.
    I have stand alone SAP Net weaver PI 7.0 installed on my laptop.I do not know how to integrate both ,I mean to say that what are the steps I need to follow so that two systems can talk to each other.
    Appreciate your details.
    Thanks and Regards,
    Viswanath

    Hi,
    It will be possible to do all the configurations related to RFC destination and partner profile as the experties have mentioned in above posts.
    You need to also check with the way you could be able to access the SAP R/3 ECC 6.0 server through internet.
    When you establish a connection to a client through a destination, the HTTP connection must first be entered in transaction SM59.
    There are two types of HTTP connection in transaction SM59: Call transaction SM59 to display the different RFC destinations.
    The HTTP connection to the external server (connection type G) and the HTTP connection to the R/3 system (connection type H) are different only in their logon procedures. Their technical settings are the same. To display the technical settings, double-click a connection.
    You can choose from three tabs. Under Technical Settings, you can specify the following:
    ·        Target Host: The host to which you want to connect.
    Note that if you are using HTTPS as a protocol, you have to specify the full host name (with domain).
    ·        Service No.: Here, you specify the port. The destination host must of course be configured in such a way that the specified port “understands” the corresponding protocol (HTTP or HTTPS). See Parameterizing the ICM and the ICM Server Cache.
    ·        Path Prefix: At the time when the connection to this destination is initiated, the system inserts this sub-path before ~request_uri.
    ·        HTTP Proxy Options: Here, you can configure a proxy for HTTP connections: You can determine the proxy host and service, as well as users and passwords for the HTTP connection.
    The tab page Logon/Security will be different depending on whether you have selected a HTTP connection to an external server (connection type G) or a HTTP connection to an R/3 system (connection type H).
    HTTP Connection to an External Server (Connection Type G)
    Choose the connection you want to use. You can choose from the following logon procedures:
    ·        No Logon: The server program does not request a user or password.
    ·        Basic Authentication: The server program requests a user and password. Basic Authentication is a standard HTTP method for authenticating users. When a user logs on to the target system, he or she provides a user ID and password as authentication. This information is then sent in a header variable as a Base 64-encoded string to the server, through the HTTP connection.
    ·        SSL Client Certificate: If you use client certificates for authentication, the client authentication is performed through the Secure Sockets Layer (SSL) protocol. In this case, you must also select the SSL Client PSE of the SAP Web AS that contains the relevant certificate for the authentication. The target system must handle the issuer of the SAP Web AS client certificate as a trusted system.
    Under Logon/Security, you can also activate SSL to ensure that HTTPS is the protocol used (if you select SSL, make sure that the correct port is entered under Technical Settings). In the security transaction STRUST you can determine which type of SSL client is used. (Getting Started with the Trust Manager, Trust Manager).
    The field Authorization for Destination has been implemented as an additional level of protection. We recommend that you specify a user and password for the RFC destination.
    Thanks
    Swarup

  • How to Integrate SAP R/3 with Netweaver PI 7.0

    Hi,
    I am having access to one SAP R/3 ECC 6.0  server through internet.
    I have stand alone SAP Net weaver PI 7.0 installed on my laptop.I do not know how to integrate both ,I mean to say that what are the steps I need to follow so that two systems can talk to each other.
    Appreciate your details.
    Thanks and Regards,
    Viswanath

    hi,
    in R3 ECC
    u create tcp/ip RFC's LCRSAPRFC and SAPSLDAPI.give these destinations in PI j2ee visual admin...JCORFC PROVIDER.
    Tcode SLDAPICUST....give the setails of PI server hostname and iser PIAPPLUSER password..
    then go to Tcode SXMB_ADM
    integration engine configuration role of the business system application server
    destnation     http://<host>:<HTTPport>/sap/xi/engine?type=entry
    then save
    regards
    ajai

Maybe you are looking for

  • Multiple user mapping challenge, without an AD.

    Dear IdM gurus, I have a challenging situation here and was wondering whether anyone else has made experiences with it. We have the usual collection of ERP ABAP systems + BW + BI Portal + some non-SAP systems which we want to connect to a central IdM

  • "What Size" results question. How can I locate used GB not appearing on HD?

    My Version Tracker "What Size" results are as follows: / - on disk 91.4 GB Capacity 465 GB Used 145 GB Available 320 GB 71.1 GB Users 8.61 GB Applications 6.34 GB Library 2.67 GB username 1.43 GB System I have about 30 GB of songs, 5 GB of Pictures,

  • Three questions: Problem syncing, video problem, podcast problem

    I had a 4GB Nano and now I've upgraded to a 5th gen. 80GB Classic. I'm having 3 issues. The first is after iTunes indicates that the sync is complete, the iPod still says "Do not disconnect." I just disconnect the iPod anyway and it is fine. This doe

  • Syntax error with offset

    Hi All, I have the below logic in ECC 6 FORM ysd_sd09_124_clean_up_zzcmw.   DATA: lv_a0 TYPE i VALUE 160.   DATA: lv_trans(2).   FIELD-SYMBOLS: <lf> TYPE c.   ASSIGN lv_a0 TO <lf> CASTING TYPE c.   lv_trans(1) = <lf>+3(1).   TRANSLATE vbkd-zzcmw USIN

  • Using quick query component

    hi, I am using quick query component. There is any way to show in the combo box of the quick query component only some and not all fields, because I do not need to display all. Please..