Quantcast
Viewing all 2766 articles
Browse latest View live

Re: Viz Charts render as blank in Fiori app.

Hi Ananth,

 

I can see anything in the link. Just the Header is coming.

 

Regards,

RV.


Re: SOAP UI : Webservice returning unexpected results

Resolution:

 

In the SOAP UI did a minor change i.e.

 

In the input section(where you're providing input parameters) the places where we're not providing input parameters it populates ?by default.

 

Remove it and the issue is resolved.

 

Regards - Santosh G.

Component CEEISUT Add-on

Hi Experts,

 

In order to fulfill Hungary country specific requirement, We will have to install SAP component CEEISUT in our system as suggested by SAP.

 

I want to know what are the impact may arise if we install the above component.Since this is an ABAP related add-on,we can't revert back it once installed.

 

If anyone has installed this component in their project or have idea about the compo. Request you to kindly put on some lights on the same.

 

Thanks & Regards

 

Prashanta

Re: How to fix this error ?

Hi,

Kindly refer KBA 2014350, it may help u.

 

Thanks

Krishna Mohan

Cannot UNLOAD query results TO a shared network drive

Hi,

 

SQL Anywhere 11.0.1,

 

I am having a problem with several stored procedures that attempt to

 

EXECUTE IMMEDIATE 'UNLOAD SELECT...

...

...

TO ''' + filepath_filename + ''' ENCODING ''UTF-8'' format ASCII quotes off escapes off';


where I have previously set filepath_filenamevariable to either local C:\output\ folder or also local E:\output\ folder, but now I am trying to move the output files to the shared network drive N:, so to go to N:\output\ folder.


Everything for the local drives works 100%, but whenever I try to set the TO location to the shared network drive, I get


Could not execute statement

Cannot access file 'N:\Output\results.csv' -- No such file or directory

SQLCODE=-602


I've checked time and time again, that folder has full rights to be written to. As soon as I flick that N: to C:, the procedure works fine. Also in Interactive SQL, the easy test command unload select * from comms to 'N:\TEST\comms.csv' format ascii;but when attempted to C:\TEST\, works fine.


Also, I have set


set option public.allow_write_client_file='on';

set option public.allow_read_client_file='on';


and I made sure that the owner (DBA) has the Read Client File and Write Client File options ticked. Is there anything else I need to do?



Thanks for any suggestions,

Vlad


Re: deletion of single row in sap ui5

Re: Design suggestion

Hi Inaki

scenraio is SOAP1 to SOAP2

response of SOAP2 to Proxy.

 

but i need to send response to SOAP1 also ..Thts where the issue is.

I m thinking of capturing the refMessage ID and send response

but just want to check any better suggestion

Re: Before importing Request How could i know the Missing objects.

What about the problem of local objects? They are not in any transport request, so it can be easy to get a RC 8 in the target system. Is it possible to forbide the assignment to local packages, or is there something else to prevent these issues?


Re: is it possible to have a dynamic output table type for a procedure

Hi Glen,

 

     From my understanding of your scenario, we can solve this using two stored procedures,

 

  1. Dynamic Procedure (Dynamic Table Type Creation)
    • This procedure should have one input parameter(String), for table name
    • From the table name we can get the structure of the table (column names and data types)
    • Now drop the old input and output table types of the second procedure
    • Create that input and output table types (same name) with the new structure obtained from the table
    • Call that second procedure by passing table as input parameter
  2. Display Procedure
    • Just put OUTPUT_TABLE_TYPE = SELECT * FROM INPUT_TABLE_TYPE;


If I meant wrong any where, please let me know.


Hope this help you.


Regards,

HarikrishnanS

Re: Please suggest me what should i choose: SAP ABAP or SAP PP?

None of us here knows you well enough to tell you whether or not you should switch. ABAP and PP are certainly different, but that doesn't mean you shouldn't change. Here are some questions you might want to ask yourself, or your manager...

 

Why did you choose ABAP? Do you enjoy it? Are you good at it? 6 months isn't really long enough to properly answer those questions, but that's all you've got.

 

What do you know about PP? Do you think you'll enjoy it? Why does your manager want you to change? Does he think you'll be better at it, or enjoy it more? Does he want you to try something different so you get some experience of functional as well as technical work, before making a more permanent choice?

 

After all those, the most important question is, what do *you* want to do?

 

Steve.

Re: 'Cost' tab in work order related query

Dear sir

Thank you for such a nice explanation.

I would like to summarize of what i have understood. Correct me if I am wrong

 

1) Assign Costing parameter and Result analysis key - This is used for calculating the Planned and Actual cost

 

2) Control key assignment to Order type- where we put a tick on COST. After doing this the cost is displayed in the Cost tab of the Work order

 

3) Maintain Value category- This is used to show different cost element within the cost tab?

 

I have one doubt. Where this value category is linked with an Order type? Is there any SPRO settings?

Re: Customs/other charges in Service PO

Dear Rosh,

 

Thank you for the reply.  The requirement is to capture customs clearance cost (for third party i.e., customs clearance agent) in the same PO?  or what is the best practice for this scenario?

 

Thank you,

 

Best Regards,

Re: Split UDF Values

Dear Alex

 

in From field

select left('LON/ ATH',3)

 

in To field

select right('LON/ ATH',3)

 

Regards

Edmund

Re: Crystal report (subreport - use of group by)

If I place the subreport in the report footer of main report :

Subreport is displaying data related to only the last record in the main report as you earler correcly pointed out.

 

I tried doing the way you specified in the first reply, but it is still displaying groupwise.

 

Is there any way using which we can create groups in subreport?

I want to create groups but do not want the whole report to be printed groupwise.

.

Thanks.

Re: BAPI_ALM_ORDER_MAINTAIN with multiple components creating duplicate entries

Thanks Ashsish..

 

I passed the values as

1          000001   HEADER             CREATE %00000000001

2          000001  COMPONENT    CREATE %0000000000100

3          000002  COMPONENT    CREATE %0000000000100

4          000001  TASKLIST            ADD      %00000000001

5          000000              SAVE


but , i am getting same error.


can u pleaase elobrate more?


Thanks,

Arpita


Re: Lot origin 10 / Physical sample

Hello Arjit, Hello All,

 

Please find hereafter answers to your questions :

a) We must compare results with customer specifications, we have reference operation set for this purpose, so we create inspection lot sepcially for the delivery. The result to be compared are based on another inspection lot, done after production.

 

b)

 

c) We need it because we have to deliver a certificat to customers with result per samples

 

d) We need custom certificat

 

e) no

 

 

thanks a lot for your help

OHD load to webservices in sap bw 7.3

HI All,

 

My business user is asking how we can load data turough OHD to webservices ( as option of thirdparty tool).

 

So folks if anybody worked and had knowledge please share the details.

 

Regards,

Ramesh.

Re: SAP Personas 2.0 - IF condition for create/edit/display modes

Looks like I'm struggling to grey out a field as well. I can only see option to hide a control or make a hidden control visible. But there isn't an option to make a field greyed out or read-only. Any suggestion please?

Re: Paramater with user option

Re: Update custom fields of MARA using inbound IDoc MATMAS

Hi Nimish,

 

I am also getting the same issue. I have tried implementing the BADI and user exit. But it is not working.

Can you please let me know what exactly have you done to correct this?

 

Regards,

Pankaj Sharma

Viewing all 2766 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>