sap

How can we develop custom themes in SAPUI5

筅森魡賤 提交于 2019-12-11 14:21:44
问题 i am working on theming concepts in SAPUI5 application. I got to know that the theming can be done by using UI Theme Designer (which is a tool in SAP backend). I got to know this from here. Is it possible to develop a custom theme in SAPUI5 with out using Theme Designer. 回答1: There is a range of options, Theme Designer being the easiest and least flexible one, a completely written-from scratch CSS file the other extreme. In between there are options like copying an existing theme, renaming it

Getting “Not logged on in interface XBP” error when calling XBP function module via sap .net connector

拥有回忆 提交于 2019-12-11 13:06:44
问题 I am getting the error while calling BAPI_XBP_JOB_START_IMMEDIATELY IRfcFunction rfcFunc = repository.CreateFunction("BAPI_XMI_LOGON"); rfcFunc.SetValue("extcompany", "testC"); rfcFunc.SetValue("extproduct", "testP"); rfcFunc.SetValue("interface", "XBP"); rfcFunc.SetValue("version", "3.0"); rfcFunc.Invoke(dest); rfcFunc = repository.CreateFunction("BAPI_XBP_JOB_START_IMMEDIATELY"); rfcFunc.SetValue("jobname", "MYSCHEDULEDJOB"); rfcFunc.SetValue("jobcount", "15530600"); rfcFunc.SetValue(

How to implement TreeTable in sapui5

非 Y 不嫁゛ 提交于 2019-12-11 11:54:44
问题 i have a model like this [ {"name":"Main 1","description":"main1 Description", "children": [{ "name": "SUB 1", "description": "SUB 1 Description", "children":[ { "name": "SUB 1.1", "description": "SUB 1.1 Description" }, { "name": "SUB 1.2", "description": "SUB 1.2 Description" } ] }], "parent":[{"name": "parent sub"}] }, {"name":"Main 2","description":"main2 Description",children:[],parent:[]}, {"name":"Main 3","description":"main3 Description",children:[],parent:[]}, {"name":"Main 4",

Set variable from user selection in SQL Server

心不动则不痛 提交于 2019-12-11 11:36:29
问题 I am beginner in SQL Server My query in SAP B1 is DECLARE @FROMDATE AS DATETIME SET @FROMDATE= [%0] DECLARE @TODATE AS DATETIME SET @TODATE= [%1] DECLARE @ACCNUM AS NVARCHAR(100) SET @ACCNUM= [%2] get the account name, number for every transaction of an account SELECT T4.[ACCOUNT] AS 'A/C NUM', T4.[ACCTNAME] AS 'A/C NAME', T4.[TransId] AS 'KEY', SUM(VEL_DB) AS 'VEL DB', SUM(VEL_CR) AS 'VEL CR', SUM(DEF_DB) AS 'DEF_DB', SUM(DEF_CR) AS 'DEF CR', T4.[LINEMEMO], T1.[U_Naaration] FROM OJDT T1 for

How to find a standard text within a sapscript / smartform

本小妞迷上赌 提交于 2019-12-11 11:32:29
问题 I need to track down where within a large number of custom sapscripts and smartforms a specific standard text (SO10) is being used. Apart from the equivalent of "check the code for each print script", I've not found a workable solution online. Any suggestions? 回答1: After posting, I found a partial solution. The code below will search for a standard text within sapscripts, but not smartforms. PARAMETERS: p_sttxt LIKE stxh-tdname. DATA: BEGIN OF t_stxh OCCURS 0, tdname LIKE stxh-tdname, tdspras

Selecting SAP Fields using a Do Loop VBA

佐手、 提交于 2019-12-11 11:12:11
问题 I am working on a macro to go into SAP and select cells in a column to extract to excel. Now if this was excel, this would be no problem as I would simply use a do loop to travel down the column copying along the way. I am in SAP GUI however which is compatible with VBA and it is a little different. I recorded a script of me clicking down a column to see how the code changes. This is what I got. session.findById("wnd[0]").maximize session.findById("wnd[0]/usr/lbl[12,13]").setFocus session

Using SAP Dashboards publicly without login prompt

隐身守侯 提交于 2019-12-11 10:49:27
问题 I have built a dashboard using SAP Dashboards and we wish for it to be displayed within the company, on screen. The trouble is that when you export it as a flash file, it wants you to log in so it can run the queries. I'm assuming that there's some way to prevent this and have the dashboard log itself in somehow? It'll be displayed on a TV so don't want to have to hook a keyboard and mouse up to it every few hours to type a password in! Plus we don't want the users knowing the login details

Business Objects WEBI 3 universes in one report

无人久伴 提交于 2019-12-11 10:33:51
问题 this is bugging me since yesterday and I cannot work it out, hope you can help: I have a report in Business Objects (I use WEBI interface) which has data being pulled from 3 different universes: universes 1 and 2 have sold qty information per customer number, universe 3 query is just a list of customer numbers and their relevant region. All 3 universes have same customer numbers therefore i merged on that field. The first task which i have been able to achieve is: i created a table that

如何在SAP Cloud Platform上进行第一个integration flow开发

做~自己de王妃 提交于 2019-12-11 10:29:22
登录SAP Cloud Platform integration tenant,点击Edit图标: 创建一个新的Content package: 保存content package后,点击artifacts标签页,此处创建integration flow: 点击Add,选择integration flow: 保存: 然后就可以进行iFlow的编辑了: 创建sender channel:把integration flow切换成编辑模式,点击这个箭头,把它拖到Start图片位置: Adapter类型选择HTTPS: 维护Address: 选择message converter: json to xml converter: 选中后放到integration process方框内,看到一条绿色的线: 再选择Content Modifier: 拖到integration process里: 选择call->external call: 将External Call的request reply同Receiver建立连接,adapter类型选择OData V2: 选择这个OData V2 adapter,在connection标签页的Address字段里,维护这个地址: https://espmrefapps.hana.ondemand.com/espm-cloud-web/espm.svc