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

Re: Link link existing user field matrix

0
0

I conducted several research and found a way to change the type and already existing field in an array.

I used the function below to work around the problem.

The yellow arrow appears not however have the same effect.

Clicking on the field the form is opened

 

 

oMatrixGlobal = oMktForm.Items.Item("38").Specific

                    For i As Integer = 1 To oMatrixGlobal.RowCount

                      oEditTextGlobal = oMatrixGlobal.Columns.Item("U_US_Contrato").Cells.Item(i).Specific

                      Dim menuId As String = "39722"

                      Dim oMktFormLocal As Form

                      Dim oEdittextLocal As EditText

                      If oEditTextGlobal.Value <> "" Then

                        SBO_Application.ActivateMenuItem(menuId)

                        oMktFormLocal = SBO_Application.Forms.ActiveForm

                        oMktFormLocal.Mode = BoFormMode.fm_FIND_MODE

                        oEdittextLocal = oMktFormLocal.Items.Item("1250000004").Specific

                        oEdittextLocal.Value = oEditTextGlobal.Value

                        oMktFormLocal.PaneLevel = 1

                        oMktFormLocal.Items.Item("1250000001").Click()

                      End If

                          i += oMatrixGlobal.RowCount

                    Next


Re: entry tax for sto

0
0

Hi Mukthar Thanks for reply our doubt is credit entry should happen when they are doing Migo , so we need to configure through MM ? please advice Regards Hidyath

Write off of customers

0
0

Hi All we have requirement from the client , requirement is  when the user has done the write off for multiple customers under one document now out of this customers one customer we have received the payment now how to set off this accounting entry can any one help us regards Hidyath

Re: Can A SAP Functional tester allowed to do security testing?

0
0

Jeremiah,

That depends upon what you mean by 'SAP security testing'.

 

Any tester may be asked to check that their authorization package meets business requirements.  E.G. after the testers have logged onto the application, do they have adequate authorization to do their designated business tasks. 

 

Beyond that, authorization within SAP applications is typically the responsibility of a dedicated authorization group.  Authorization to gain connectivity to the SAP system in question is typically the responsibility of yet another dedicated group.

 

The project manager will tell you what tests you will need to perform.

 

Best Regards,

DB49

Re: FromSPML got exception - For input string

0
0

Kumar,

 

I don't have a solution now. But you can try a few things.

 

Since this is a LDAP user source repository, you can try change the filter to read LDAP groups only or local JAVA groups only.

 

You can also try to read 1 JAVA groups only to see if this is an authorization issue or performance issue.

 

Cheers

Chenyang

Re: Data Quality Regex

0
0

Erlan,

 

The thing with regex is that rules are likely to be unique (ie name starts with XXX or YYY or contains or ends in) which make it hard to know what you're after.  However, as it's a standard you can search online for techniques on how best to apply to your needs.

 

Some examples that may suit you are:

 

Emails (RFC5322): match_regex(rtrim(lower($email_address), ' '), '[a-z0-9!#$%&*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?', NULL)

 

Landline Phone:  match_regex(rtrim($landline_number, ' '), '[0-9]{2}\s[0-9]{4}\s[0-9]{4}', NULL) OR match_regex(rtrim($landline_number, ' '), '[0-9]{2}\s[0-9]{8}', NULL)

 

Mobile/ Cell Phone:  match_regex(rtrim($mobile_number, ' '), '04[0-9]{2}\s[0-9]{3}\s[0-9]{3}', NULL) OR match_regex(rtrim($mobile_number, ' '), '04[0-9]{2}\s[0-9]{6}', NULL)

 

regards

Adrian

Re: How to pass an Array of Objects from SAP UI5 Controller to Jersey Web Service?

0
0

HI Dan

 

IMO, there are two parts to this question. The first part is about sending javascript array in JQuery ajax call and the second part is Jersey related. So I answered the first part and the point Nagishetty to stackoverflow for answer. Nagishetty had shared his code so this is very obvious.

 

JQuery ajax call is related to SAPUI5. and I answered the question.

 

We do not understand your comment.

"You're not "forced" to use JSON.stringify to send to Jersey.. - I'm not too sure why you marked the question as answered, because that's not the answer you need. JSON.stringify is a "noob" answer, someone that has no idea how JAX-RS or Jersey implementation works or how many different ways you can read the request payload in the Java side... you still can use that approach, but it's nothing else than an approach."

 

It is not only about reading the request payload on Jersey end, it is about having JQuery ajax API to send the payload to the server. Unless the payload is sent correctly, the Jersey server cannot read it. Hence we need to fix the jQuery part first.

 

