sap

SAP DI Server - How to issue first request?

大兔子大兔子 提交于 2019-12-22 01:32:44
问题 I have set up a Windows server using SAP Business One, and am trying to fire up the DI Server. I would like to make a HTTP request with a SOAP body, but I don't know what URL to put in postman. I also can't figure out how to run the example files in the installation folder for DI Server. Does anyone know how to get started with DI Server? 回答1: Unless you are also using B1WS, starting the DI-Server service doesn't give you a listening HTTP server. You need to write your own listener, for

Some Hybris first time use after installlation issues

萝らか妹 提交于 2019-12-21 22:24:09
问题 [2015-10-13:2043] Here is a screen shot of the installed extensions... ========= I think there is a problem with the initialisation script.. ========= I have now installed hybris5.6.0.2: I have now been able to run the Hybris Administration Console [localhost:9001] I have logged in. I have ran the Initialisation, because being a first time installation, except of taking about an hour to complete, it took about 1 minute 30 sec to complete. I suspect something is wrong. It has been about six

SAP .NET Connector (SAPNCO) & .Net Core

家住魔仙堡 提交于 2019-12-21 21:37:52
问题 The SAP .NET connector is not compatible with the .NET Core framework. Is there any other way to retrieve data from SAP when using .NET Core? I've allready searched for an alternative in the nuget package manager but I did not found one. Is there any workaround I can use? I would very much like to benefit from the performance of .NET Core but I also need to be able to connect to SAP. 回答1: I accept that you have an SOAP based Service on SAP side and you try to connect this SAP service via

Parsing SAP IDOC files

风流意气都作罢 提交于 2019-12-21 20:38:11
问题 We are currently planning on communicating with a partner that is running SAP. The problem is that our ERP offers no way of communicating with SAP and we will need to extract the necessary info out of the IDOC files ourselves. Is there an easy way of doing this in .NET? Like a library (free/commercial) that does all the grunt work? I'm just looking for something like 'IDocLibrary.Parse(file)' and it'll return me a collection of objects that translate directly to the orders etc in the IDOC

How to make an abap program pause?

丶灬走出姿态 提交于 2019-12-21 14:01:47
问题 For testing purposes I need my ABAP program to wait for few seconds. How can this be done? 回答1: 2 solutions: 1) Either use WAIT UP TO ... SECONDS. WAIT UP TO 42 SECONDS. WAIT UP TO '0.5' SECONDS. Does a roll-out and releases the work process to the listener Does an implicit Database commit Use it when CPU processes are at a premium and when the implicit commit will not corrupt your data or cause a short dump because of an open database cursor. 2) Or use the function module ENQUE_SLEEP : CALL

发送数据给sap和接收

放肆的年华 提交于 2019-12-21 11:05:38
1.确保已经连通sap 2.发送数据:这是以表的形式发送,而且是批量发送给sap 3.接收sap返回信息:这个比较特别,碰到时试一试 package com.yiyezhiqiu.lyh.utils;import com.alibaba.fastjson.JSON;import com.sap.conn.jco.*;import com.yiyezhiqiu.lyh.domain.Job;import com.yiyezhiqiu.lyh.service.IWorkTimeService;import lombok.extern.slf4j.Slf4j;import org.springframework.beans.factory.annotation.Autowired;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;@Slf4jpublic class TestSap { @Autowired IWorkTimeService workTimeService; public Map contextLoads(List<Job> jobList) { String xmlStr = ""; Map<String ,Object> maps

How to reuse SAPUI5 views?

白昼怎懂夜的黑 提交于 2019-12-21 06:28:06
问题 I created a header for one SAP UI5 page, now I want to have a similar header with almost the same components in another page. So, for the sake of code reuse I tried to: put the header within a separate UI5 view create this header instance with var pageHeader = sap.ui.jsview("appHeader","view.appHeader"); add the pageHeader as content to the page in the customHeader field But this did not work, without given any errors! So is it possible to reuse custom UI components via a view and if yes how

How to fetch data from SAP system using sap .net connector?

瘦欲@ 提交于 2019-12-21 04:58:38
问题 I am developing an windows application, here I wanna extract data from sap system and show it in a datagridview... I have extracted the column names alone like name, city and so on.. I don't know how to extract the data from the columns, can anyone help me with the code? I am using RFC_READ_TABLE function module and rfc destiantion manager Thanks in advance!!! 回答1: untested, but this is essentially how it works: first create the connection RfcDestination destination = mDestinationManager

SAP模块

纵饮孤独 提交于 2019-12-20 02:49:24
物料管理 (MM) : 主要有采购、库房与库存管理、MRP、供应商评价等管理功能 财务会计 (FI) : 可提供应收、应付、总帐、合并、投资、基金、现金管理等功能 生产计划和控制 (PP) : 可实现对工厂数据、生产计划、MRP、能力计划、成本核算等的管理 管理会计 (CO): 包括利润及成本中心、产品成本、项目会计、获利分析等功能 销售和分销 (SD) : 包括销售计划、询价报价、订单管理、运输发货、发票等的管理,同时可对分销网络进行有效的管理 工程 /项目管理(PS): 具有项目计划、项目预算、能力计划、资源管理、结果分析等功能 质量管理 (QM): 可提供质量计划、质量检测、质量控制、质量文档等功能 工作流管理 (WF): 可提供工作定义、流程管理、电子邮件、信息传送自动化等功能 人力资源 (HR): 其中包括薪资、差旅、工时、招聘、发展计划、人事成本等功能 资产管理 (AM): 具有固定资产、技术资产、投资控制等管理功能 工厂维护与管理 (PM): 工厂维护及检测计划、单据处理、历史数据、报告分析等 行业解决方案管理 (IS): 行业解决方案,可针对不同的行业提供特殊的应用和方案 跨模块应用 /开发(CA):提供SAP各模块之间的关联应用与实际业务应用的开发 ABAP开发(ABAP):对企业具体业务应用进行二次开发 系统技术 (BASIS):提供对SAP系统进行管理运营

In ABAP Workbench, how do I make the program return multiple table fields in a table when a button is clicked?

左心房为你撑大大i 提交于 2019-12-20 01:59:16
问题 I am new to SAP/ABAP Workbench and I am trying to create a program that allows a user to input a foodCode in order to receive the Item and Description after the press of a button. Is there a way the results can be put in a table on the same screen? How? report demo. tables food. SELECTION-SCREEN: SELECTION-SCREEN BEGIN OF BLOCK SEGMENTVALUE WITH FRAME TITLE A1TITLE. SELECTION SCREEN BEGIN OF LINE. PARAMETERS P_INPUT(10) TYPE C OBLIGATORY. SELECTION-SCREEN END OF LINE. SELECTION-SCREEN BEGIN