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

Re: Issue with AO Workbook on Win 7

$
0
0

Hi

 

I've open message with SAP and sent the log file to support team.


below is error:.

 

- Information:@@@@@ Application Start. (SharedAddIn 2007 Build 1.4.4.2737 loaded/OnConnection method) @@@@@| 2013-12-16T16:01:54| com.sap.ip.bi.pioneer.shared.addin2007.Connect.OnConnection() ()
- Error:No valid URL entered for service, Url = http://<boe server hostname>:<port>/dswsbobje/services/Session

General .NET Exception:

Invalid URI: The hostname could not be parsed.

   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)

   at System.Uri..ctor(String uriString)

   at com.sap.ip.bi.pioneer.controls.connections.CnLogonControlEx.GetBoeSystemInfoFromServiceUrl(String strServiceUrl)

| 2013-12-16T16:03:32| com.sap.ip.bi.pioneer.controls.connections.CnLogonControlEx.GetBoeSystemInfoFromServiceUrl() ()
- Error:General .NET Exception:

Requested value '="-4131' was not found.


Re: Campo xBairro não atualiza após modificação

$
0
0

Olá Eduardo,

 

Já peguei diversos casos onde, devido à lentidão do sistema, gravamos um registro (ex.: Ordem de Venda) e quando tentamos criar o documento seguinte (Remessa ou Fatura), ainda recebemos mensagem de que o registro está bloqueado pelo usuário XXX.

 

Assim, dependendo do tempo que o sistema está levando para gravar e liberar o registro, entendo que pode sim haver um pequeno delay (já experimentei isso ocorrendo por até 1 minuto!! ). Se for o caso da Tatiana (sistema lento), pode ser uma causa, ainda que ocorra com pouca frequencia.

 

Help with Scenarios

$
0
0

Hi Experts,

 

I'm totally new to SAP and hence to PI.

I have practiced the following technical scenarios.

 

File to File

IDOC to File

File to IDOC

IDOC to IDOC

File to Mail

File to SFTP

File to RFC

JDBC

SOAP, HTTP etc.

 

I know the technical implementation details.

 

But, I want to know the scenarios from business prospective (To explain in the interview).

Can anyone give me some real-time examples(eg- using Purchase Orders, Invoices or HR scenarios etc) In what situations will I be using these scenarios? What are the purposes?

 

 

Thank You

KK,

Re: How can I Attribute a value from a wa into a Field

$
0
0

Performing... When I run the program

Stock handling Procedure in SAP WM Implementation

$
0
0

Client requirement is extending the existing MM-IM system to Warehouse Management System

How to extend the stock existing in MM-IM system from Storage Location level to Storage Bin level

 

My proposal to client is as below, Please suggest me if anything is incorrect (or) suggest the best method.

assume MM-IM system has 1000 materials and stock

 

1)  Extend the Materials to WM Views
2)  Create new org structure (new Plant, new Storage Location, new Warehouse Number..... etc)
3)  Copy tables/data from MM-IM system to WM

 

Thanks for all your guidance!

Re: Display grouping hierarchy for process chain

$
0
0

Hi Rahul

 

If you are on version 7.3 then you can create display components in the way that you have described.

 

Thank you

Yiannis

Re: Updates delayed in the communications

$
0
0

This is turning into a real mess - mail is often delayed for days, and now the Communications Stream has also started getting delays.

 

Very frustrating.

 

The running on HANA point was a joke I made. It's not really running on HANA - if it did then it would be amazingly fast


John

MDM import manager security query

$
0
0

We are trying to restrict authorization of a MDM role to do only reprocessing of exception files. What we found is even if the all tables are set to read only, MDM import manager could be used to reprocess the exceptions; which is good and as we would like it because we dont want this role to go to data manager and directly change the records.

 

secondly, we observed with some trial and error that there is some authorization in functions which is restricting the MDM import manager to process the exception. Does any body know which function exactly is required to be turned on for import manager to reprocess files?


Re: Scheduling agreement -target Quantity.

$
0
0

Hello

 

There is no reference to the schedule agreement on the quota arrangement. Also, the only link between the source list record and the quota arrangement items is the vendor. Since the same vendor is used for both records, system will choose the first one.

 

As I already mentioned previously, for such complex scenario, you should use BAdI MD_MODIFY_SOURCE.

 

BR

 

Caetano

Re: BPC 7.5 error: #ERR: Duplicate dimension across axes-Dim:VERSION

