Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8338 articles
Browse latest View live

Adapter Module Deployment in PI 7.3

$
0
0

Hello all,

 

I had created an adapter module which needs to be used on SOAP adapter.I am facing some issues with it please share your inputs in this....

 

1. We had deployed .ear file in visual admin is this correct? or .ear file needs to be converted to .sda or .sca before deployment.?

 

2. Once after deployment , in CC module configuaration which name we need to give ? does it should start with sap.com/modulename or AF_Modules/modulename .

 

3. Modulename : is this the name of the java class name or the whole file ear file name.

 

4. I do not need any module configuaration can I leave that section blank and leave module key field with either 0 or 1.??

 

 

 

Please share you inputs.

 

Thanks in advance.


How to activate Open Hub in closed system

$
0
0

Hello friends

Do you know any ABAP Program, Function Module or any other way to activate Open Hub Destination in closed system (i.e. QA)?

Cheers,

A.

Restrict background job runtime

$
0
0

Is there any way to restrict background job run-time? we have a job running every 5 mins and at times the job hangs possibly due to network issue. This is less frequent but whenever it happens need to cancel job manually sometimes middle of the night. Would appreciate if there is any way to restrict the job runtime from abap program ?

 

Thanks

A unique company code has not been assigned to company number

$
0
0

Hi experts,

 

Company Codes have been assigned to company already.

 

When we are doing the intercompany transaction through F-02.

 

System is throwing the error that A unique company code has not been assigned to company number.

 

Please suggest and provide the solution for this.

 

Thanks

Satya

How we pass values to /o transaction in Personas 2.0

$
0
0

Hi Experts ,

 

Our requirement is to launch a transaction in a browser session with some pre-popluated values . II am able to pass the values in /n transaction but values are getting lost with /o transaction .

 

Thanks

Shivani

Australia Leave Loading @ 17.5%

$
0
0

Hello all,

 

I am configuring Annual Leave loading for Australia @ 17.5 % when the annual leave absence is taken.

 

The process I followed for configuration was was as follows ,

 

Butt even after following the process below, I am not able to get the calculation going on.

 

I am inserting an Annual leave absence ,  checking that the annual leave is reduced in Absencec quotas, execcuting the time evaluation

 

Once it is done , I  process the payroll . In Payroll in Funtion PAB, the processing is blank

 

Please note that I have inserting the payroll rule QLIV for the Absence valuation.

 

Is there any step that I am missing here , or any parameters for payroll operation QLVLT , couldnt find any documentation on this to ascertain if there is anything  missing

 

Please request your urgent help on the same.

 

Table T5QLL

Table T5QLL is configured to store information for each relevant quota type regarding how and when leave loading should be paid for the quota. The key fields to this table T5QLL are:

 

Field NameDescriptionCheck Table
MOPGKESG for Time Quota Types
MOZKOPSG for Time Quota Types
MOBDEPSG for Time Recording
KTARTAbsence Quota TypeT556A
ENDDAEnd Date

 

 

 

  1. When leave is taken by the employee.
    For a quota that requires leave loading to be paid when an absence is taken, set the Leave Loading Type field (LLDTY) to the option "Leave Loading Paid When Absence Is Taken". Leave loading will be paid to the employee when an absence (linked to the quota type in T5QLL) is taken.
    In payroll, the leave loading calculation occurs at the following point in the schema: Q000 -> QT00 -> Function PAB.
    The configuration of the Absence in T554S has a Absence Valuation Rule assigned to it. This valuation rule is read from T554C, and if leave loading is to be paid for the absence, the payroll rule QILV must be entered in the "Special Processing" field in this table.
    Operation QLVLT in payroll rule QILV performs the leave loading calculation.

How to block Specific G/L for an user

$
0
0

Dear All my Expert,

It is very much essential for me that I need to block the specific G/L for some users.

It means those user only can made add/change the data but can not do the display the

line item in FBL3n of selected G/L which I want to restrict for them.

 

