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

Re: Read HTML code from web link

$
0
0

Hi,

 

 

cl_html_client can be used to get the HTML page.

 

 

See The case of CL_HTTP_CLIENT & CL_IXML

  

See  FORM do_xml_fetch_1 .

 

Regards .

 

FORM do_xml_fetch_1

  CHANGING

    response_string_2 TYPE xstring .

 

  DATA: client TYPE REF TO if_http_client .

 

  TRANSLATE p_url  TO LOWER CASE .

  TRANSLATE p_host TO LOWER CASE .

  TRANSLATE p_port TO LOWER CASE .

 

  CALL METHOD cl_http_client=>create_by_url

    EXPORTING

      url                = p_url

      proxy_host         = p_host

      proxy_service      = p_port

    IMPORTING

      client             = client

    EXCEPTIONS

      argument_not_found = 1

      plugin_not_active  = 2

      internal_error     = 3

      OTHERS             = 4.

 

  CHECK sy-subrc EQ 0 .

 

  CALL METHOD client->send

    EXCEPTIONS

      http_communication_failure = 1

      http_invalid_state         = 2.

 

  CHECK sy-subrc EQ 0 .

 

  CALL METHOD client->receive

    EXCEPTIONS

      http_communication_failure = 1

      http_invalid_state         = 2

      http_processing_failed     = 3.

 

  CHECK sy-subrc EQ 0 .

 

  DATA: response_string_1 TYPE string .

 

  response_string_1 = client->response->get_cdata( ).

 

  TRY.

 

      CALL METHOD cl_bcs_convert=>string_to_xstring

        EXPORTING

          iv_string  = response_string_1

        RECEIVING

          ev_xstring = response_string_2.

 

    CATCH cx_bcs .

  ENDTRY.

 

ENDFORM .                    "do_xml_fetch_1


Re: IMPORTANT! SC does not open and gives security warning

Re: Adding fields in mm03

$
0
0

Thanks for all the replies. Thanks for confirming. Now I have idea what i need to do. I will ask the functional to look into this. Incase he doesn't know this I will help him.

Re: LTR transaction not working

$
0
0

Hello Vijay,

 

 

Transaction LTR opens up a 'new' webdynpro based UI which required specific settings to be done beforehand. Same (LTR like) operations can be performed using Transaction LTRC.

 

 

Try this and reply if you find this helpful

 

 

Cheers!

Shirish

Re: How to use existing Fiori App

$
0
0

Hello I want to use Fiori App "My Quality Task" for SAP BUSiness Transaction QM01.

Re: Newly joint the SAP group.

$
0
0

Hi Mr. Ghosal,

Good Morning for the Day!

 

Thank you so much for the suggestion. Actually as you knew that I'm just thinking for switching in SAP. So i don't know the clear about the SAP but as you suggested for SAP PS module i thing that is right for me. Can you please share any link for study so that I'll get the proper idea about this module. Last night i read the little introductory part on google but if you suggest any good link that i can get clear picture the same.

 

With Profound Regards

Bhoopesh Singh Sikarwar

Re: Newly joint the SAP group.

$
0
0

Dear Mr. Balina,

 

Thank you so much for the reply. Hoping for the same in near future.

 

Basically i'm from functional background and also interested to go in the same thing. Now things is i need to choose any SAP module as a start-up. According to my past experience i have expertise in Education ERP, So what module i'll prefer for start-up and from which institute.

 

Waiting for the positive reply.

Re: Importing a data model from RFC including nested tables

$
0
0

Hi,

 

thanks for the already provided links. It helped me a lot and I'm getting back to the topic.

 

I have an additional question now:

In my BAPI signature I've got a result table and within each table line is another nested table containing item data. I created entities and entitysets for both, the result table and the nested one. I also created an association between them. But now I guess I'm stuck: there are no key attributes in the nested table which indicate that they belong to the line of the result table where the nested table is located.

Can I just add the key fields to the entitytype of the nested table and fill the corresponding data in the implemented GET_ENTITYSET-Method.

 

Cheers & Thanks,

Martin


Re: Forgot credentials to Logon to HANA system