Regarding, poor moderation and SCN Rules. I will loop Michael Appleby in. I do not agree with your statement. "some poor moderation already happened in this thread."

 

As far as I know this space is well managed and an active space where people are posting questions and getting answers. We've people who are actively helping out in the space and we really appreciate their effort and time.

 

Reading your comment, you do not offer answers to Nagishetty's questions. And when I ask you about other ways that Nagishetty can do to avoid having to do JSON,stringify, do you not provide answer too.

 

I am confused about your posting. Mike, please help me out.

 

Thanks

-D

Re: Error when assigning SID: Action VAL_SID_CONVERT, InfoObject 0POSTxt

0
0

Hi sunil

Sorry for misunderstanding...

 

I meant to say find in internet for the link which will convert hex value to text.

 

In the screenshot it is clearly saying at position 9 there is an error.

 

Regards


Issues occurred calling 'UPG_APPEND_SAPCOMPONENT' during phase MAIN_SHDRUN/UEXP_SPDD_SAV

0
0

Hi,

 

I am upgrading our Dev system from EHP 6 to EHP7 using SUM . We have done SPDD adjustments but are getting below error during MAIN_SHDRUN/UEXP_SPDD_SAV phase :

 

1 ETQ005 EXPORT AND SAVE A TRANSPORT ORDER

4 ETQ430 START reading "umodauto.lst" in directory "/usr/sap/DR2/SUM/abap/bin"

4 ETQ431       "1" entries read

4 ETQ432       read: rc="1"

3 ETQ433 END   reading "umodauto.lst" in directory "/usr/sap/DR2/SUM/abap/bin"

3 ETQ031 START EXPORT PROCEDURE for "DR2K987221"

1 ETQ359 RFC Login to: System="DR2", AsHost="<abcd>" Nr="01", Client="000", Gw                                                                                        Host="<abcd>", GwService="sapgw01"

2 ETQ232 RFC Login succeeded

4 ETQ010 Date & Time: 20160619151414

1 ETQ233 Calling function module "SBUF_GENERIC_RESET" by RFC

2 ETQ374 parameter "BUFF_ID" = "0"

2 ETQ373 parameter "RESET" = " "

2 ETQ373 parameter "SYNC" = "X"

2 ETQ373 parameter "TABNAME" = "E070"

2 ETQ374 parameter "KEY_L" = "0"

1 ETQ234 Call of function module "SBUF_GENERIC_RESET" by RFC succeeded

4 ETQ010 Date & Time: 20160619151414

1 ETQ359 RFC Login to: System="DR2", AsHost="<abcd>" Nr="01", Client="000", Gw                                                                                        Host="<abcd>", GwService="sapgw01"

2 ETQ232 RFC Login succeeded

4 ETQ010 Date & Time: 20160619151415

1 ETQ233 Calling function module "FUNCTION_EXISTS" by RFC

2 ETQ373 parameter "FUNCNAME" = "UPG_APPEND_SAPCOMPONENT"

1 ETQ234 Call of function module "FUNCTION_EXISTS" by RFC succeeded

4 ETQ010 Date & Time: 20160619151415

1 ETQ359 RFC Login to: System="DR2", AsHost="<abcd>" Nr="01", Client="000", Gw                                                                                        Host="<abcd>", GwService="sapgw01"

2 ETQ232 RFC Login succeeded

4 ETQ010 Date & Time: 20160619151415

1 ETQ233 Calling function module "UPG_APPEND_SAPCOMPONENT" by RFC

2 ETQ373 parameter "P_TRANSPORT" = "DR2K987221"

2 ETQ373 parameter "P_SAFETY_TRANSPORT" = "X"

1 ETQ234 Call of function module "UPG_APPEND_SAPCOMPONENT" by RFC succeeded

4 ETQ010 Date & Time: 20160619151418

2 ETQ374 parameter "EV_RC" = "-2"

2 ETQ373 parameter "EV_SAFETY_TRANSPORT" = "DR2K987223"

2 ETQ373 parameter "EV_MESSAGE" = "Appending attributes failed.DR2K987223"

1EETQ399 Last error code set is: Issues occurred calling 'UPG_APPEND_SAPCOMPONEN                                                                                        T' - check phase log for details

