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

Re: Problem with instantiating JSON object in script

$
0
0

Hi Babu,

 

That is great! It is exactly the kind of functionality I was hoping would be available in BIAL.

 

In fact, your code opens up another very interesting thing - the ability to retrieve an element from an array by specifying its index, rather than looping through it (which the doco says is the only way to do it). For example...

 

var myArray = ["Hello", "World"];

APPLICATION.alert(myArray[1]);

 

...works just fine! No loop required here.

 

Reiner - this sort of thing would be incredibly useful. It reduces code, makes scripts more readable (and might be better for performance).

 

Is it possible for this to become "supported", or at least a "feature" and not a bug?

 

Regards, Pat


Re: No authorization for document category IDR and document type INB

$
0
0

Hi Venu

 

go to /SCWM/PRDI and go to IDN tab and activate IDN... Get the error, run SU53 take a screen shot and ask basis to add auth object as per su53 log.

 

Regards

Suraj

Re: How to associate Master Detail UDO to CFL ?

$
0
0

Hi Vinay,

 

1- you can use UDO in CFL just write ID of UDO in ObjectType of CFL

 

2- you need to filtring CFL use:

 

SAPbouiCOM.Conditions oCons = null;

SAPbouiCOM.Condition oCon = null;

SAPbouiCOM.ChooseFromList oChooseFromList =       

this.UIAPIRawForm.ChooseFromLists.Item("ID_CFL");

oCon = oCons.Add();

oCon.Alias = "You_Col";

oCon.Operation = BoConditionOperation.co_EQUAL;

oCon.CondVal = "ABC";

oChooseFromList.SetConditions(oCons);

NWDI Track duplicate issue

$
0
0

Hello Expert,

 

Recently we were asked to create a new NWDI track and SCs. We were able to created a new track from scratch successfully, but for some reason, whenever the developer made any code changes from one track, the other track changes got reflected too. Not sure how has this happened...Also how do we migrate the DC from one track to another on the same SLD.

 

Your help is greatly appreciated.

Re: Data Flow from Real Estate (REFX) to COPA

$
0
0

Dear Ibrahim Khalil jelassi

 

I am sorry for the late reply. If you want to apply the 2nd method. You can try below two steps.

 

1) Firstly, Check the EHP version.(EHP 2.0 later)

    EHP2.0 included RE sub-function as "RE_GEN_CI_1". You can check the "CO Integration"

    from this sub-function. Try to activate this sub-function.

 

2) Check the CLASS as "CL_REEX_DOC_FI".

    - Find class "CL_REEX_DOC_FI" form class builder.

    - From this class, you can find the "POST_EX" method and find the statement line 201.

      This line is for calling the post function to FI,CO module. so, When this call function

      statement has many kind of importing parameters.

 

    - You can find "CRITERIA and VALUEFIELD" parameters for transferring PA.

      (In Standard, this parameters locked. so, you need standard modification)

 

    - finally, when you try RE posting, you can define this parameters for CO-PA segment and

      value field.

 

     (Additionally, In this cases, when you try reversal posting(RERAPPRV), RE,FI,CO and PA

     documents will be reversed at the same time.)

 

 

Regards,

Yeong-Chul,Jeong

Re: PROBLEM WITH A CHOOSE FROM LIST IN A CRYSTAL REPORT

$
0
0

Pretty sure u messed up with the name of those parameters in Crystal Report.

 

You might upload the Crystal report here so people can help u to check.

 

Frank

Re: ADS installation using SUM

$
0
0


Thanks Hemanth & Husin for your response.

Need to check the use of Directory "out" and "log" in /usr/sap/trans/EPS/...

never seen any logs or file in both directories.

 

thanks

Re: Array to retrieve ID based on rank

$
0
0

Hi Babu,

 

The impression I have is that the applicable scenario is Case 1, where the rank (position) order of the images is static but the underlying TeamID dynamic.

 

Regards,

 

Mustafa.


HR Renewal- Employee Profile- No Data

$
0
0

Guys,

 

We are implementing HR Renewal 2.0

 

Employee profile returns no data. Under Overview tab. Below attached screen shot.

 

Executing from  std SAP_EMPLOYEE_ESS_UI5_1 role from ECC.

 

I see  the employee id and memory id is empty odata service.

 