Can I do this? Please advice.

 

With best regards

Bishnu

Substitution not happening for Asset Master

$
0
0

Hi Experts,

 

I have created a substitution rule in OACS to update Depreciation key based on the Evaluation Group while creating Asset Master Record. After this when i simulate the system was giving value for the LVA Key as designed but however when i run the actual transaction it does not populate. Currently the substitution is working for the other steps created under the same substitution rule for other fields in Asset Master record.

 

Also let me know if the default made at Asset Class level for the depreciation key has any impact on this substitution

 

Regards

 

Zehran


Selection index for sap.m.Table with mode as none

$
0
0

I have XML SAPUI5 table (sap.m.Table) with button embedded in each rows. Table is bound to a JSON.



<Tableid="idUploadTable"mode="None"delete="handleDeleteListItem"width="100%"
items="{uiFormModel>/attachmentList}">

  
<columns>
  
<Columnid="idFileNameCol"vAlign="Middle">
  
<header>
  
<Labeltext="File Name"/>
  
</header>
  
</Column>
  
<Columnid="idUploadedOByCol"hAlign="Left"vAlign="Middle">
  
<header>
  
<Labeltext="Uploaded By"/>
  
</header>
  
</Column>
  
<Columnid="idUploadedOnCol"hAlign="Left"vAlign="Middle">
  
<header>
  
<Labeltext="Uploaded On"/>
  
</header>
  
</Column>
  
<Columnid="idUploadedDelCol"hAlign="Left"vAlign="Middle">
  
<header>
  
<Labeltext=""/>
  
</header>
  
</Column>  

   <Columnid="idUploadedValueCol"hAlign="Left"vAlign="Middle">
  
<header>
  
<Labeltext="Value Selected"/>
  
</header>
  
</Column>
  
</columns>
  
<items>
  
<ColumnListItem>
  
<cells>
  
<Linktext="{uiFormModel>fileName}" href="{uiFormModel>fileLocation}" target="blank"/>
  
<Texttext="{uiFormModel>uploadedByUserName}" />
  
<Texttext="{uiFormModel>uploadedOn}" />
  
<Buttonicon="sap-icon://Search"press="handleSeacrhSelection">

   <Texttext="{uiFormModel>valueSelected}" />
   </Button>  
  
</cells>
  
</ColumnListItem>
  
</items>
</Table>


This table is from sap.m library (not from sap.ui) and selection mode is None (as per business requirement). Above table loads data from JSON without any issues.


My requirement is:

When user clicks on the Search button (which is present in 4th column of the table), search dialog has to be opened from where values need to be passed back to the clicked row (to last column using uiFormModel>valueSelected). I am able to open the search dialog and get data from search dialog. What I am looking for is: data should be updated in the corresponding row where user clicked the Search button.


How shall I achieve this? I thought of updating the data selected using JSON binding {uiFormModel>valueSelected} and update model Bindings to achieve this. However, I don't have the index of row which user has clicked.


Thanks,

Fahad


Re-open Goods Receipt PO

$
0
0

Hello,

 

We have a Goods Receipt PO that  seems to have been closed in error before an Invoice could be matched against it.


- is there a way to open this closed Goods receipt?

- If not, how can we resolve this ?


Regards,


URL in FPM

$
0
0

Hi All,

I am trying to pass  a set value to FPM application using a URL .For this now I am  using cl_wd_utilities=>construct_wd_url to construct a URL.Now i need to pass an internal table to the FPM  Application,but  not able to pass values to FPM application .Please help me to resolve the issue

webi图表上的百分比在IPAD上显示异常

$
0
0

BO版本4.1 SP4 Patch2

IPAD4

Mobile版本 6.1.18.14

 

当在webi上显示的双坐标组合图的百分比设置时是只保留了整数,但是在IPAD上显示时百分比确是各种位数都有。详细参见附件(我上载了一个几十K的后缀为jpg格式的说不支持此类型的附件内容,所以附件没法放上去)。

