sap

Generate WSDL web-service objects in SAP

拜拜、爱过 提交于 2020-01-24 09:56:47
问题 is it possible with SAP to generate client stubs and transfer objects from a WSDL served by a .NET WCF web service? Or do I have to build my SOAP XML requests manually? To be more on the point. I still have a WCF web service and the wsdl. I have no knowlege in SAP. So the question is. Is it possible and how can I create client service stubs and the transfer objects in SAP from my WSDL? 回答1: It's easy to create an ABAP client for an existing web service if you have access to the URL for

SAP ERP 与SAP CRM有什么不同?

↘锁芯ラ 提交于 2020-01-23 13:18:51
SAP ERP 与SAP CRM有什么不同? 从管理理念上来说,ERP是提高企业内部资源的计划和控制能力,讲究的是在满足客户、及时交货的同时最大限度地降低各种成本,通过提高内部运转效率来提高对客户的服务质量,是以效率为中心的。CRM是以客户关系的建立、发展和维持为主要目的的。二者在关注对象上有所区别,与企业级的内部资源计划ERP相比,CRM更多的是关注市场与客户。所以CRM的作用主要在与客户直接接触的部门,主要针对的是企业的市场营销、销售、服务部门,包括管理整个客户生命周期的各个阶段,为企业提供对客户及所购产品的统计、跟踪、服务等信息化手段和功能。也就是说,如果ERP是企业级的全面管理应用,CRM就是ERP的最前端,它的作用延伸到了ERP以前力所不能及的范围。   从应用系统的设计角度看,大部分CRM业务流程相对比较灵活,而ERP主要业务流程则相对固定。ERP系统是一个“事务处理”系统,强调准确记录企业中人、财、物各项资源的轨迹,无缝集成企业生产、库存、财务等管理模块,提高企业的“自动化”能力,从而极大地降低人力需求及差错,提高效率。而CRM的体系设计以客户关系发展和维系为目标,系统以统一的客户数据库为中心,为系统用户提供客户的统一视图和对客户的分析、预测等。   由此可见,ERP和CRM既有区别又有很紧密的联系,主要在于它们最终都要使企业的利益实现最大化、长久化,使投资回报率

How to use REUSE_ALV_FIELDCATALOG_MERGE function module?

喜你入骨 提交于 2020-01-23 12:26:27
问题 I'm trying to use the function module REUSE_ALV_FIELDCATALOG_MERGE to pass the field label in ddic to display in the column header of the alv report. But, that didn't work. If I comment the I_STRUCTURE_NAME = 'TY_YNAH_CUS_OBJ_REQ' line, it give me runtime error state The ABAP program lines are wider than the internal table. But if I uncomment it ,the program still did not work REPORT YALV_TEST. tables sscrfields. type-pools : slis. "CREATE STRUCTURE -1 TYPES: BEGIN OF TY_YNAH_CUS_OBJ_REQ,

How to use REUSE_ALV_FIELDCATALOG_MERGE function module?

妖精的绣舞 提交于 2020-01-23 12:26:10
问题 I'm trying to use the function module REUSE_ALV_FIELDCATALOG_MERGE to pass the field label in ddic to display in the column header of the alv report. But, that didn't work. If I comment the I_STRUCTURE_NAME = 'TY_YNAH_CUS_OBJ_REQ' line, it give me runtime error state The ABAP program lines are wider than the internal table. But if I uncomment it ,the program still did not work REPORT YALV_TEST. tables sscrfields. type-pools : slis. "CREATE STRUCTURE -1 TYPES: BEGIN OF TY_YNAH_CUS_OBJ_REQ,

ABAP Short Dump on append of a sorted table

£可爱£侵袭症+ 提交于 2020-01-22 17:40:44
问题 Why does my ABAP program short dump when I append a line to a sorted table? ST22 Shows ITAB_ILLEGAL_SORT_ORDER data: sorted_tab type sorted table of ty_tab with non-unique key key, line type ty_tab. line-key = 1. append line to sorted_tab. "works fine" line-key = 2. append line to sorted_tab. "works fine" line-key = 1. append line to sorted_tab. "<==== Short dump here" 回答1: The program short dumps when appending a sorted table in the wrong sort order data: sorted_tab type sorted table of ty

ABAP Short Dump on append of a sorted table

别说谁变了你拦得住时间么 提交于 2020-01-22 17:40:00
问题 Why does my ABAP program short dump when I append a line to a sorted table? ST22 Shows ITAB_ILLEGAL_SORT_ORDER data: sorted_tab type sorted table of ty_tab with non-unique key key, line type ty_tab. line-key = 1. append line to sorted_tab. "works fine" line-key = 2. append line to sorted_tab. "works fine" line-key = 1. append line to sorted_tab. "<==== Short dump here" 回答1: The program short dumps when appending a sorted table in the wrong sort order data: sorted_tab type sorted table of ty

