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

FMS Query

0
0

Dear All,

 

Greeting of the day..

 

 

I have created one UDF field (price) at Business Partner Master data.

and another field at delivery row level labour amount.

 

now i want multiplication of the master filed with delivery quantity at each row level. I have tried the below FMS.

 

(SELECT T0.[U_LabCost] FROM OCRD T0  INNER JOIN ODLN T1 ON T0.[CardCode] = T1.[CardCode] INNER JOIN DLN1 T2 ON T1.[DocEntry] = T2.[DocEntry] WHERE T0.[CardCode] =$[ODLN.CardCode.0]) * ($[DLN1.Quantity.0])

 

but couldn't get result.

 

Regard,

Datta Kharat


Re: HANA STUDIO INSTALLATION JAVA ERROR

0
0

I faced this issue and made few screen shots to help others.

 

1. As suggested by experts added  JAVA_HOME

 


Below screen shot has the details

JAVA 1.PNG

 

 

2. After installation  first try to run by clicking the shortcut , if you get any errors then try to run as admin .

 

Refer the screen shot below

Untitled.png

Re: How and when is a JCO connection closed in version 3.xx?

0
0

Hi Fernando,

 

just saw in your other question that you need statefulness as you obviously load some data in the backend to ABAP context - at least this is my understanding from your remark there. In this case stateless sequences won't fit.

 

Best regards,

Markus

Re: Table for List of Objects in a Package

0
0

HI,

 

You can use TADIR table for that.

Pass your package name to the development class field DEVCLASS and you will get all the objects related to that package.

 

Hope this helps.

Re: Table for List of Objects in a Package

0
0

Hello Rahul,

 

you can select all objects from table TADIR entering your package name in field DEVCLASS.

 

Regards,

Dominik

Re: Assignment field of RV document type same should be copied to Doc type DZ

0
0

Hi, it depends on you posting "rules" for DZ. Are you posting it specifying SO in customer's item? If not then do you have any link to SO number?

Re: How to run JAVA sdk

0
0

Hi Prithiv,

 

I went through the blog that you shared. Even I tried to save the file with your sample program.

 

I used Netbeans to compile the file to get the jar file and even I specified the things related to class path and argument but end-up with below error.

 

could you please help me.

 

Failed to load class: [ServerServices.jar]. Reason: [java.lang.ClassNotFoundException: ServerServices.jar].



Thanks!


Regards,

Ramesh


Re: How to move inputfield to right and set current date as default value

0
0

Hi Katrice,

 

Thanks for your valuable answer.

 

Capture.JPG

They key date (label) is now moved to left with the help of width. Still I am not able to move key date (inputfield)?

 

Also, I have set the key date as current date.

 

Please help in moving the inputfield to the left, width property doesn't work here.

 

 

Regards

Mani


Re: how to get url of the webservices generated for a bods job

0
0

Hello Swetha,

 

have you tried to type the URL in an application to test the webservice like soapui?

Besides the  way the url is build is as follows

http://<hostname:port>/DataServices/servlet/webservices?ver=<version_number>&wsdlxml

 

Regards

Eduard

Re: SAP APO CPP dump TSV_TNEW_PAGE_ALLOC_FAILED

Re: Clarification about ABAP certification (C_TAW12_731 / SAP Certified Development Associate – ABAP with SAP Net Weaver 7.31)

0
0

Thanks a lot Paul !!!

Adobe form - Data Save to z-table

0
0

Dear All

 

I am NOT using web dynpro.

 

Through SFP I have created a Adobe Interactive Form, where in User can fill in the Details.  (Like a Feedback questions).

I want to store them in a Z-table upon submitting the button.

 

Can someone give me a lead / example.

 

Your input will help me a lot.

 

PS:  Not in Webdynpro.

 

Regards,

Venkat

Data loading with 2 keyfigures

0
0

Dear Experts,

 

We are having single model which is periodic containing all the planning ( Revenue, Expense and Capex)

 

We need periodic values for  (Revenue, Expense) then we will be loading from 0AMOUNT key figure and while loading for Capex and all other balance sheet items we will  be loading from 0BALANCE  key figure which is cumulative keyfigure.

 

Can we map 2 key figures in single mapping for signed data like :

 

SIGNEDDATA = IF (ACCTYPE = EXP/INC)  then  0AMOUNT ELSE  0BALANCE))

 

 

