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

Re: Condition BEX issue

$
0
0

with a structure of RKF1, RKF2 and RKF3, there is no way to limit the account rows like you would like to. Even the zero suppression doesn't work because the structure element in the row is not treated as a blank.

 

I am assuming the example you gave is just a sample and the data is actually more complicated. If not, you are better of creating selection for each account and placing them as subnodes of RKF1, 2 and 3.

 

If it is more complex and all you are doing is grouping accounts, you may think of creating a hierarchy on account manually in RSA1 and using the hierarchy for reporting


Re: SAP BusinessObjects BI Platform 4.1 on Redhat Linux 6.5 + DB2 v9: Unable to insert tables into the data foundation

Re: SuccessFactor - MANAGER Field

$
0
0

Hi Luke,

 

Thanks for the reply.

But the note is only available with 1.0 level 6.

 

Do you suggest us to update to 6?

 

thanks!


Cheers,

Angelo

Re: How to shift valuation class from one material type to another material type ?

$
0
0

Hi Sudarshan

 

I have tested your scenario in my system. I am little surprised that config doesnt allow me to assign same valuation class to 2 different AREF (Account reference number/Account category reference).

 

Can you please check entries in OMSK and see if 1200 is linked to ZPQR or ZABC or both???

 

Can you also check the exititng ZABC material type with 1200 val class that what has happened to them when you made the change?

 

As far as impacts are concerned, I am assuming that not much has happened since you created new material type in terms of purchasing/postings then its fine to move the 1200 to ZABC via OMSK

Re: Return goods to Subcontractor via delivery

$
0
0

Hi Appala

 

It seems you procured materials from your sub contractor, furnished it and developed a product which you now want to issue it back to the contractor.

 

You can simple use Outbound deliverey/goods issue to the subcontractor. You can register him as a vendor for procuring material and customer to issue material.

Re: Validation in module pool

$
0
0

Are you expecting the program to check the check tables for you when you try to insert into the database? If so it won't work as when you do an ABAP insert into a database table it does not look at the associated check tables. You would have to do the checks yourself by doing a slect at the check table and branching the program.

Re: BO 3.1 WEBI Time format variable not showing correctly

$
0
0

Hi,

 

Because of i have missed the floor function formula giving you incorrect result.

 

Use below formula..This will give you the correct result. I have missed the Floor function for positive numbers. If you compare the old formula and  new one floor is missing as highlighted.

 

=If([Column_Name]<>[Column]) Then "-"+FormatNumber(Floor([Column]/3600) ;"0") + ":" + FormatNumber(Floor(Mod([Column];3600)/60);"00") + ":" + FormatNumber(Mod(Mod([Column] ;3600) ;60) ;"00") Else FormatNumber(Floor([Column]/3600) ;"0") + ":" + FormatNumber(Floor(Mod([Column];3600)/60);"00") + ":" + FormatNumber(Mod(Mod([Column] ;3600) ;60) ;"00")

 

 

Regards,

Amit

Re: Printing QR codes and Barcodes together

$
0
0

Dear Lakshmi,

1. To put data labels, use method 'ApplyDataLabels' of class 'Chart'. Corresponding macro to display values as data label would be:

 

ActiveChart.ApplyDataLabels Type:=xlDataLabelsShowValue, LegendKey:=False

And ABAP OLE command for the same would be

 

CALL METHOD OF gv_chart_instance 'ApplyDataLabels'    EXPORTING         #1 = '2'. " xlDataLabelsShowValue

2. To put data table under the chart, use property 'HasDataTable' of class 'Chart'. Corresponding macro to do this would be:

 

ActiveChart.HasDataTable = True

And ABAP OLE command for the same would be

 

SET PROPERTY OF gv_chart_instance 'HasDataTable' = 1. " True

3. We need not rename the series names, if data is exported to excel correctly and kept selected during creation of chart.

 

Please find attached sample code, to cater your requirement. Hope this helps. Thank you.

 

Regards,
Kartik


Re: Exporting activated business function from SFW5

$
0
0

Hello Harry

There must be a reason why there are two tables (SFW_ACTIVE_B1 and SFW_ACTIVE_B2) involved in the transport request and most probably this could be due to the dependency in the ABAP objects. In that case the Transport functionality is working as designed. So the answer to your requirement is NO unless you perform manual update of tables involved. In that you can expect inconsistency in the system and also the whether you will achieve the expected result is another thing.

 

Regards

RB

Re: SAP BO4.1 Export to excel icon no visible

$
0
0

While this answer explains it, when will SAP see the light and make Export available in any mode or view type? It is REALLY difficult to train users when the interface changes in every mode. We are getting a lot of help tickets related to odd disappearance of this and other features. Also, since HTML mode in 4.1 SP1 Patch 3 is buggy and can't be used, this makes it near impossible to work-around. In the past, we'd call this bad human factors. So, was a change requested of the Product Group on this issue?

Re: Category Labels/Legends Text wrap

$
0
0

Thank You Arun. I'm able to wrap text now. But my users are preferring the other option where you show the label names on top of each bar. Which is working fine for me. I followed below link to get it done. Here I've the issue is with Legends. One extra blank legend it showing which is for dummy one I think. So how do I hide this legend from showing on my dashboard.

 

