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

BEx query - aging summarized at the GL account level

$
0
0

Hello,

 

I am trying to create a BEx query that ages at the GL account level, like the example below:

 

 

Company          GL Account          Net          Net Over 90 Days

2010                    2190090          $100               $50

2010                    2216035          ($200)             ($100)

2090                    2190090          $1000              $800

 

I've built aging reports that list out the individual records within the GL accounts and individually age those records, but I haven't built one summarized at the GL Account level.  This report is also in FS-CD, not FI - in case that matters, but I don't think that matters too much, it's the same concept (we have Posting Date to use for the Current Calendar Day SAP Exit).

 

I've tried to make a restricted key figure for the Net Over 90 Days column, but that is not working.  I am wondering if it needs to be a formula instead?  Or maybe a restricted key figure used in a formula?

 

Thank you for your help.

 

Angela 


Delivery proposal removes planing status to several freight units

$
0
0

Dear all

 

I'm generating a delivery proposal for a Freight Order with transaction delivery proposal transaction.  I'm getting the following messages:

Planning Removed.jpg

When I check the deliveries in SAP ECC there are quantities missing in the deliveries created recently. In SAP TM these FU numbers are no longer availalbe in SAP TM.

 

 

Any idea?

 

Regards!

Not able to save object with 10.1 web interface

$
0
0

Is anyone having this issue. I have full admin rights but all the save buttons are grayed out when creating a new report, workspace, etc.

Re: Error In while validating in UJKT

$
0
0

20000 was distributed proportionally to the base values in 2014.01 to base values in 2015.01. You can check it:

 

2014.01

CPG_PROD40=300000

CPG_GRP12=473999 (Total)

CPG_PROD40_ratio =300000/473999=0.632913

 

2015.01

CPG_GRP12_NODE=20000

CPG_GRP12=CPG_GRP12_NODE * CPG_PROD40_ratio = 20000*0.632913=12658.25...

External ID missing in outbound BP replication message

$
0
0

Hi Experts,

 

In the BP replication out message , External ID is missing. Strange enough I see the external ID as soon as the customer is created. Thus the BP number ranges in Business Configuration and External Number ranges are correctly mainatined.

Screen Shot 2015-10-28 at 21.49.23.png

In our landscape , we have two on-premise ECC systems for which I have created communication systems. We also enabled on-premise CRM  integration to enable Marleting Attriibutes interface. Integration is through HCI.

 

As shown below, I have only one communication system active. I do multicast  in HCI to pass this message to both on-premise ECC systems and also do not replicate BP to On-premise CRM.

Screen Shot 2015-10-28 at 21.50.22.png

Thus one communication agreement for BP out. However, I don't see the external ID in the webservice.

 

Screen Shot 2015-10-28 at 21.59.03.png

 

 

I know that there is an option for ID mapping for Integration. My question is shouldn't it happen automatically that external number is created and passed to the outbound message from C4C.

 

Regards,

Amber Badam

Re: Error occurred during the extraction in RSA3 - Extractor Checker(0GL_ACCOUNT_COCD_ATTR)

$
0
0

Hi,

 

I have got same error when we were on earlier version.

Input the target system and try, then it will work.

 

In latest versions such as ERP 6, target can be empty and still RSA3 would work ok.

We have created a couple of universe in IDT but we are not able to see them

$
0
0

We are on version 1.5.2 and we have created universe but when we select data sources we do not see them. I added <IP> <fully-qualified host name of BI platform> <host name of BI platform> to my pc host file but I was still not able to see them.  We have checked the services and they are all running.  What steps on config or process have we missed. 

 

Thanks

Jason

SAP BPC NW 10.1 BPF Excel Workbook Hyperlink Error

$
0
0

Hi all,

 

I am attempting to create a Business Process Flow (BPF) on the web client of an SAP BPC NW 10.1 (specifically it is an RDS Extended Financial Planning V2).

 

I can create the process template and instance as expected and even deploy and run as expected.

 

However, in the first step there is a work space and hyperlink to an Excel file and when I attempt to click it it will open Excel, however then give me an error (please see below):

 

Capture.JPG

 

