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

Re: PDF creation in ABSL coding

$
0
0

mmmmhhh I don't think this will work because there is no interface between the custom solution and the copied form.

 

Maybe somebody from SAP can confirm my idea


Re: Not able to change material in the Item Detail of VA02

$
0
0

Hi,

 

Check the document flow if any subsequent document created for sales order

Re: Compatible version EPM add-in and BPC 10 sp08

$
0
0

Hi Daulet,

 

It is recommended to install the latest BPC add on for excel.

 

There will be minimum requirement for SP08, but it is safe to install the latest version.

 

Latest version is SP17 Patch 1

 

You must ask your consultant what they mean by "not working"

 

Andy

Re: Survey:Add formula to survey field

$
0
0

Hi Naveen,

 

 

Thanks for the update.

 

I checked your requirement for field level calculations. The Surveys can be completed in GUI, Webclient by internal users or using HTML format by external users. If you are  using the survey's for internal users who have access to SAP CRM system you can consider writing the code logic in the PBO module. However, for the HTML format the survey will be filled outside the CRM Landscape (probably through some website), the PBO module cannot be used to control the calculations dynamically.

 

To be consistent and scalable between diferent survey formats, we need to write all the the field level logic (calculations or Validations) in the survey's XSLT files using JAVA Script.

 

This would ensure that the survey's can run in any formats without any code change.

 

Hope this helps.

 

Reward points if helpful.

Re: Impersonate user for the UME

$
0
0

Hi Samuli,

 

thank you for your feedback! The problem is, that I have no influence on the client side, i.e. I have only one request, which should be answered in the synchronous way.

 

However just as you, because of security reasons, I didn't really elieve that there is some way to do this, but I found out, that it's possible (thx @ Sergei Haller for the tip). Here the code snippet:


IUser userB= UMFactory.getUserFactory().getUserByLogonID("userB");
Subject subject = new Subject(            true, new HashSet<IUser>(Arrays.asList(new IUser[] { userB})), Collections.emptySet(), Collections.emptySet());
Subject.doAs(subject, new PrivilegedAction<String>() {     @Override     public String run() {               // do the stuff of the method Y     }
});

Thank you and best regards,

Artem

Re: Planning delivery schedule in SA- Sales

$
0
0

Hi srikanth,

 

The scheduling agreement contains fixed delivery dates and quantities. These dates are contained in the schedule lines for the scheduling agreement.

Once the scheduling agreement is due for delivery you can create delivery as normal or by using a delivery due list.

 

comming to your requirement....The deliveries are not automatically created from scheduling agreements. On the date of delivery schedule in the scheduling agreements, that will be added in the delivery due list. If your project running batch jobs for creating deliveries, then this will be included in that list and the delivery will be created in the Batch job. Otherwise you have to create the delivery manually.

 

regards

satish

Re: HTTP Error code 404 in SAP PI.

Re: Node data OVS

$
0
0

Hi, I never tried to do this, but you can refer to the official guide page 601: there is a step by step guide to create OVS


Re: While I am applying Rank Manually in variable for Sales revenue

$
0
0

Hi

 

Rank Function applies Ranks a measure by dimensions

 

Rank(measure;[ranking_dims][;Top|Bottom][;(reset_dims)])

 

Rank(Sales Ren;[Store Name])

Re: How to know if Invoice is reconciled using Payment or Credit Note

$
0
0

Hi,

 

Try this:

 

SELECT T0.[DocNum], T0.[DocDate], T5.[DocNum], T5.[DocDate], T3.[DocNum], T3.[DocDate] FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry left join RIN1 T2 on  T2.[BaseEntry]  = t0.docentry and  T2.[BaseLine]  =  T1.[LineNum] left JOIN ORIN T3 ON T2.DocEntry = T3.DocEntry left join RCT2 T4 on T4.[DocEntry] = t1.docentry left JOIN ORCT T5 ON T4.DocNum = T5.DocEntry WHERE T0.[DocDate] between [%0] and [%1]

 

Thanks & Regards,

Nagarajan

Re: Database Expert crashes ... Crystal Reports has stopped working

MB52 duplicate lines

$
0
0

Hi Gurus,

 

I wanted to know if you've encounter similar issue in regard to duplication of lines in the output of MB52. I've searched the forum also OSS and did not find a suitable solution.

 

In MB52, I enter the plant and storage location in the selection screen. In the output, the quantity and value are displayed in separate lines, however the lines are repeated again against the material-per plant and storage location-(please see below).

 

Would you know what potentially causes this issue?

 

Thank you.

 

MB52 (selection screen).jpg

MB52 (output).jpg

Re: Database Expert crashes ... Crystal Reports has stopped working

$
0
0

Oracle 11g

SAP CR 2013-SP1, v14.1.1.1036

 

(sorry, original post said 2011 in error, our installs are all 2013sp1)

Total for two different types on same output

$
0
0

Hello experts,

 

I have a smartform in which for example:

 

If it shows an output of 5 pages.Out of 5 pages, 2 pages shows Type 3 output and 3 pages shows Type 53 output.The pages of Type 3 comes in sequence and then the pages of Type 53 in sequence (Or of Type 53 first in sequence then Type 3 in sequence). I want to have the grand total of "amount" at the end of page where Type 3 gets ended and the grand total of amount values at the end of page where Type 53 gets ended.

 

 

The example which I have presented here is of 5 pages. It can of any number of pages. So I want to count Type 3 pages and Type 53 pages separately with there respective Grand Total amount at respective end pages.

 

Please Help Experts.

 

 

Regards,

 

Titiksha

Re: XIR3.1 SP4 FRS Cleanup

$
0
0


Hi Mani,

 

Thank you for the links. I'm ready a fan of your blog and have already read almost everything

 

Thanks though....


Re: How to update the Query of an existing WEBI document's dataprovider, through the RESTful Web service SDK.

$
0
0

Hi Bhushan,

 

 

Thanks for the reply. Thanks for providing me useful document. Actually I am referring few similar kind of documents.

 

I was been wondering to add where clauses and join conditions to the Data provider, at the time of creation or after the creation, through REST API, like;

 

where Upper(Employee.EmpName)='Pavan'

where Emp.EmpId=Dept.EmpID


Is this possible by upgrading the Query Specification of a Data provider. Please suggest me if any alternate to achieve this.


Thanks in advance.


 

- Mahendra

HANA - backup at User level

$
0
0

Hi..

Is it possible in SAP HANA to take backup at user level (to take backup of specific user including schemas, objects, constraints etc)?  Currently upto release SPS07, I can only see "full DB backup" option as available.

 

Thanks..

Re: How to pass contents in email body for output type medium external send

$
0
0

Hi,

 

Is your solution using DEVICE = 'MAIL' when calling OPEN_FORM? If yes, please read through OSS Note 311037 - Printing using e-mail. You should be able to define up to 10 lines, as a static cover page for printouts sent via mail (I have not verified if this works). If that doesn't suffice, you are out of luck, I'm afraid. You'd be better off sorting out the otf to pdf conversion problem.

 

Edit in: alternatively, you could of course try to extend FM SO_OBJECT_SEND via implicit enhancement... All you really need to do there is to populate the table NOTE_TEXT, which will then get converted into e-mail body Create a singleton to hold text, set text in in the driver program before open_form, get it in the implicit enhancement at the beginning of SO_OBJECT_SEND, and, if note_text is empty, take over your text and clear the singleton instance...

 

cheers

Janis

 

Message was edited by: Jānis B

Re: CS12 - Recursive BOM (ABAP Dumps)

Re: No Layout in F4

$
0
0

Hello Vikram,

 

The layout which I created are user-specific.

 

Is it required for the selection screen to have a default layout?

 

Regards,

 

Titiksha

Viewing all 8851 articles
Browse latest View live




Latest Images