$
0
0

Hi Kimi,

 

I even managed to create exactly same report (with NOEXPAND for column axis) - no issues. Check ranges!

 

B.R. Vadim

UDFs in serial number assignment during DTW

$
0
0

Hi All,

 

I am currently using DTW to import GRPO records

The three templates that i am using are: Document, Document_Line, and SerialNumber

For each item in the GRPO, a serial number, a length and a width will be assign to it.

 

Therefore i defined 2 UDFs in serial number assignment window: Length and Width.

 

Is it possible to include the UDFs in the DTW template and import the Length and Width into the serial number assignment window?

 

Please help and advise

Thanks

Re: Send Report to BI Inbox - Users list not complete

$
0
0

Hi Victor,

 

You were right. I have explicitly granted view option under users -> top level security.

 

Thanks

Re: Convert a hexadecimal to string/long

$
0
0

Question: Will the format of the input string always be 0x??0x??0x??, or will there be times when it's 0x???????? (single 0x at beginning) where the difference is that anything with multiple 0x values in it would be considered a string, and single values would be a number?

 

Building on Jure's code, this will return a string based on your sample.

 

function string uf_Hex2Dec ( string as_Hex )
// This function assumes incoming format will always be 0x?? repeated 0 or more times
if isnull(as_Hex) then return as_hex
if trim(as_Hex) = "" then return ""

CONSTANT STRING ls_HexSet = "0123456789ABCDEF"
STRING ls_Hex, ls_Bit, ls_RetVal
INTEGER li_C, li_Len, li_Pos

ls_Hex = Upper( as_Hex )
li_Len = Len( ls_Hex )

ls_RetVal = ""
FOR li_C = 1 TO li_Len step 4
     ls_Bit = Mid(ls_Hex, li_C + 2, 1)     li_Pos = (Pos(ls_HexSet, ls_Bit) - 1) * 16     ls_Bit = Mid(ls_Hex, li_C + 3, 1)     li_Pos += (Pos(ls_HexSet, ls_Bit) - 1)     ls_RetVal += char(li_Pos)
Next

RETURN ls_RetVal

 

And if you always need it to return a Long, you can use "Return long(ls_RetVal)" and change the function return type to match.

 

Hope this helps.

Re: SAP GUI 7.30: Security Setting to 'Allow'

$
0
0

How can I write command that tell me whether is 64 or 32 bit?

thanks

Re: Essbase Dynamic Time series in IDT

$
0
0

I have not used a DTS measure yet.. also I do not have a Essbase to test out so could not provide a working syntax..

 

Also as far as I know Dynamic time series is not supported with measures yet... I will suggest to check with SAP support for details when it will be available


Re: dflttax on Chart of Accounts

$
0
0

Hi Thomas,

 

I think this property is not exposed through DI. Although the DefaultVATGroup is available .

 

Regards

Re: RFC scenario

$
0
0

Yes. Peter.

 

And i hope you have created the BS_SAP_PRD  as AS ABAP type in the SLD.

Re: Using 0FISCYEAR in Bex. Incorrect Values in SP-SP4 columns? How to Hide?

$
0
0

Thanks for all your replies.

 

So the fiscal year variant defined in ECC is K4, 12 months plus 4 special periods.

The requirement is to not display the 4 special periods.

So we found we could filter on 0FISPER13 and exclude range 13-16

The result now when using 0FISPER is we see just the 12 months

 

Thanks again


Lee Lewis

Re: SRM@ERP Orgstructure on Object S Attributes are missing

$
0
0

Hello Birgit,

 

Is the error is like the screen shot below :

 

If your starting the application and at that time it is throwing a DUMP then the possible reason is that somewhere in the PPOMA in your Org Structure you have entered the Logical system wrongly.

 

Please check each and every node for the attributes Company code, and Others where ever your maintaining Logical system.

 

Hope this may help you resolve.

 

Thanks

From RBEI,

Snehal

Re: Portal Runtime Error...

$
0
0

Hello debasis,

The message error says:
Access denied (Object(s): portal_content/com.test.TEST_SYS

 

I saw you checked the permissions for pcd:portal_content but have you checked the permissions for portal_content/com.test.TEST_SYS?
It might be the system landscape you created doesn't have the right permission or is not inheriting the permission from portal_content anymore.

 

Regards,

Fabricio

Viewing all 8798 articles
Browse latest View live




Latest Images