Re: Forgot credentials to Logon to HANA system

SAP upgrade issue

$
0
0

<!--LOGHEADER[START]/-->

<!--HELP[Manual modification of the header may cause parsing problem!]/-->

<!--LOGGINGVERSION[2.0.7.1006]/-->

<!--NAME[/oracle/***/sapdata1/SUM/sdt/log/SUM/DEFINE-TARGET-SOURCE_07.LOG]/-->

<!--PATTERN[DEFINE-TARGET-SOURCE_07.LOG]/-->

<!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/-->

<!--ENCODING[UTF8]/-->

<!--LOGHEADER[END]/-->

Apr 18, 2015 8:03:30 PM [Info  ]: The detected system topology is ABAP_ONLY

Apr 18, 2015 8:03:30 PM [Info  ]: Dialog eliminator inboxOpEliminator does not allow to omit dialog DefineTargetDialog

Apr 18, 2015 8:03:30 PM [Info  ]: Dialog eliminator stackOpEliminator does not allow to omit dialog DefineTargetDialog

Apr 18, 2015 8:03:30 PM [Info  ]: Dialog eliminator ContentLocationDialogEleiminator does not allow to omit dialog DefineTargetDialog

Apr 18, 2015 8:03:30 PM [Info  ]: Dialog eliminator DownloadSMPEliminator allows to omit dialog DefineTargetDialog

Apr 18, 2015 8:55:43 PM [Info  ]: Setting catalog key inbox.option to value true into shared input catalog.

Apr 18, 2015 8:55:43 PM [Info  ]: Setting catalog key stack.option to value false into shared input catalog.

Apr 18, 2015 8:55:43 PM [Error ]: The provided Stack file or Directory: /oracle/***/sapdata1/TT_stack.txt, is not valid.

Apr 18, 2015 8:55:43 PM [Info  ]: Dialog eliminator inboxOpEliminator does not allow to omit dialog DefineTargetDialog

Apr 18, 2015 8:55:43 PM [Info  ]: Dialog eliminator stackOpEliminator does not allow to omit dialog DefineTargetDialog

Apr 18, 2015 8:55:43 PM [Info  ]: Dialog eliminator ContentLocationDialogEleiminator does not allow to omit dialog DefineTargetDialog

Apr 18, 2015 8:55:43 PM [Info  ]: Dialog eliminator DownloadSMPEliminator allows to omit dialog DefineTargetDialog

Apr 18, 2015 9:05:45 PM [Info  ]: Setting catalog key inbox.option to value false into shared input catalog.

Apr 18, 2015 9:05:45 PM [Info  ]: Setting catalog key stack.option to value true into shared input catalog.

Apr 18, 2015 9:05:45 PM [Error ]: The following problem has occurred during step execution: com.sap.sdt.j2ee.tools.spxmlparser.SPXmlParserException: /oracle/***/sapdata1/TT_stack.txt is not a valid stack definition file.

Could not parse XML file /oracle/***/sapdata1/TT_stack.txt.

org.xml.sax.SAXException has occurred: Content is not allowed in prolog.

org.xml.sax.SAXParseException: Content is not allowed in prolog.

.

 

DETECT  define_target  define-target-dialog  define-target-source  com.sap.sdt.j2ee.services.servicesimpl.DefineTargetService  class com.sap.sdt.j2ee.tools.spxmlparser.SPXmlParserException

Re: Inserting titles between multiple dynamic EPM reports

$
0
0

Hi Vadim,

 

 

I have not looked at "=IF(COLUMN()=1,"Report Name","") "

 

I am simply refering to cell which contains header in the epmformattingsheet inside local member header.

 

 

it will work perfectly for multidimensional row axis, i have tested it.

 

see screenshot attached.

 

1.jpg

 

2.jpg

 

Thanks,

Rishi

Standard R3 report in SAP BW

$
0
0

Dear all,
I need to design the standard R3 report S_ALR_87012284  financial statements in SAP BW in a bit customized way.

I am bit confused about which base tables are being used in the report .  Would any body suggest on this ?