HRESS_EMP_PROFILE_SERVICE/EmployeeCollection(EMPLOYEE_ID='',MEM_ID='',CONFIG_ID='SAP_ESS_UI5_EMP_OVERVIEW

 

On clicking the details link at the bottom opens up personnel profile WDA with data.

 

Gateway error log has the following error:

 

ValueFunction call of HR_SEN_CRULE_0100_DATE failed; the obligatory parameter ID_DATE

 

Thanks,

Chandra.

 

 

GET http://XXXXXXXXXXXXXXX:8000/sap/opu/odata/sap/HRESS_EMP_PROFILE_SERV…MP_OVERVIEW',X_NO_RATINGS=0,Y_NO_RATINGS=0)?$expand=ToEmployeeOverviewData 500 (Internal Server Error)o.defaultHttpClient.request @ datajs.js:17E2 @ datajs.js:17o.request @ datajs.js:17h._request @ ODataModel.js:6k @ ODataModel.js:6h._submitRequest @ ODataModel.js:6h.read @ ODataModel.js:6sap.ui.jsview.createContent @ HRESS_EMPLOYEE_OVERVIEW.view.js:131(anonymous function) @ JSView.js:6d.runWithPreprocessors @ sap-ui-core.js:144J.onControllerConnected @ JSView.js:6V._initCompositeSupport @ View.js:6E.extend.constructor @ sap-ui-core.js:144M.extend.constructor @ sap-ui-core.js:144E.extend.constructor @ sap-ui-core.js:144M.createClass.f @ sap-ui-core.js:144M.createClass.f @ sap-ui-core.js:144sap.ui.view @ View.js:6sap.ui.jsview.createContent @ HRESS_EMPLOYEE_PROFILE.view.js:252(anonymous function) @ JSView.js:6d.runWithPreprocessors @ sap-ui-core.js:144J.onControllerConnected @ JSView.js:6V._initCompositeSupport @ View.js:6E.extend.constructor @ sap-ui-core.js:144M.extend.constructor @ sap-ui-core.js:144E.extend.constructor @ sap-ui-core.js:144M.createClass.f @ sap-ui-core.js:144M.createClass.f @ sap-ui-core.js:144sap.ui.lazyRequire.o @ sap-ui-core.js:135sap.ui.view @ View.js:6sap.ui.lazyRequire.q.each.o.(anonymous function) @ sap-ui-core.js:135(anonymous function) @ index.html?sap-language=EN:19

sap-ui-core.js:80 2015-07-16 10:38:37 The following problem occurred: HTTP request failed500,Internal Server Error,{"error":

Re: Transaction data transfer ?

$
0
0

Hi OM

 

Its BAPI with QRFC.

and all enhancement is done in BADI if req.

 

 

Regards

Suraj

Re: Sap Error SV 117 for Exclusive Indicator in Access Sequence

$
0
0

Hi David

 

Your answer was of very much help. I acopied a new accesss sequence Z... , add the standard table 73 and thick the exclusive indicator  andI did not get the error message SV117

 

 

 

Regards

Berta

comparing fields data between two tables from two different systems

$
0
0

Hi ,

 

Can anyone please tell me "how to compare the SOME fields data between SAP ECC - MARA and SAP MDG-MARA tables" in either SAP Data Service (or) SAP Information Steward tools .

 

For example , to compare the data for field MARA-BRGEW in both ECC MARA table and MDG MARA table . Here idea is to get know how many records are different between two system tables . Actually data is moving from ECC to MDG on daily basis so business wants to know how many fields per a particular table(MARA or EQUI) are correct between two systems(ECC and MDG)

 

Please let me know the high level solution .

 

Thanks

 

Regards

Mubeen

Re: How to edit one particular entry in custom database table

$
0
0

Hello,

 

you have to be careful when you cahnge any record from table, any why,  can do this one for any tables, by using the following steps,

 

 

just open the FM, SE37--> SE16N_INTERFACE

 

and make a break-point, to change the value of paramters,

 

1 (1).JPG

 

Double click in I_EDIT and I_SAPEDIT , these parameters should be true, to edit any table

2 (2).jpg

 

Now call this transaction SE16n, and enter the requiered table which you want to edit,

 

for example MARA ( it is not allowed ) but for developer who knows what is he doing, for example to test .

3.jpg

 

Now just enter , so it will jump to debugger session, to break point, so in this step, you can edit the parameters, I_EDIT; I_SAPEDIT to true,

 

 

4.jpg

 

After that, just press F8 and you will get the edit window,

5.jpg

 

Best Regards

Ibr

Re: edit a cell in an entry in a database table

$
0
0

Hello,

 

you have to be careful when you cahnge any record from table, any why,  can do this one for any tables, by using the following steps,

 

 

just open the FM, SE37--> SE16N_INTERFACE

 

and make a break-point, to change the value of paramters,

 

1 (1).JPG

 

Double click in I_EDIT and I_SAPEDIT , these parameters should be true, to edit any table

2 (2).jpg

 

Now call this transaction SE16n, and enter the requiered table which you want to edit,

 

for example MARA ( it is not allowed ) but for developer who knows what is he doing, for example to test .

3.jpg

 

Now just enter , so it will jump to debugger window, to break point, so in this step, you can edit the parameters, I_EDIT; I_SAPEDIT to true,

 

 

4.jpg

 

After that, just press F8 and you will get the edit session,

5.jpg

 

Best Regards

Ibr

Default value in parameter should show all the events created

$
0
0

Hi

I have created a parameter which is used to pass the event name in the redwood script. But I want to have all the events display as drop down when we click on that parameter.

I  do not know how to pass the value in constraint.

Capture6.JPG

Something similar to what we get when we click on job definition as shown below

Capture5.JPG

Please help.


Re: SAP WebIDE community edition & new eclipse plugins

$
0
0

Suhaas,

 

You mentioned that the price is USD 62 / month (yes?).. I tried to find the price on the website but no luck.. could you please tell me how to find the actual price?

Re: Extended notifications: Send one reminder email with multiple notifications

$
0
0

These are the delivery and schedule selection (and, yes, the SWN_SELSEN is configured to be executed every 10 mins).

 

Delivery and Schedule selection.png

Re: How to Create Store

$
0
0

Markus,

 

It is documented in SAP Cloud for Customer Administrator Guide & not in C4C - ERP Integration Guide.

 

As mentioned in the thread above - its documented in SAP Cloud for Customer Administrator Guide (May 2015), Chapter 4- SAP Cloud for Customer Administrator Guide, Section: 4.9- Industries: Settigs, Sub-section - 4.9.9: Retail, article - 4.9.9.2 Enabling Features in Scoping for SAP Cloud for Customer for Retail - "You can connect to ...fetch information "for several objects including  'Stores'.

 

Let me know if this helps.

 

Regards

Venkat

Re: Is there a limit to custom email token content string length?

$
0
0

Bogdan,

 

Makes perfect sense. I really appreciate your response.

 

Mike

Re: Crystal reports 13 missing dlls

$
0
0

Take the references to them out of your code and then compile.  If there are still errors, let us know what they are, but I suspect there won't be any.

 

-Dell

Viewing all 8676 articles
Browse latest View live




Latest Images