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

Re: HANA Licensing for Datawarehouse & Business Suite on HANA Solutions

$
0
0

Here is the information I received.

 

If ECC on HANA (i.e. Business Suite on HANA) License is procured. Then, HANA Datamart (or Datawarehouse) is covered as part of the License.

 

However, the replication technologies such as SLT, BODS will not be part of the License.

Also, was informed DXC, which connects to BW datasources in ECC system can be leveraged to bring the data into HANA tables (for datawarehouse).

 

Kindly confirm.

 

Thanks,

AK


Gateway Authentication Issue with SAP Web IDE Trial

$
0
0

I have trial access to the SAP Web IDE and SAP Gateway (ES4). I can logon (with my SCN client certificate) to the Web IDE at: webide-s00********trial.dispatcher.hanatrial.ondemand.com however, when I want to create a new project from template I get prompted (basic auth) for a login. The thing is my username/password is not accepted. I am 100% sure of the username/password as I can use it to access the web gui at sapes4.sapdevcenter.com/sap/bc/gui/sap/its/webgui.

 

If I cancel the login I get:

Unable to access the selected system. Check your credentials and try again. If the problem persists, check if the OData service is available and contact your backend system administrator.

 

Interestingly my user does not get locked even if I try to login 20 times so it seems it's not authenticating with the ES4 system at all.

Re: Intercompany add-on ignores SBO HANA TransactionNotification

$
0
0

Hi Oscar,

 

There is no difference in CTX_IC_SP_TRANSACTIONNOTIFICATION stored procedure in term of behavior in SQL or HANA DB.

 

It seems that you are doing some customization in SBO_SP_TransactionNotification.

 

This issue is not due to CTX_IC_SP_TRANSACTIONNOTIFICATION stored procedure.

 

It may be a behavior of HANA DB.

 

Once you create a custom procedure and call it from SBO_SP_TransactionNotification it ignores all  previous validation that exist in SBO_SP_TransactionNotification before the calling of custom stored procedure.

 

If you want to execute your own custom validations you have to write your custom code after calling CTX_IC_SP_TRANSACTIONNOTIFICATION.

 

Following sample code runs successfully in HANA DB:

 

 

 

-- Select the return values

CALL ACME_US."CTX_IC_SP_TRANSACTIONNOTIFICATION"(object_type,transaction_type, num_of_cols_in_key,list_of_key_cols_tab_del,list_of_cols_val_tab_del,:error,:error_message );

 

 

 

IF(:transaction_type = 'U' And  :object_type = '2')

      Then

      RecordCount :=0;

     Select Count(*) into RecordCount from OCRD where "CardCode"=:list_of_cols_val_tab_del and ifnull("CardName",'')='';

     IF(:RecordCount>0) THEN

          

       error := 1;             

       error_message:=N'Invalid  Code';     

   

      End if;

End if;

 

 

 

select :error, :error_message FROM dummy;

 

Regards,

Yash

Re: Release Strategy - Adding a Customised Field in CEKKO Structure and Configuring in SPRO, in Order to Retrigger the Workflow

$
0
0

I guess you can use the USRN or USRC fields for passing your own values. How different is the field you have configured yourself.

 

Assume that you have included this new field as a characteristics to your release class.

you have given the value X for this char for a release strategy. Assume that your code works fine and user exit pass a value X when the field value is changed. this will trigger a new release strategy for the first time. When the value is changed once more, it will still pass the value X but It will not trigger a new strategy since there is no value change or  strategy change.

Re: Creating Change Number manually for Engineering Record

$
0
0

Thanks Rini.

All these business functions are activated. We are using standard configuration, so didn't change/update the delivered badi's.

 

The Case/Record management functionality is not available by default. Maintained it manually thru organizer transaction. Still the same error /PLMI/BO_ECR 000. System trace,system dump, authorization trace etc. didn't get any error so far.

Re: How Read the Data Object From BRF+ Application

$
0
0

DATA lo_fact                     TYPE REF TO   if_fdt_factory.

DATA lo_data_object          TYPE REF TO if_fdt_data_object.

DATA lv_data_object_type  TYPE if_fdt_types=>data_object_type.



lo_fact = cl_fdt_factory=>if_fdt_factory~get_instance( ).

 

try.

 

lo_fact->get_data_object(

   EXPORTING

     iv_id               = '5254006E0D6Exxxxxxxxxxxxxxxxxxxxxx'   " Universal Unique Identifier

   RECEIVING

    ro_data_object      =   lo_data_object   " Data Object

).


catch cx_fdt_input into lx_fdt_input.

 

ls_message = lx_fdt_input->IF_MESSAGE~GET_TEXT( ).

 

endtry.

 

 

lv_data_object_type = lo_data_object->get_data_object_type( ).


CASE lv_data_object_type.

   WHEN if_fdt_constants=>gc_data_object_type_element.


"write your logic


endcase.



"Note i got exception for some the Universal Unique Identifier number ,i dont why its giving

if any got  exception ,change Universal Unique Identifier number and check

Issue in scheduling ATP for a communication channel

$
0
0

Dear Experts,

 

 

I am facing an issue while configuring  ATP for a communication channel

 

Capture.JPG

 

While I am trying to save this configuration, I am getting an error saying "Invalid "End By" date; check your entries" . But the end by date which I have specified seems to be valid. My actual requirement is to make a channel active for half an hour daily. Please help me understand the issue with the above configuration.

 

