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

Re: Como saber el Nombre de la Búsqueda Formateada al que apunta una Lupa

$
0
0

Hola.

 

En estas cuestiones yo lo que hago es realizar los pasos como si fueras a configurar la búsqueda formateada, de esta manera veo el nombre de la BF que actualmente está asignada:

BF.jpg

 

Lo que posteriormente hago es exportar a Excel el Query Manager y busco el nombre de la consulta.

 

Espero te sirva, suerte.


Re: Appeon - The Future of PB Webcast Series - Vision - Comments

$
0
0

Can't possibly be Isolated Shell, it isn't slow as cold molasses!

Re: Label printing issue

$
0
0

Laszlo,

Since you have 'handled' this incident, it would be very helpful to the rest of of the forum if you could share the solution that was created to manage this 'incident'.  One of the main purposes of SCN is to provide a forum for exchange of ideas.

 

Best Regards,

DB49

Re: How to Use SAP Web IDE  for Production

$
0
0

Hi,

 

Thanks this document helps - I tried to access the SAP Store link but it's down. Still does not answer fully but definitely good to know it is available thru SAP Partner Edge - so it's like a "trial" you cannot really use for anything because code would obviously end up in a productive SAP system (development) either being a customer abap or SAP HCP itself (which is also a productive system).

 

Weird.. pretty weird for a trial software..

 

 

Cheers,

Dan.

Re: SELECT TO_DECIMAL(42242.640972,15,15) "to decimal" FROM DUMMY;

Re: SELECT TO_DECIMAL(42242.640972,15,15) "to decimal" FROM DUMMY;

$
0
0

You need to add more to the second set of digits for the space. Imagine 1st set of digits as the total digits and second set is the part after the fraction there. So in your case you defined 15,15. As Lars said, you have not left any for the numbers before the fraction. Try 20,15, it works fine.

 

SELECT TO_DECIMAL(42242.640972,20,15) "to decimal" FROM DUMMY;


Even 19 works but not sure why?

Re: ExecuteNonQuery: CommandText property has not been initialized

$
0
0

Hi Alan

 

Please go ahead and open an incident with SAP support.

 

Stefan

Syntax passing variables from Webi to Xcelsius

$
0
0

Hi everyone,

 

I need to know what is the correct syntax for passing an specific variable from webi to xcelsius.

 

There are 3 filters in my webi report:

 

Year

Month

Sales Office

 

The problem is the syntax for sales office, I've tried several combinations of syntaxes and xcelsius does not update the information. If I use only year and month it works, but I need sales office too.

 

 

Example:

 

Syntax in webi:

Year: 2015                                              (description)              

Month: [0CALMONTH2].[11]                  (tech name)

Sales Offie: [0SALES_OFF].[MX01]       (tech name)

 

Sales off.JPG

 

 

I have tried also with:

MX01               (key)

Sales Off. 1     (description)

 

Syntax in Xcelcius:

 

The syntax for year is: 2015 [0CALYEAR].[2015]                        ---which is correct

The syntax for Month is: [0CALMONTH2].[11]                             ---which is correct

The syntax for Sales Office is: MX01 [0SALES_OFF].[MX01]     ---it does not work

I have tried also with:

 

- [0SALES_OFF].[MX01]

- MX01

- Sales Off. [0SALES_OFF].[Sales Off.]

 

And it does not work neither.

 

What is the correct syntax for passing sales office parameter from webi to xcelsius?

 

Thanks in advance.


Re: I am unable to get Required code group / code and short texts for selected set in QS51 & the same is maintained in QS41

$
0
0
  • Whether all the CodeDroups (created in QS41) are in Released status?
  • Are you trying for same Catalog (like '1') at both the places? i.e., QS41 and QS51?
  • If nothing is left for checking then,  look into SAP notes 1078292 and 1091604 in this context.

Re: Excel Add-In for APO Demand Planning

$
0
0

John,

We updated from 4.0 to 4.5 back in May and had no issues in terms of the connection.

 