Also I would like certain clarification, are we following correct approach by loading  0BALANCE  for the balance sheet accounts, or  we need to load the periodic values for the balance sheet and then show the report in YTD measure.

 

But there is a problem, the balance sheet items are not getting added up in the YTD measure in the periodic model and I believe this is  SAP BPC standard.

 

Request you to put certain clarification on the same.

 

 

Regards,

 

sap bpc

CRYSTAL REPORT INVENTORY POSTING LIST

0
0

GOOD DAY EXPERT!


HOW TO SET PARAMETER IN CRYSTAL REPORT THAT WILL CAPTURE THE DATE OF TRANSACTION CRITERIA THAT I WILL SELECT IN INVENTORY POSTING LIST

Re: Exporting RFC Internal Table and Import it to a Report

0
0

Hi Sudhir,

 

Good that you got solution,

 

After import statement use delete database index statement.

 

Regards,

Lokeswar.


Re: Cross Company STO with Commom WBS

0
0

Dear JP,

 

Thanks for the reply. We started the discussion& doing RD.

 

Currently, both the company code: 1000 and 1800 are on same instance, but there is no linkage for this particular scenario. In both the company code are creating a separate projects all together where everything happening via PS at project level and WBS level.

 

Currently, when it’s come to CC 1000, they are rising a PO on 4 level WBS1000 and sending the PO to CC 1800 (no linkage is there currently in system) for tracking purpose they are maintaining line item wise text in PO for identification of material code / DU code which they are going to receive (in business they call material as DU i.e. dispatch unit) which 1000 is going to receive from 1800. (Note here material code is altogether different in both the company code).

 

When it’s come to CC 1800, they have a new project with wbs1800 with differnt levels for activities, they are using project from delivery scenario (CNS0) for creating the delivery at 3 level WBS1800. And then invoicing to CC1000 for the DU dispatched on 3rd level WBS only.

 

GRN is done by CC1000 on WBS 1000 for the DU’s.

 

As it’s a project based industry involve in construction of turnkey project. All the cost planning budgeting is very critical to them and done at respective WBS for respective activity.

 

We thought of Intercompany scenario for this as I had already implemented in my previous client (for manufacturing kind of business), where stock movement is possible at plant level. But in this scenario intercompany looking difficult as 2 different WBS belonging to 2 company code with project stock Q.

 

I will keep you posted on this, but parallely if I can get some other input/possibility to handle this kind of scenario then nothing like it.


Thanks.

 

SS

Re: In ESS we have found employee can apply future date comp off eligibility and its get approve .  Even also if its rejected and the day by pass its also shows quota generated.

Re: EWA report rated green but has only three paragraphs

0
0

Hello Matteo,

 

the problem appeared in the first week of June and in my case it's 2 BI systems and an ADS.

Interesting...

 

Tamas

Re: MSMP Workflow is not sending email for Firefighter Controller

0
0

Hi John,

 

-Is this workflow of FF assignment or Review request. Provide the agent id configured in the stage. 

 

-Is the Owner or Controller, defined in Access Control Owner and then assigned to the FF(through links Owners and Controllers, under Access Management work center) 

 

- Is your parameter 4007 set as Yes, and Notification set as 'Workflow', for controller. if yes, then provide the Notification settings, for the Controller stage. you need to provide a template and event as 'NEW_WORK_ITEM'(i do not remember the exact name)

 

Regards

Plaban

Re: Issue with ?$select

0
0

Hello Pavan,

 

You need not to code any where to use $select in the URI. This feature comes out of box by default and no implementation is needed.

 

I do not see any need to implement this alternatively via code.

 

However the error is because you are not giving space between the braces.

 

  your code is ( no space between the braces )

 

data: my_select_fields type /iwbep/t_mgw_tech_field_names.

  my_select_fields = io_tech_request_context->get_select().

 

i.e., correct code is ( there is space between the braces )

 

data: my_select_fields type /iwbep/t_mgw_tech_field_names.

  my_select_fields = io_tech_request_context->get_select( ).

 

Carefully observe the highlighted part ( which is in bold ) in the code.

 

Use the correct code and your free with errors.

 

There is red highlighted part in the code of your screen shot which is already highlighting to provide space between the braces .

 

Regards,

Ashwin

Viewing all 8746 articles
Browse latest View live




Latest Images