带你走进SAP项目实施过程——前言(0)

限于喜欢 提交于 2020-01-22 05:49:22
欢迎关注博主的微信公众号,每天提供原创的SAP技术和项目管理新资讯! 一直很想写一些关于SAP项目管理以及实施过程的系列文章,讲述企业SAP项目从立项开始到启动,再到实施过程,直到最后的上线及总结。我想如果顾问们有幸经历过一整串全过程,相信会对这个流程记忆犹新。不过绝大多数的顾问都是在项目实施过程中“半道出家”,要么入职时已经启动了,要么已经到了实施的中后期,完全就不清楚这个项目是怎么来的。 笔者有幸经历过两三次SAP项目实施全过程,做过项目经理,也接触过好几个顾问团队和咨询公司,对整个实施过程还是有一点小心得,不说一定完整正确,只是分享出来大家一起交流参考。因为自己并非SAP All,没办法对所有模块的实施过程和细节了如指掌,也因为笔者水平有限,难免会有疏漏。 总之,希望自己的一点拙见能够让很多人了解整个过程。 我想,这个系列文章就分以下几个节点: 0、前言(程序员出身的我以0开始计数) 1、立项; 2、甲方团队 3、选型; 4、招标; 5、商谈; 6、乙方顾问面试; 7、项目启动会; 8、硬件准备及办公场所; 9、项目计划与权责; 10、业务现状调研与流程梳理; 11、差异分析; 12、蓝图报告; 13、系统配置与开发; 14、集成测试; 15、开发手册与用户培训; 16、权限收集与测试; 17、静态动态数据导入; 18、系统开账与切换策略; 19、系统上线与支持; 20

sap abap alv report fill gap between documents

元气小坏坏 提交于 2020-01-22 02:36:11
问题 I was trying to challenge myself to make an ALV report that displays all the data by company code. but some document number has a gap. I want to fill the gap between missing number For example: last index value: 20012 then next value is: 20014 How do I able to insert 20013 in the grid if the report is using all the data that exist in internal tables? Thanks. 回答1: This is just blind text typing, but I hope you are able to understand it ... should be quite simple. Dont expect complete code,

SAP Cloud Platform 试用版申请

不羁的心 提交于 2020-01-21 09:43:45
更多信息请关注公众号:S4HC参与者俱乐部 前几日在学习SAP Roadmap的时候发现了SAP Cloud Platform Trial系统的申请路径,想到之前很多人问我关于SCP的问题,由于我不是开发顾问,所以更多的知识我也不太清楚,所以就抓紧把这个SAP Cloud Platform Trial系统的申请路径分享出来,里面有一些基本的操作培训,入门指南,希望能对大家了解SCP起到帮助。 申请正文如下: 申请网址:https://account.hanatrial.ondemand.com/ SCP Trial驾驶舱网址: https://cockpit.hanatrial.ondemand.com/cockpit/#/home/trial 如果你之前有注册过账号,并保存账号密码的话点击申请网址后会自动登陆,然后跳转到申请页面,如果没有会让你登陆账号,如下图: 如果没有账号的话,注册网址如下: https://accounts.sap.com/ui/public/showRegisterForm?spName=https%3A%2F%2Fhana.ondemand.com/supportportal&targetUrl=https%3A%2F%2Fgo.support.sap.com%2F 如果还是跳转不进来,可以去Roadmap中Discover阶段里可以看到SCP

SAP OData service的执行是如何从Gateway系统转交到backend系统

拈花ヽ惹草 提交于 2020-01-21 00:11:06
下面是我今天研究的后台OData数据的model以及如何在IE里面consume: SPRO里面: 这个model provider class定义了LWM_CUSTOMER_BRIEFING这个model的所有structure,以及structure之间的相互关系。 现在没有一个图形化界面的tool来做modelling,我们只能在CL_LWM_CB_ADAPTER_MDP的DEFINE里面定义model的structure。具体做法是预先定义好后台要使用的entity的data type, Customer briefing 所有使用到的DDIC object全部放在这个package里面:LWM_CRM_CUSTOMER_BRIEFING 在DEFINE里面,通过ABAP 代码创建一个个entity,给它们绑上DDIC object,同时建立相互关系,如association. 通过http://ldcigm2.herr.corp:50018/sap/opu/sdata/sap/customer_briefing?sap-client=001 我们可以拿到customer briefing的service document。 Service document里面只定义了哪些entity暴露了哪些操作,真正metadata的full definition xml用这个URL