We did, though, apply an Add-In patch when it was released back in April time period ... perhaps check that bit as well.  I believe that patch may have been included in an OSS note if not directly on the download site.

 

Regards,

Clay

 

PS ... I went ahead and looked up the OSS note that has the patch from April 2015 --

2150292 - Demand planning add-in for Excel Patch 1 based on EPM 10
SP20 Patch 1

Re: How to transport Bookmark folders?

Re: Production and sale

$
0
0

Hi,

 

Try this query to get yesterday produced items. Assign this query in sales order item no field.

 

SELECT T0.[ItemCode], T0.[CmpltQty] FROM OWOR T0 WHERE datediff(day, T0.[CloseDate] ,getdate()) = 1 and  T0.[Status]  = 'l'

 

Thanks

Doubt in EDI 850

$
0
0

Hi All,

 

I have a doubt regarding EDI 850.

Once we receive EDI 850, 850 may contain multiple ST segments, one ST is one PO right.So If in case I receive a 850 with 10ST's, now 10 PO's will get created in SAP ECC, if in case 3 PO's failed in ECC. what is the next step?how sender system knows that 3 PO's got failed and other 7 PO's got processed?

 

Thanks.

Re: Block Changes Product code[Finish Goods] on Released Production Order---SAP B1 HANA or SAP B1

$
0
0

Hi,

 

It is not possible to change product code while production status is "Released". So it is not necessary for TN.

 

Thanks

Re: Object Link CV04N F4 data disappears

$
0
0

Saurabha,

Be sure that you've transported the screen change you've made, to the client where you are trying CV04N. If so, you may have to go for a OSS message.


Re: Source list created and change using ME05

$
0
0

This were not the wanted screenshots, I wanted screenshots from ME01 before and after doing ME05 to see what was changed.

I don't see that something was changed in a different site. You had just 1 site in the selection and this was processed

Re: Error message VL365 when LT12 TO confirmation

$
0
0

You have probably defined a delivery quantity of 48 in the sales organisation view of your material master, which mean you can only have 48 or a multiple of 48, 480 is a multiple but 24 certainly not.

POPUP box window too small

$
0
0

Hi Team,

 

We are using Solution Manager 7.1 SP 10,

My question is related to POPUP window box like every time I select the drop down for the components field in the scope section, it keeps resizing the popup window very small with every action I take (for instance, I resize to make the popup bigger, but when I hit the enter key, it automatically resizes back to being small.

 

Please guide me.

See the Screenshot.

 

Regards,

Abhinash

AR Side - WHT and Residual issue

$
0
0

Hi Experts,

 

Our client has an issue on AR side with WHT as explained below

 

Customer invoice -

 

Customer line  Debit  - 1000 AUD     ~  708.80 USD
WHT Debit GL           - 150 AUD       ~   106.32 USD

AR Credit                   - 1000 AUD     ~   708.80 USD

Customer line  WHT Credit     - 150 AUD ~ 106.32 USD

 

Customer open item amount - on FBL5N  708.80 USD - 106.32  USD = 602.48 USD

 

and Customer pay cash in USD - 850 AUD after one month  which approximately 602.48 USD

Residual against customer is now 708.80-602.48  =  117.82 USD.

 

Customer open item -  Debit - 117.82 USD

WHT credit is                          106.32 USD.  - difference is of 11.5 USD.

 

and our requirement is to tie the WHT credit with residual item

 

See below screenshots.

Re: Product use rights of Powerbuilder

$
0
0

The served license model was really designed for sites with a LOT of developers, where creating individual .LIC files for each and every workstation would be a complete PITA.  Instead, you'd create one .LIC file, stand up a SySAM server, and have everyone connect to the SySAM server to authenticate.

 

Supporting VMs and remote desktops with a served model only made sense.  With local unserved licenses, you'd theoretically be able to create one licensed VM and roll that out to as many developers as you wanted.

 

-Paul-

Viewing all 8902 articles
Browse latest View live


Latest Images