Regards,

Priya

Re: IDOC or BAPI to transfer UD result from MES to SAP ECC Usage decision?

$
0
0

Hello,Arijit,

 

thank you for your kindly reply. The  business process is ,inspection type 04GR from production create inspection lot , without result recording , a usage decision accept or reject should be transfered from MES .

 

I think I prefer BAPI .

 

Best wishes!

 

Mishuang Zhao


Re: LSWM

$
0
0

Thanks All....I will try my best to resolve this problem.....

soap receiver channel error :unable to create socket

$
0
0

Hi,

 

I am working on scenario file to soap synchronous scenario in PI7.0 version.

 

I am getting error logs as below

 

7.01.2016 19:21:02.703 Error SOAP: error occured: com.sap.aii.af.ra.ms.api.RecoverableException: Communication over HTTPS/PROXY. Unable to create a socket: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket

27.01.2016 19:21:02.703 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Communication over HTTPS/PROXY. Unable to create a socket: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket

27.01.2016 19:21:02.704 Error Exception caught by adapter framework: Communication over HTTPS/PROXY. Unable to create a socket

27.01.2016 19:21:02.704 Error Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Communication over HTTPS/PROXY. Unable to create a socket: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket. Setting message to status failed.

27.01.2016 19:21:02.707 Error The message status set to FAIL.

27.01.2016 19:21:02.709 Error Returning synchronous error message to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Communication over HTTPS/PROXY. Unable to create a socket: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket.

 

1)file channel getting below error

 

*Returning synchronous error notification to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Timeout

 

2)Soap channel getting below error

 

Error SOAP: call failed: java.io.IOException: Communication over HTTPS/PROXY. Unable to create a socket

 

I have check in blogs , but i haven't found any solution

 

where the same scenario is working fine in Development system.But in QA system i am getting the errors

 

*ports are open and telnet also happening with target system.

 

* URL is also working checked in browser and at server level

 

*Host entries maintained .

 

kindly help

 

Regards

Pavan

Re: Upload General Task List IA05

$
0
0

Dear,

 

You need to have different text files for all as per source structure.

 

 

Regards,

pardhu

Re: SAP GUI menu bar in NWBC

Re: Best Practices HANA Modeling: Attr/An/Calc Views or CDS

$
0
0

Hello Lars,

 

Thank you very much for your opinion. You say that I should read more recent guides about modeling but I do, and all of them are recomending the use of Attr, Ana and Calc views, for example:

 

- The official course of SAP HANA 300 itself, for the version SPS10, if you read the course index it doesn't says anything about CDS

 

- Two of the most recent webinars that talk about Best Practices for HANA Modeling recommend the Attr, Ana and Calc approach: DMM103 - New and Best Practices for Data Modeling with SAP HANA | SAP TechEd Online</title></head><body&…, DMM208: New and Best Practices for Data Modeling with SAP HANA | SAP TechEd Online</title></head><body&g…

 

Can you please provide us the articles / guides / documents where you found the information about CDS?

 

Thank you.

Re: How to fill dynamic fields of a Structure with a Condition?

$
0
0

Hi,

 

 

You can use Case statement of if else statment to fill the values on certain condition.

 

Like

 

IF ls_po_header-po_number IS NOT INITIAL.


     ls_po_headerx-po_number = 'X'.


ENDIF.

 

Best Regards

Sabir

Re: PowerDesigner Reverse Engineer from Teradata Truncates Object Names

$
0
0

Hi,

 

does anybody know, when the Teradata V15 will be officially supported?

 

Ondrej


Re: Pricing condition - not posting into different GL Account

$
0
0

Hi Jagdeep

 

Thank you for immediate response, I did the same as mentioned.

 

I have added the actkey and selected Goods Services + Planned Deliveries

 

I am able to get the 2 GL accounts, but it has to post to different GL account 532120000. it is posting to the old GL account (411100000) only.

 

Screen shot for your reference.

 

my requirement is it should post to GL account 532120000

PO Invoice.jpg

 

Let me know if you need any more information from my end

 

Regards

Re: Deleted users in ABAP world

$
0
0

Hello Ganimede,

 

 

just to add to the previous (correct) answers: the first example which comes to my mind is archiving.

 

For example: SAP gives you tools to archive invoices, lists, etc.

So if you open an archived document later (e.g. due to end-year duties), and need further information, you can not see the responsible behind the archive, because ABAP user details have been deleted.

 

Of course, HR could give information who / where was working during the time *that* document has been archived, but what is an integrated ERP software good for if data are missing and you have to look around in other departments?

 

Other than that, inconsistency really should be avoided.

 

 

Best regards,

Laszlo

Re: What is the best way to pass parameter from controller to controlle

$
0
0

Hi Santosh,

 

I like it to use a model for this. Put the values you want to pass into a model and you can use the model in the other controller to retrieve those value.

Re: Content of ESR not Available in Dialog to Create a Service Consumer

$
0
0

Hello Eng Swee,

 

as far as I understand you correct, it is only a single time possible to create a service consumer. If I want to create two service consumers in different packages which uses the same service interface definition from the ESR, so that is not possible?

 

Cheers

Stefan

Re: Segmentation

$
0
0

Hello,

 

You can check the documents in following path. Then you could choose the related documents refer your business purpose.

 

Content.png

Regards,

 

Kevin

Viewing all 8746 articles
Browse latest View live




Latest Images