When I attempt to open the SAME file without the BPF and simply directly in the EPM Add-In from the ribbon (Open Reports/Input Schedules) there are no issues. In fact if I attempt to hyperlink ANY report or input schedule I get the same above error, but if I open them directly in EPM there is no error.

 

Could anyone please advise on this?


Re: Modify theme in layout preview (WYSIWYG editor) of ABAP workbench

$
0
0

Got to WD_GLOBAL_PARAMETERS webdynpro component and execute the Application WD_GLOBAL_SETTING and change the Theme parameter. This is System independent.

 

you will have to do the change in each system seperately and what ever theme you set here will be taken as Globally for all the Web UI's

 

 

Phani

Re: We have created a couple of universe in IDT but we are not able to see them

$
0
0

Did you publish the universe to the repository?  Are you able to report against the universe using Web Intelligence?

How to get rid of IX 044 message?

$
0
0

Hi Guru's,

 

 

How do I get rid of IX 044 message(Service order billing is through WBS element) when I do the resource related billing on the service order?

 

Thanks and Reagrds,

Anish

Re: Exporting Arabic text to Excel from WebDynpro ABAP not working

$
0
0

Instead of table UI element , create an ALV ( SALV_WD_Table)and export functionality comes by default .

Which would handle all the functionality you need with out you having to do anything.

 

Check for examples in google.

 

Phani

Re: Business Graphics is not working due to two server nodes in SAP EP Server

$
0
0

you don't have to specify the url for igs. you are making trouble for yourself.

Re: SAP B1 How to Combined Query of AR Invoice and AR Credit Memo

$
0
0

Hi sir Wang

 

Can you give me a sample code of UNION to combine the result of query

 

 

Thank you Best regards.

Re: Odata - how to fetch & view the files attached to parked invoice docs MIR4/MIR7

$
0
0

I went through these articles and few other blogs, and trying similar thing but no success, PDF doesn't open.

 

As in my case it's GOS attachments, I converted the file as follows

 

CALL FUNCTION 'SO_DOCUMENT_READ_API1'

     EXPORTING

       document_id                = l_docid -> "GOS object ID - file

     TABLES

       object_content             = lt_cont_text

       contents_hex               = lt_contents

     EXCEPTIONS

       document_id_not_exist      = 1

       operation_no_authorization = 2

       x_error                    = 3

       OTHERS                     = 4.


LT_CONTENT returns me data in BINARY FORMAT


*--- binary to xstring

     LOOP AT lt_contents INTO ls_contents.

       l_string = l_string && ls_contents-line.

     ENDLOOP.

     CONDENSE l_string.

     CALL FUNCTION 'SCMS_STRING_TO_XSTRING'

       EXPORTING

         text   = l_string     " variable type string

       IMPORTING

         buffer = ex_media.    " variable type xstring


Then I pass ex_media value to /IWBEP/IF_MGW_APPL_SRV_RUNTIME~GET_STREAM method


data:

   lt_keys     type /iwbep/t_mgw_tech_pairs,

   ls_key      type /iwbep/s_mgw_tech_pair,

   lv_docid    type bds_docid,

   lv_xstring  type xstring,

   ls_stream   type ty_s_media_resource.

 

   lt_keys = io_tech_request_context->get_keys( ).

 

   read table lt_keys with key name = 'ImDocid' into ls_key.

 

   lv_docid = ls_key-value.

 

lv_string = ex_media

 

define method in MPC

 

method define.

   data:

   lo_entity   type ref to /iwbep/if_mgw_odata_entity_typ,

   lo_property type ref to /iwbep/if_mgw_odata_property.

 

   super->define( ).

 

   lo_entity = model->get_entity_type( iv_entity_name = 'READ_FILE' ).

 

   if lo_entity is bound.

     lo_property = lo_entity->get_property( iv_property_name = 'Docuclass' ).

     lo_property->set_as_content_type( ).

   endif.

endmethod.



 

 

 

... doesn't work... bad file format error. Even I tried a plain text file... same issue.


Copy Form Settings Error

$
0
0

I am receiving an error when I use the Copy Form Settings button from the User form.  The error says "Operation failed; contact support center".  Does anyone know what is happening?  The user is logged out.  I am running SAP 9.1 PL07.