Also this standard report, isnt  it a cumulative one? that is it always shows total of all reporting fiscals?

Are the reporting fiscals = 16 in  this report.
Requirement is to design the report  for each fiscal period.

 

I have used  0fi_gl_1  extractor but I am not able to get the desired result. i thought base table should be GLT0.

Please suggest.

 

Thanks !

Re: Inserting titles between multiple dynamic EPM reports

$
0
0

Ok, I can see duplicated headers, but the topic author requires a second local member for the subreport title:

 

=IF(COLUMN()=2,"Report Name","")

 

To put sting "Report Name" in the column B

 

Vadim

Re: Cannot import Fixed Assets Master with remaining salvage value

$
0
0

Hello Mark Hageman

I have the same problem (like you).

Can you tell me, please, how do you fix the issue?

Thanks in advance!


Re: how to integration between one model to another model

$
0
0

Hi Suresh,

 

If you do changes in Finance and want to send data in Sales , you can use LOOKUP /DESTIANTION_APP -script logic or ABAP logic.

 

To have seamless flow, you need to take care of security.

Explain your requirement in  more detail .

 

May be helpful .

 

Shrikant

Re: negative total usage in mcbe

$
0
0

if I am putting period range I am getting total usage negative 8 & if I am not entering period range then I am getting postive 8. I tireld deleting info structure for material using OLIX & agains rebuilt info structure with OLI2 but it did not helped.

Upgrade to SPS09 - Tool upgrade

$
0
0

Hi to all,

I am preparing to upgrade my HANA DB to SPS 09 the last REV

Current HANA DB version is: SPS 08 REV 1.00.84.00

 

My questions are:

 

What is the best tool to upgrade the DB?

 

1. usinghdblcm?

2. usinghdblcmgui?

3. SAP HANA Lifecycle management?

 

Till now I was used the SAP HANA Lifecycle management for upgrade

 

Please Advise

Naor

Create deposit for bill of exchange

$
0
0

Hello experts,

 

I need to create a deposit for bill of exchange but I can't

here is my code

 

SAPbobsCOM.CompanyService companyService = Program.oDiCompany.GetCompanyService();

SAPbobsCOM.DepositsService dpService =  (SAPbobsCOM.DepositsService)companyService.GetBusinessService(SAPbobsCOM.ServiceTypes.DepositsService);

  SAPbobsCOM.Deposit dpsAddCash =  (SAPbobsCOM.Deposit)dpService.GetDataInterface(SAPbobsCOM.DepositsServiceDataInterfaces.dsDeposit);

     

            dpsAddCash.DepositType = SAPbobsCOM.BoDepositTypeEnum.dtBOE;

            SAPbobsCOM.BOELine BOE;

            BOE = dpsAddCash.BOEs.Add();

            BOE.BOEKey = 748;

            dpsAddCash.DepositCurrency = "DZ";

            dpsAddCash.AllocationAccount = "519000";

            dpsAddCash.DepositAccount = "512000";

            dpsAddCash.TotalLC = 5000;

            dpsAddCash.JournalRemarks = "Adding Deposit with Cash";

           

            //Add the deposit

            SAPbobsCOM.DepositParams dpsParamAddCash = dpService.AddDeposit(dpsAddCash);

 

the underlined sentence causes me a problem because this field is a Read only .. how can I assign BOE key to the deposit

 

Please help

 

Best regards

Workflow settings in service manager: DB list empty

$
0
0

Hello everyone,

 

I am trying to configure workflow on SAP B1 9.0 PL14.

 

To set up everything I am following the guide "How to Configure the Workflow Service and Design the Workflow Process Templates.pdf".

 

If I go to

Service Manager > Workflow > Settings

after entering the B1SiteUser password, the DB list is completely empty.

In this step I should be able to select a DB, enter the workflow user's password and then test if the connection is valid.

 

I think this is due to the fact that all the databases in this server are using Single Sign On and so the user Workflow cannot connect properly.

 

2015-04-19_15h01_13.png

 

Thank you to all who will answer

Matteo

Viewing all 8746 articles
Browse latest View live




Latest Images