但这种情况在安卓上是与webi上显示一致的。

How to make very long queries easier to read on the Visual Studio screen?

$
0
0

Hi,

 

Sometimes, I use very long queries in VB.NET.

They are very difficult to read! Everything is on a single long line.

 

Even when printed, they are difficult to read.

 

Is there an easy way to split these long queries into multiple rows to make reading easier?

 

I've seen one solution on the forum. It involves creating numerous shorter stings and then concatenating them together.

It works, but is very clumsy. And when new items are added in the long query, it may be necessary to renumber the numerous variables.

 

Is there a shorter and more elegant method?  I tried using continuation with System.Environment.Newline.

It does not seem to work.

 

Below, you will find an actual code and how I would like it to look  in VS.

 

Thanks

Leon Lai

 

-------------------------

 

 

ACTUAL APPEARANCE WHEN PRINTED

oForm.DataSources.DataTables.Item(0).ExecuteQuery("SELECTT1.DocEntry,T1.DocNum,T1.DocStatus,T1.CANCELED,T1.DocDate,'IN' AS [Type],T1.CardCode AS [CardCode_PC],'|' AS [ClickPC],T1.CardName AS [CardName_PC],T1.DocTotal,T0.FcCurrency as [Ccy] ,T1.DocTotalFc,'' as [x],T0.RefDate AS [PostingDt] ,T0.BaseRef,T0.ShortName,T0.TransId,CAST('' AS NVARCHAR(254))AS [CardCode_FC],'|' AS [ClickFC],CAST('' AS NVARCHAR(254)) AS [CardName_FC],T0.Debit,T0.FcDebit,'' AS [Clk2Recon] FROM JDT1 T0 LEFT JOIN OINV T1 ON T0.TransId = T1.TransId LEFT OUTER JOIN OCRD T2 ON T0.ShortName = T2.CardCode WHERE T0.ShortName <> '1220601' AND T2.CardName <>'' AND T1.DocStatus ='O' And T1.CANCELED ='N' and Left(T1.CardCode,2) = 'PC'  AND  T0.BaseRef = T1.DocNum Order By T1.DocNum")

 

 

HOW I WOULD LIKE THE CODE TO LOOK LIKE IN VISUAL STUDIO AND ON PRINTED COPY

