Quantcast
Channel: SCN: Message List
Viewing all 8851 articles
Browse latest View live

Re: Single Sign-on in SAPUI5 application

$
0
0

Hi Subhabaha,

I am also facing the similiar problem, but I have used SAML and AS ABAP as service provider. it does sso to nwbc but when we use UI5 application

https://<host>:port/sap/bc/ui5_ui5/sap/arsrvc_suite_pb/main.html?page=HR_SELFSERVICES

it doesn't logs the user in. and ask for the similiar logon popup.

 

Any help would be highly appreciated.

thanks

Devender


Re: SYSTEM Replication

$
0
0

When you launch the hdbnsutil -sr_state... on the secondary HANA instance it must have been stopped

Have you started it after that? It needs to be started for the system replication to proceed

Re: ZTL Reference?

$
0
0

Hi Jon,

 

As I understand it the component ZTL is more like a Java language implementation.  However, in addition to this, you can also call any of the BIAL script APIs within a ZTL method as described in the Binding Events to Design Studio Script Methods section of What's Coming in Design Studio 1.4 SDK.

 

I'm not sure if you can create shared java libraries and suspect that .js libraries referenced in the <jsinclude> tags of the contribution.xml file are probably not accessible from ZTL methods, although I haven't tried this myself. 

 

To get an idea about how to dynamically reference components you can refer to the source code of Design Studio SDK: Component Manager by Karol Kalisz.

 

Regards,

 

Mustafa.

Identify the Parent job that spawned the child job

$
0
0

Hello ABAP Experts,


I would like to implement the following scenario and I was wondering if you could help me here.

 

I have two programs. Let's call it as Program A and Program B.

 

Program A runs as a batch job and it spawns another batch job using Program B. Now, this program B is a standard SAP program and I have a userexit / BADI in it. I would like to implement a logic in this exit only if the parent batch job that spawned this child job is Program A. I don't want to execute this logic if the standard SAP program is run directly. Do you recommend any ABAP variables that can tell me the parent process details ?

 

Looking forward to your replies.

 

Thanks & Best Regards,

Babu Kilari

Re: How to enhance flex-ui Segmentation Model

$
0
0

Hi Anup


I have checked the package and ui component , it is very messy to understand which class/method is used for which feature in segment model.


Hi Arden


Is there any  significance role of the authorizations team here.


Regards

Hamid

Re: Error related to GTS system

$
0
0

Where did you run trace? The error might be coming from ECC.

 

Cheers

Re: Total Inventory Dollars by Month

$
0
0

They are. And business currently uses MC.5 but we are building them specialized graphs in WebDynPro. So i was hoping to find the tables/algorithms used to return the data in MC.5 and apply it to my newly developed graph in WDA.

annotations and oData model

$
0
0

Dear colleagues, please share your knowledge with me.

 

I have oData conent stored under this link:

/sap/opu/odata/sap/ZVAT2015_SRV/SFSet

These are like 'headers' of documents.

 

Fot them we have 'body' with many details under following link:

/sap/opu/odata/sap/ZVAT2015_SRV/SFSet(GENKEY=2,NUM_LINE='000000004')/MORE

 

 

What am I doing to it?

I have a page with 2 Views attached: Table with headers and Table with positions.

Table 1 and 2 are displayed over: .... oTable.bindRows("/SFSet");....  (same content so far, but some fields are missing in Table 2 as I need content from 'body')

 

My idea is following: I click on lines in the Table1 (headers) and Table2(body) content is changed depending on what line I've clicked (Table 1).

 

The controller for View1 (Table1) is following:

onInit: function() {
// URL of the OData service
var sServiceUrl = "/sap/opu/odata/sap/ZVAT2015_SRV/"; // initial for ODATA
// create OData model instance with service URL and JSON format
var oModel = new sap.ui.model.odata.ODataModel(sServiceUrl, true, "user", "password"); // initial entry
//var oModel1 = new sap.ui.model.odata.ODataModel("/sap/opu/odata/sap/ZVAT2015_SRV/"); //play entry, but working
//sap.ui.getCore().setModel(oModel1, 'details');
},


Now I'm trying to build controller for View2 (table2).

As far as I understand, I have to use annotations.

How can I use them?

How can I fetch data from the desired link? ( /sap/opu/odata/sap/ZVAT2015_SRV/SFSet(GENKEY=2,NUM_LINE='000000004')/MORE)

 

Currently I have:

onInit: function() {

     

// I will pass GENKEY and NUM_LINE later to this function. it is hard code now    

     var gen = "GENKEY=2";

     var gen = "NUM_LINE=2";

 

  var sServiceUrl = "/sap/opu/odata/sap/ZVAT2015_SRV/";

  var oModel = new sap.ui.model.odata.ODataModel(sServiceUrl, false, null, null, null,null,null,sURI);

 

  sap.ui.getCore().setModel(oModel);

},

 