1EETQ204 Upgrade phase "UEXP_SPDD_SAV" aborted with severe errors ("201606191514        

 

 

SPDD adjustments have been done in 000, and i have released the task and marked the TR DR2K987221 for upgrade.

 

DR2K987221 is a workbench TR and SUM is creating DR2K987223 as a transport of copies and failing in above step.


I have followed SAP KBA 1735879 but this is not valid in our case. I have raised a message with SAP but till now of no help.


I have reset the upgrade once and done all the steps but getting this error again in this step.


Please suggest if anyone has got this error.


Thanks,

Shashank

DTW error "The ',' character, hexadecimal value 0x2C, cannot be included in a name"

0
0

Hello everyone,

 

When I tried to import data of business partner through Data Transfer Workbench (DTW), this error below happen when processing, I searched for a

solution but unfortunately it was a technical one like coding


Can any one helping me through this?

2.PNG

Assigning a Time Wage Type to a Work Schedule

0
0

Dear Experts;

 

I need your cooperation in something related to the time evaluation. I need to configure an overtime to start calculating the hours after 5:00 a.m. and multiply the rate by 1.35.

 

How can I assign that wage type to the work schedule and how can I set the conditions in table V_T510S

 

Weekdays   PH pre.day PH cur.day PH sub.day  Val.class   DWS class   Day type

 

As I can see at that customer he has different time wage types with different conditions, so how can I set my condition based on a specific work schedule.

 

Thanks in advance.

 

Best Regards;

Lobna

Re: Strategy to remove child business roles from business role

0
0

Hi Tobias,

 

Thanks for the suggestion. It is true the parent role is assigned to 1 user only.

 

We did try to remove 1 child role at a time, it takes around 2 minutes to complete.

 

We already have a separate dispatcher which has a large heapsize. I will try the solution 2 and update the post.

 

Thanks,

Chenyang

Re: Strategy to remove child business roles from business role

0
0

Redo the test with a dispatcher with large heapsize.

 

The time is reduced by 10 -20 seconds, which is not significant.

Re: Dynamic Configuration.

0
0

Hi Vijay,

 

Have you set it up to archive in the communication channel.

Archiving.PNG

 

Thanks,

 

Faith

Re: SQL Server 2012 Developer Edition for SAP Development / QA environments?

0
0

Hi Stephen,

 

Questions about how the support would work are likely to be best answered through contract channels like SAP Contract Department / SAP Account Executive. I just wrote you what is available in one of the SAP Notes I have referred to. I am not entitled to define what is supported or what is not, therefore, Contract department or Account Executive would be best channels to provide such answers.

 

And I really think that discuss over the point of SAP NetWeaver and the SQL development will not advance. I think at this point, if you are interested in finding the differences, to go through the SQL Server licensing terms for SQL Developer edition and what is SAP NetWeaver (which is really different than developing something on Visual Studio, etc).

 

Best Regards,

Luis


Analysis Authorization issue

0
0

Hello,

 

 

We have assigned users access to AAs using S_RS_AUTH (BW 7.3).

The Auth show up correctly in RSECADMIN for the users under 'Role-Based' and they are all 'Active'.

 

The Auths have full access * and Aggregate :  value access to the relevant InfoObjects.

However, the user faces error for the said values. The Analysis Auth log in RSECADMIN asks for * values, which the user already has.

 

The 'Role-based' AAs do not show up in RSECUSERAUTH or RSECAUTHGENERATD.

I can see them in RSECBIAU.

 

How do I make sure that the values in the Role based AAs are populated correctly in the system tables and are assigned to the users correctly?

Re: Hide 'Document view' and 'New Story' from the Lumira document

0
0

Hi Jawahar,

 

I agree with you and that would also limit the options that users need to be familiar with.

 

But the two options which you mentioned are simply navigation elements. The Document View is for users to set bookmarks and navigate to them. The New Story is to navigate to stories which are assigned to them.

 

The modify options in Lumira open up the whole Visualize and Compose phase similar to the Desktop. So the users are still hidden from a whole range of functionalities to edit.

 

Capture.PNG

 

Please let me know if there are any questions or comments.

 

Thank you,

Varun Anand

Re: Problem in using OCX in VB.Net - error information "Bad variant type"

0
0

Guangwei,


Would you please give more details?


I do not know where is this code is supposed to be placed or the meaning of "o" and "othr".


Dave

Re: is Data Entry possible in SAP Lumira using SDK

0
0

Hi Ashok,

 

I'm not familiar with any out of the box or extension that can modify data (create and update comments) like Webi. The extensions are for new chart types or data sources. For more information you can refer to, Lumira - Open Source Visualization Extensions

 

Thank you,

Varun Anand

SAP S/4 HANA Digital Core

0
0

Hi,

 

Can anyone share any information or link on S/4 HANA Digital Core.

 

Regards,

Subhasish

Viewing all 8713 articles
Browse latest View live




Latest Images