oForm.DataSources.DataTables.Item(0).ExecuteQuery("SELECT

T1.DocEntry,

T1.DocNum,

T1.DocStatus,

T1.CANCELED,

T1.DocDate,

'IN' AS [Type],

T1.CardCode AS [CardCode_PC]

,'|' AS [ClickPC],

T1.CardName AS [CardName_PC],

T1.DocTotal,

T0.FcCurrency as [Ccy] ,

T1.DocTotalFc,'' as [x],

T0.RefDate AS [PostingDt] ,

T0.BaseRef,T0.ShortName,

T0.TransId,CAST('' AS NVARCHAR(254))AS [CardCode_FC],

'|' AS [ClickFC],CAST('' AS NVARCHAR(254)) AS [CardName_FC],

T0.Debit,

T0.FcDebit,'' AS [Clk2Recon]

FROM JDT1 T0

LEFT JOIN OINV T1 ON T0.TransId = T1.TransId

LEFT OUTER JOIN OCRD T2 ON T0.ShortName = T2.CardCode

WHERE T0.ShortName <> '1220601'

AND T2.CardName <>''

AND T1.DocStatus ='O'

And T1.CANCELED ='N'

AND Left(T1.CardCode,2) = 'PC' 

AND  T0.BaseRef = T1.DocNum

ORDER BY T1.DocNum")

LSMW Asset upload

$
0
0

Hi Dear,

 

I want to create LSMW for asset value upload AS91. Is there any document of LSMW, then please provide link.

 

Regards,

Kamlesh Pandey

SAP BPM: Path item can not be resolved on data object

$
0
0

Hello everyone.

 

I have a BPM process with system activity - RFC call to ABAP system. I deleted one field from FM input/output interface on ABAP side, from data object and from mapping - and from that moment I started to recieve very strange errors at runtime of BPM process:

 

A technical error occured during invocation of operation 'Y_MDDI024_EXECUTE_FROM_BPM' of interface 'Y_MDDI024_EXECUTE_FROM_BPM.PortType': 'Could not invoke service reference name a551d320-7dfb-4cd5-886c-3f73e5dfade2, component name severstal.com~zmddi024_steel~BPMcomponent, application name severstal.com/zmddi024_steel.'. Further information: root exception Message 'Path item can not be resolved on data object [urn:sap-com:document:sap:rfc:functions#YSMDDI024_DATA_OUT]{CASE_GUID:"0050568644421EE4B8B66ACF1A2C680C"; CASE_EXT_KEY:"777000000314"; PROCESS_ID:"58b135e0e1b311e489990000004ec4a6"; INCIDENT_ID:"8000401838"; STATUS_BPM:"E"; STEP:[UNSET] default=null; COMMENTS:" IVSUSLOV            13.04.2015  11:03:16."; COMMENTS_NEW:"z"; REQUESTOR:"IVSUSLOV"; REQUESTOR_NAME:"Суслов Иван Вадимович"; CURRENT_APPROVER:[UNSET] default=null; CURRENT_APPROVER_NAME:[UNSET] default=null; PREV_APPROVER:[UNSET] default=null; PREV_APPROVER_NAME:[UNSET] default=null; TASK_TITLE:[UNSET] default=null; TASK_DESCR:[UNSET] default=null; NOTIF_TITLE:[UNSET] default=null; NOTIF_DESCR:[UNSET] default=null}'; message ID 'n/a'; log ID 'C0000A781DF310730000000300000F9F'

 

The strangest thing is that this process works now absolutely fine in 1 BPM system (DEV) and throws this exception in 2 system (TEST). I tried almost everything -  put deleted field back into interface, change FM to another (with different parameters), undeploy BPM process, change mapping..

 

I suppose something is buffered on server (mb Data object). What can I do here? Really don't want to recreate the whole process.


Extract data from Hana Cloud using on-premise Data Services

$
0
0

A few questions...

 

1)  Can anyone confirm that the only way I can extract data from Hana Cloud using an on-premise installation of Data Services is using the Hana Cloud Connector DB Tunnel:  SAP HANA Cloud Platform

2)  I've read that I can use the HANA DS provisioning Agent to get data from on-premise sources to bring into HANA Cloud (using DS in Hana Cloud), but it doesn't seem to work the other direction (take data from Hana cloud, to load into an on-premise database via the DS Agent).  Is that correct?  Data can only be moved in one direction using the agent?

 

Thanks in advance!



SAP Licenses for all companies

$
0
0

Hi all

 

Is it possible to read all SAP Licenses assigned to all SAP Users for different Company Databases?

 

 

 

 

 

Kedalene

Posting Usage Decision to sample usage with storage units (WM)

$
0
0

Hello,

 

Currently we have the following problem:

 

After we have introduced storage unit management at storage type XXX (Quality), we got
problems when we posted Usage Decision for Inspection Lot (QM). If we post a
part of the Goods Receipt Quantity (Sample) with movement Type 331 to sample usage, we
get the error message (storage type XXX not suitable as an interface (SU
management is active)  (message L9 042).

 

Has anybody an idea?

 

Thanks and Best Regards

Arthur Brunner

GL Determination, general tab rounding adjustment gl not showing

$
0
0

Hi All,

 

We facing some issues when make setup for GL Determination

 

In general tab rounding adjustment gl is not showing.

 

Kindly help someone where is the mistake.

 

GL Determination.jpg

Regarding certification

$
0
0

Hi Experts,

 

               i am planning to do the sap certification. Please tell me the procedure

 

Thanks

Giridhar

Viewing all 8338 articles
Browse latest View live


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