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

Re: Issue with BAPI

$
0
0

Hi,

 

if you are able to change the order by just running the FM in SM37, then it proves that you don't need a commit RFC.

 

I only now noticed that you didn't request any result parameters before creating the second rfc. In general it's a good idea to finish one rfc at a time and for now I strongly recommend to request some data back (even if you don't need it) before you create and send the next rfc.

 

The following is a script that I created with the RFC tool in SP03 and is working fine (well, it does not do anything, but it runs through and does not cause exceptions and the _RETURN1 object contains a sensible, functional error message).

 

var oRFC = session.createRFC("BAPI_ISUSMORDER_USERSTATUSSET");

oRFC.setParameter("INACTIVE", ""); // optional

oRFC.setParameter("NUMBER", "");

oRFC.setParameter("STATUS", {"INTERN":"","EXTERN":"","LANGU":"","LANGU_ISO":""});

oRFC.requestResults(["RETURN"]);

oRFC.send();

var _RETURN1 = oRFC.getResultObject("RETURN");

 

 

 

 

 

 

 

var oRFC2 = session.createRFC("BAPI_TRANSACTION_COMMIT");

oRFC2.requestResults(["RETURN"]);

oRFC2.send();

var _RETURN2 = oRFC2.getResultObject("RETURN");

 

Cheers,

Clemens


CSS for SAPUI5 controls

$
0
0

Hi Experts,

 

I tried to apply CSS to the SAP UI5  button control as below.

 

In the CSS file:

 

.myButton

{

              color: red !important;

  font-size: 14px;

              background-color: Grey;

}

 

in the Java script:

 

Button4_c2c5.addStyleClass("myButton");

 

 

But the CSS didn't applied.

 

Can any one tell how to apply CSS to SAPUI5 controls?

 

Regards,

Naga.

Re: Please use the maintenance package for Crystal Reports 2016 SP 2 to update your current installation

$
0
0

That's what the error says, not what i;m saying i have. I think this means that sapstore.com wasn't shipping out SP 2 as of last week. End user reported removing 2013 and installing 2016 fixed it. Which seems like the kind of thing an error message would specifically address.

 

Thanks.

Re: saplogon.ini is not working for SAPGUI 7.4

$
0
0

Are you sure you're using the right folder?

 

The path is defined in the settings:

path_of_saplogon_ini.PNG

path_of_saplogon_ini_2.PNG

Re: Table Replication in error state

$
0
0

Hi Prachi,

 

Please can you specify what changes you have made in structure.

 

This may be due to data type inconsistency.

 

Regards

BJ

Re: Best practice to print a PDF from SAP Work Manager 6.3

$
0
0

Hi Bill,

 

Well on that side we don't have any particular demand but we want to keep the development workload pretty small.

 

The idea is to present the Work Order details, Signature and meter information on a PDF.
Now how to access it is the question that would lead our choice to the technology to generate the PDF.
What would you have in mind when telling that need that data?

- Access the local DB straight away?

- Pass the data via a kind of function call to the "external generator"?

- Collect the data in any other way? Store it in a temporary file?

 

I'm pretty new to that kind of request so looking for some good advice.

 

Thomas

Re: Prevent business role from turning accounts obsolete

$
0
0

Perfect thanks! I had to create a new Page Layout , hide the item under Actions, then assign the Page Layout to my end user role.

Re: Transaction SM21 Shows Connection Error - DBACockpit test successfull

$
0
0

Hi Thorsten,

 

 

 

Looks like the db connection is not stable though showing fine in report and in cockpit.

 

 

 

Please go to tcode DBACOCKPIT and edit your DB connection.

And check the permanent connection checkbox.

 

 

 

Regards

BJ


Re: Starts with

$
0
0

If you're reporting against a SQL Query, you're better off converting field to string and extract part of it using substring or other db specific string functions in the where clause.

 

If you're reporting directly against tables/views, you may add a SQL Expression that extracts part of the number and use that in the selection formula. 

 

But if you wish to do this in the report's selection formula, it would look like this:

 

Totext({number field}, '#') LIKE ['9*', '2*', '11*']

 

-Abhilash

Re: Affordable Care Act (ACA)

$
0
0

We have implemented the notes, but when we execute the final HRBENUS_ACA_XML transaction we get an empty XML Manifest and Submission. (see attached photo) Does anyone know if this is a system or configuration issue? It seemingly steps through the code properly in the debugger.

 

On a separate note, it does not appear to be calling the ADJUST_SSN_B or ADJUST_FORM_COUNT methods in class ZCL_HRBENUS_ACA_AATS_TC_7. The MODIFY_XML method seems to have been modified to remove the calls to these methods with last weeks transports. Is this expected?

 

Thanks,

Ben

 

Screen Shot 2016-05-27 at 3.15.26 PM.png

Re: Price change within Goods Issue and Reversal

$
0
0

Your screenshots have different values than you initially explained. You also did not explain that you are working with negative stocks.

Your screenshots from MR51 and S_P00_07000139 are not consistent, how shall we know if not more information is hidden which is needed to recalculate the case.

It is in general hard to know what the screenshots show since the header text of the columns is missing.

ALV reports can look quite different in your and my system.


Right now it is like this:

puzzle.PNG

If you add the other 2995 pieces then you can see one of the most famous picture in the world, which one is it?

Re: Error in BDC while inserting items in Maintenance Plan Object List

$
0
0

This problem is to be solved according to sap note 11842 - Screen for internal area is too large , there are two possibilities : either the batch input data is incorrect (too many data in one screen because of program's bug), or parameter bdc_job_size is too small (increase it and restart the server(s) to take it into account). So, please first make sure you did it as explained in the SAP note, then contact SAP support to get some help.

 

That said, I'm surprised that you didn't tell us what you exactly did to solve before asking the question in the forum (i.e. that you have found the note 11842 by searching, that you have changed the parameter, which size, did you restart), that would save us time and energy to answer you.

Re: Transport issue.

$
0
0

Hi,

 

Setting below parameter in STMS has helped to resolve this issue.

 

SYSTEM_PF with <hostname>\sapmnt\<SID>\SYS\Profile\Default.pfl

 

Login to domain controller and set above parameter for the system where transport import is giving error.

 

Regards,

Shaik Maideen A

Re: ALV output with number of subdivisions

$
0
0

You don't have much choice with ALV. But is it ALV for Web Dynpro or SAP GUI? If it's SAP GUI, I only see the colors to differentiate the columns. Did you expect anything else?

Re: add quantities based on material nos.

$
0
0

Could you be more explicit about the context? Is it really for one material? (because your question seems very trivial ; it sounds to me like "how to read a database table, how to perform an addition")


Re: add quantities based on material nos.

$
0
0

This question was rejected twice on May 20. You should have got a moderator note. Please click the Actions icon on top right and then go to the Notification tab.

Re: ALV output with number of subdivisions

Re: Error while connecting the HANA data cloud data base with Hana Studio

$
0
0

Thanks for the quick reply.it worked

One more question , when i was trying to created any view under content folder it say " Insufficient privilege"

Is there any way i can do some practice on view ( Attribute view,calculation view etc)

Re: List grouping

Re: Workspace root Text Substitution "opensap.myApp"

Viewing all 8851 articles
Browse latest View live




Latest Images