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

Re: Landscape Verification Check Failing


Re: java.net.connectException While Implementing Sample Web Service

0
0

Hello Waldemar and Bogdan,

 

Apologies for coming late to this.

 

I have finally been able to achieve the solution. As expected, I had to change the reference. I raised an OSS with SAP and they provided me with the sourcing_types.xsd and swaref.xsd files. So this is what I did:

 

1. Placed the sourcing_types.xsd and and swaref.xsd files in the same directory on the server.

 

2. In the ProjectService.xsd, edited the schemaLocation attribute for sourcing_types to point to the local directory.

 

Hope this helps.

 

Thanks

Devesh

Re: Problem with service profile (diff. time)

0
0

Hello!

We defined in minutes and hours.

service profile.jpg

Thank you for your help.

C_TB1200_90 Exam Materials

0
0

Hi to ALL

 

This Month i Applied for C_TB 1200 Certification exam and i Got Approved from SAP Also ..

 

 

Now i want some more info About  C_TB1200_90

 

1) if Any has Materials please pass to me

2) any Review Questions please pass to me 

3) how many Questions will ask in the Examination and what is the pass accuracy, duration time of exam??

4) C_TB1200_90 or C_TB120091 (which one is best for future ) again future C_TB 120092 is ramp up ....so what is the best one to choose

5)is Mandatory for certification to GET JOB on other Country's (other then INDIA) 

6) after succeed Exam , for how many  years is   validated  ( may be valid for only for that particular version only ) 

 

 

Suggestions and Guidelines very Impotent for me ....

 

 

Thanks to All for ADVANCE

Re: Data of cluster B2 doesn't import in payroll calculation process

0
0

Hi,

 

On 26th, employee was on absent so can you check the IT3 status for this employee and share to me. Please read the below paragraph for your issue.

 

"I think the reason is because of of IT0003
where PDC Error Indicator being checked by system and the PDC Recalculation
date set to the date a warning message (Yellow) generated by TE20 PCR, If this
is the case, The payroll driver won't consider any Time Wage types beyond the
Information message generated by COLOR**F statement in Time Evaluation via PCR
TE20.

This usually happens when you donot have
any entries in TEVEN (IT2011) table for that date and you try to generate a
wage type via a custom PCR but do not change the Message category in TE20

 

Please check the log for any kind of yellow
colored message generated and compare the PDC Reclalculation date set in IT0003."

 

 

 

Regards,

Sankarsan

IT 008 Default Issue

0
0

Hi All,

 

We are using indirect valuation from T510 table to default WT.This is working fine.

 

Issue is - When User click "enter" multiple times in IT 0008 the amount for these indirect valuated Wt is getting adding double, triple like that ..

 

How we can fix this

 

SK

Re: Error while running extended application in locally

0
0

you need to configure a proxy servlet in web.xml

 

<servlet>

  <servlet-name>SimpleProxyServlet</servlet-name>

  <servlet-class>com.sap.ui5.proxy.SimpleProxyServlet</servlet-class>

 

 

  <init-param>

  <param-name>com.sap.ui5.proxy.REMOTE_LOCATION</param-name>

  <param-value>http://<>YOUR_SERVER_NAME_AND_PORT</param-value>

  </init-param>

</servlet>

 

 