but it is not working.

Please advise,

Thank you

Alex


Re: Total Inventory Dollars by Month

$
0
0

the tables is S039, it has the data of both infostructures S031 and S032, but only during run-time.

SAP has a report RMCBS039 to really write data into S039, please read OSS note 79545 - Information structure S039

Re: downtime optimization for system copy

$
0
0

Hi Stefan,

 

Thanks for the reply and I really appreciate your time.

 

I should take this oppurtunity to thank you . I read very good blogs written by you and also I gain lot of knowledge by reading your suggestions in SDN blogs.

 

Yes, stefan as you mentioned that was my first method. I took the database export directly. I just logged in to my source system and just took the database Instance export to my local file system only to fasten the process. As my sandbox is of 4TB it took the downtime of 9 hours in total. The dump I got is 400GB in my ABAP directory of the export location.

 

In method 2. I approach of splitting my top size tables which I got from DB02 or ST04. I manually created a text file as follows tablename%number of splits

 

ex cdcls%5

     cdhdr%4

I saved the file in my system and when the installer asked I gave the txt file and run the table split.  But in this split I took only top 5 tables to check. I got the whr.txt file and I used that file when I am exporting the database instance. Figure as follows. 

 

 

 

txt.png

fig1: The txt file i created manually with the top 5 table names

 

 

 

txt1.png

Fig: 2 I gave the whr.txt file while I am exporting the database instance export.

 

I did not run any migration monitor or distribution monitor here. When it asked me I just went with the default options.  

 

The downtime I met here was same to my direct export downtime.

/OPT/VIM_ANALYTICS - VIM Analytics

$
0
0

HI ,

 

We have recently Upgrage from VIM 6 to VIM 7 Sp4 .

 

Now we have encouter that BUG

 

When we post Good recipts or Service entry Through Workflow  then system updates Service entry Accoun ting docuemnt in VIM . Which is WE .

 

where as docuemnt number filed is or should only get update when you post Invoice .

 

any pne face this issue ?

Re: (MX) Contabilidad Electrónica - RME 2014 Anexo 24

$
0
0

Rolando

 

Don't need to create full SAT catalog, enter only nodes that you will map accounts to.

Re: SSL issue after the BO 4.0 to BO 4.1 updated

$
0
0

I believe you should use

keystoreFile="D:\SAP BusinessObjects\Tomcat6\conf\.keystore" keystorePass="password"

 

If Tomcat7 still not able to recognize your keystore file, you'd need to retrace the steps how you "recreate" the keystore file.

Hope this helps,

Jin-Chong

Re: Total Inventory Dollars by Month

$
0
0

Thanks Jurgen. I'll take a look.

Re: Decision table data not visible in BRF+

$
0
0

Hi Mrugesh,

 

what surprises me is that if the data was overwritten and you have no versioning switched on that you can still fetch the data using the BRFplus API. Anyway if that is the case maybe you can save the data this way:

  1. Create a new decision table with the same columns as the orginal one
  2. Read the data out of the original decision table using the API (according to your first post you already have a program to do so)
  3. Write the data into the new decision table using again the API

 

BR

Christian


Re: Query help

$
0
0

Hi,

 

Try:

 

SELECT T0.[CardCode], T0.[CardName]

FROM OCRD T0

WHERE T0.[CardType] = 'c' and

T0.[CardCode] not in (select  cardcode from OINV where datediff(yy,docdate,getdate()) =1) 

 

Thanks,

Gordon

Re: what is the difference between processing time and CPU time?

$
0
0

Hello Bhushan,

 

According to the TADM315 document of SAP:

 

"CPU time and processing time are related. Processing time is an important part

of the response time, but not individually measureable. While processing ABAP

coding, CPU time is needed. Whether the application server can allocate CPU

time for the specific task depends on the overall load on the machine. In short,

processing time does not automatically mean CPU time allocation! If CPU time is

in short supply, processing and response time still grow, but no real work is done!

Ideally, processing and CPU time are about the same size."

 

"Wait time, roll-in time, load and generation time, enqueue time, database request,

and (optionally) roll-wait time contribute to the dialog response time. Thus,

processing time is calculated by subtracting these components from the

dialog response time."

 

I hope this helps.

Serhat

Re: How to get source code from ARD File.

$
0
0

Hi Arun,

 

The ARD file has nothing to do with source code. It only registered the installation file name and its property.

 

Thanks,

Gordon

Re: C4C on Apple Safari

Re: BP Analytics No data available

$
0
0

Hi Experts,

 

I am facing a similar issue after activating the twin cubes. I dont see connector BPA_TwinCube in the list. Please help me with the steps to create the connector. Thank you.

 

Cheers,

Niroop

Viewing all 8851 articles
Browse latest View live


Latest Images