http://cdn2.hubspot.net/hub/315248/file-510987962-pdf/Visualization_Trend_Bar_Chart__in_Xcelsius.pdf?utm_referrer=http%3…

 

Thanks,

Re: The UUID daemon (uuidd) is not active (code 30256)

$
0
0

Hi

 

I believe that´s not necessary to install the sapconf RPM package!

 

Please read the section "SLES 11 SP1: Configure uuidd -" in the following SAP note: 1310037  - SUSE LINUX Enterprise Server 11: Installation notes

SLES 11 SP1: Configure uuidd -

The uuidd will be

automatically activated when installing the sapconf package. Activated

means, that the deamon is allowed to start when a time based uuid

request comes in. You can check that by running the command

 

uuidgen -t

After running that command the "activated" uuidd should be running for some times (default timeout 5 minutes).

 

I think you only need to run the uuidgen -t command. After that, run the command uuidd so you can check if the uuidd daemon is already running or not!

 

Give us your feedback!

 

 

BR,

João Dimas - Portugal

Re: BI Source system already exist

$
0
0

Hi RB,

 

this is what i am doing

i run t code RSA1 and go to source system.

Then right click on SAP and click on create

1.jpg

Then i  enter the RFC and user details

2.jpg

Then it pops up in UG1(ECC system ) login screen and asks to enter with admin user

3.JPG

 

4.JPG

 

The it pops up below screens

5.JPG

6.JPG

 

When is click on use i get below error

 

8.JPG

R3SBP200 being other ECC source already connected to BI system

Re: error incomming payment cash

$
0
0

Gracias por la respuesta alejandro

 

realmente no es SN0001, lo puse solo de ejemplo

 

pero el error lo marca en la linea

 

var status = payment.Add();



y si el error me dice que es algo del asiento contable, pero que se me hace raro es que si la factura ya tiene algo pagado, si registra bien el pago.


y tambien si intento hacer ese mismo pago en sap directamente me marca una advertencia pero si me deja continuar


me dice esto.

a cash account is required, chossing a diferent account may cause inaccurancies in the cash flow report

Re: Update DB Stats for DSO

$
0
0

Hi

 

Lets suppose your are running on Oracle, you can change the threshold of change that fires statistics update update using BR*Tools parameter stats_change_threshold.

Check the here under note.

 

Please post in the appropriate SCN area (SAP on Oracle) you will have more answers and would not bother Moderators with moving your question.

Next time pay also attention to provide the DB you are running on with the version.

 

Regards

 

 

892296 - Enhancements in update statistics in BRCONNECT 7.00 / 7.10

as of Release 7.10 patch 22

stats_change_threshold = <threshold>

| (<threshold> [, all_part:<threshold> | info_cubes:<threshold>
| [<owner>.]<table>:<threshold> | [<owner>.][<prefix>]*[<suffix>]:<threshold> | <tablespace>:<threshold> | <object_list>])
Default: 50%
This new syntax enables you to define different statistical change threshold values for certain tables or table groups.
If, for example, you want to define a lower statistical change threshold value of 30% for the InfoCube tables than the standard value of 50%, which applies for the remaining tables:
stats_change_threshold = (50, info_cubes:30)

 

1013912 - FAQ: Oracle BW performance

When you use BI process chains, we recommend that you include a step for the statistics creation. Note the following: New statistics are created only if the change threshold value (STATS_CHANGE_THRESHOLD) for BRCONNECT is reached. If InfoCube tables are changed, this may be problematic in some cases because even minor changes have a strong impact on the CBO behavior. In this case, you may consider taking measures: For example, you can lower STATS_CHANGE_THRESHOLD, include critical tables with ACTIV=U (general statistics creation) in DBSTATC or directly call BRCONNECT using the appropriate force options (for example, "-f collect").


Re: ESS CATS Timesheet without Project Systems

$
0
0

depends on the budget ure customer has.

lets talk differetn scenarios:

1. customer has loads of budget: then--> implement PS and then do the cats thingy.

2. we have budget constraints--> then the logical steps would be to:

a. figure out the exact mapping betwen the prject filed in the customer .net system against which times are booked.

b. create a z-field in cats for that.

c. get employees to book time in cats and use that z-field as well ..

d. the saved times usually stay in catsdb... so now u have hours against projects data in it u get it out and send the file across tot he .net based system where they do the upload...

 

cheers

Re: CrossTab - Output to Excel mismatch

$
0
0

Thanks Abhilash, the document is fantastic.

 

got your point, and tried implementing it. Worked indeed. Thanks a ton

Re: Get Node ID of PFCG tx., which table stores it? I tried F1 help but no use!

Re: Query for Particular Item Group Approval

$
0
0

Hi,

 

1. The above FMS query is not complete. Approval procedure will block only first line item.

 

2.  How may line items are added in the PO?

Try with transaction notification.

 

Thanks & Regards,

Nagarajan

Need a code / How to call outstanding notification for a loggined user !!

$
0
0

hi all ,

 

Need a  code / How  to  call outstanding notification for a loggined user !!

 

i need to create a service  such then when the user logins in he should see the outstanding service..

Viewing all 8902 articles
Browse latest View live




Latest Images