<servlet-mapping>

  <servlet-name>SimpleProxyServlet</servlet-name>

  <url-pattern>/proxy_abap/*</url-pattern>

</servlet-mapping>

 

and change url to the odata service

 

config : {

  serviceConfig : {

  name: "YOUR_SERVICE",

  serviceUrl: "proxy_abap/sap/opu/odata/sap/YOUR_SERVICE/"

  }

},

Re: how to call info type 0008 wage types in off cycle for calculation

0
0

Mohmmed

 

This is requirement is client specific , In my client i dont have this client of requirment (Saudi Arabia)

 

I will check and will get back to you on this.


Re: Sapexecutecommand Plandatatransfer

0
0

Hi subhas ,


Thanks for the reply


I have checked in Query and found that these fields are input enabled


also i found that there is one field which is not input enabled still calculate is working for that field so i am not sure whether it is required.

 

 

Regards

Praveen Kumar

Re: Error while running extended application in locally

0
0

Did you miss any attachment ? Not seeing any error.

Re: Can a BSc(Pure Science) do SAP ABAP course?

0
0

When you have MBA, why would you like to come to ABAP. There are lot of people out there in the market with the same skills and infact with a better skills than you.

I would suggest to go for SAP CRM Associate Certification and then SAP CRM Marketing Professional certification which suites you better.

 

CRM is the King.

Re: Valuation Type MM/SD

Commit UI5 Project to Project Portal?

0
0

Dear colleagues,

 

I have a SAPUI5 Application Project and I hope to commit it to Project Portal.

I've created project in Project Portal follow the guide: https://wiki.wdf.sap.corp/wiki/display/LeanDI/Getting+Started

But how to commit existing UI5 Project to Project Portal? Is it possible to manage UI5 codes using project potal?

 

Looking for your help.

 

Thanks!

 

Best Regards,

Angel

Re: Project Types in SolMan/ChaRM

dynamic rows into columns

0
0

Hi Freinds,

 

i have one requirement like this

 

i have one Data base table ( please see the below screen shot )

 

databse_table.JPG

 

want to fill internal table like below screen shot, could any one please let me know how to do this

itab1.JPG

 

Regards

Vijaya


Enabling the field visibility - COBRB-BETRR

0
0

Hi Experts,

 

I tried to enable the field visibility as per the screen shot, but not activting or generating properly.

 

KO88.jpg

Kind regards,

Sanju M S

Re: Can a BSc(Pure Science) do SAP ABAP course?

0
0

Thanks Sir,that did it! 

Re: Call back in JCo3.0.1 server programming

0
0

You answered my question that JCo 3.o does not support RFC_START_PROGRAM and destination BACK.  Thanks .

 

I tried setting up a destination in BAPI BAPI_DOCUMENT_CHECKIN_REPLACE2 but it seems only destinations of type TCP/IP with activation type "start on Front-end work station" and "start on Application server" works fine.  And both of them have shortcomings. Like Front end work station necessitates SAP GUI installation at JCo client and Application server requires mounting of files to SAP because local path is not recognized by it ( Open dataset  ) is used . 

 

We are going ahead with mounting of files unless something else comes our way.

 

 

Thanks a lot for your support!

 

Best Regards.

Prashant

Re: How to retrieve row ID after insert?

0
0

Hello Rodrigo,

 

did you try to use CURRVAL of the sequence. Within the same session CURRVAL returns the number determined by the previous executed NEXTVAL. Because sequences are handled session dependent the value is also not influenced by another sessions (e.g. if your program is executed in another session and increases the sequence counter).

 

Execute statement "SELECT seq.CURRVAL FROM DUMMY" via the same connection after your insert statement.

 

Best Regards,

Florian

Re: Facing problems to display the data in bar chart

0
0

Hi Maksim and Dhananjay,

Here is index.html there i put as below for u refer (kindly correct me if you feel i wrong in any parts) :

 

<script id="sap-ui-bootstrap"
    type='text/javascript'
src="resources/sap-ui-core.js"
data-sap-ui-libs="sap.m,sap.ui.commons,sap.ui.table,sap.viz"
data-sap-ui-theme="sap_bluecrystal"
data-sap-ui-xx-bindingSyntax="complex"
data-sap-ui-resourceroots='{"SO": "./"}'>
</script>

 

<script id="view1" type="sapui5/xmlview">

            <mvc:View

            controllerName="SO.view.Detail"

            xmlns:viz="sap.viz.ui5.controls"

            xmlns:mvc="sap.ui.core.mvc" >

            <viz:VizFrame id="idVizFrameBar" uiConfig="{applicationSet:'fiori'}" vizType="bar" width="1000%" height="2000px">

            </viz:VizFrame>

            </mvc:View>

  </script>

 

<body class="sapUiBody" >
<div id="content"></div>
</body>
Viewing all 8851 articles
Browse latest View live




Latest Images