Re: To Capture/control SAP B1 system message in Di API(for Min-Max quantity in AR invoice)

$
0
0

Hi Swetha,

I think you mean using UI api ?

DI API does not give you this message.

 

There is no direct way of handling this.

You can only catch the 'on after form load' event of this form type.

Check that the message inside this form is the correct message that you want to intercept and if it is, do a click on the button item 'Yes'

 

Regards

Edy

BUILD Mac install

$
0
0

how do I install BUILD on my Mac?

Re: CRM DINAMIC SURVEY

$
0
0

Hi Valeriy,

Open the survey in CRM_SURVEY_SUITE and then right click on it.

 

Select the option View Source which will open the HTML Content of the survey.

 

Scroll down towards bottom where <BODY> tag starts.

 

Below is my example survey from where I picked up Section 1.

 

  <body onLoad="hideFields()">

    <div class="Title">This is a Test Survey</div>

    <form action="SAPEVENT:WFF_EVENT" class="saveSnapshot" enctype="" id="SAPSurvey" method="post" onSubmit="return check(this)">

      <input name="svyApplicationId" type="hidden" value="CRM_SURVEY_CORE">

      <input name="SurveyId" type="hidden" value="ZTEST">

      <input name="svySurveyId" type="hidden" value="ZTEST">

      <input name="svyVersion" type="hidden" value="0000000003">

      <input name="SchemaVersion" type="hidden" value="1 ">

      <input name="svySchemaVersion" type="hidden" value="1 ">

      <input name="svyLanguage" type="hidden" value="EN">

      <input name="conid" type="hidden" value="">

      <input name="svyMandatoryMessage" type="hidden" value="Fill all mandatory fields before saving">

      <div Id="" class="Section1">

        <div class="SectionText1">Section 1</div>

        <div Id="q1" class="Question">

          <div class="QuestionText">Question 1</div>

          <table datatable="0" summary="Survey Questions" class="QuestionListInline">

            <tr>

              <td class="ListAnswerFieldText">Maintain Answer and Attributes</td>

              <td class="ListAnswerField">

                <input class="AnswerFieldRW" maxlength="40 " name="survey/result/q1/a1" size="40 " type="text" value="">

              </td>

            </tr>

          </table>

        </div>

        <div class="Event">

          <input name="onInputProcessing(SUBMIT)" type="hidden">

          <input class="ButtonInside" type="submit" value="Save">

          <input class="ButtonInside" type="reset" value="Reset">

        </div>

      </div>

      <div Id="" class="Section1">

        <div class="SectionText1">Section 2</div>

        <div Id="q2" class="Question">

          <div class="QuestionText">Question 2</div>

          <table datatable="0" summary="Survey Questions" class="QuestionList">

            <tbody>

              <tr>

                <td class="ListAnswerField">

                  <input class="AnswerFieldRW" maxlength="20 " name="survey/result/q2/id_0050568e5ac81ed59fa7278b4fff63a2" size="20 " type="text" value="">

                </td>

                <td class="ListAnswerFieldText">Answer for Question 2</td>

              </tr>

            </tbody>

          </table>

        </div>

      </div>

    </form>

  </body>

 

check the names for your class. Also you can try with the class name "Question" but then script will be different to find the parent section of the question and hide it.

 

Give a try.

 

Regards,

Naresh

PLD not sorting my UDFs

$
0
0

Hello Experts,

 

I am working on my Pick List PLD Layout.

 

I have a few UDFs on the Pick List screen that I added.

 

When I go to Sort the table, everything looks correct.

 

But when I go to print, only the system fields print out correctly and the UDFs stayed in their original rows (unsorted).

 

Here is an example of the ORIGINAL data:

 

ItemNum     Qty     UDF     UDF

 

Item2            3        Cup      White

Item1            5        Dish     Black



Here is an example of the SORTED data:

 

ItemNum     Qty     UDF     UDF

 

Item1            5        Dish     Black    

Item2            3        Cup      White

 

Here is an example of the PRINT PREVIEW data:

 

ItemNum     Qty     UDF     UDF

 

Item1            5        Cup      White    

Item2            3        Dish     Black

 

Can anyone provide some suggestions as how to fix??

 

Thank you!!!!

Viewing all 10482 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>