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

Re: Exchange rate in F110

$
0
0

Hi

 

Ideally payment should happened at the rate maintained in M and should calculate exchange fluctuation. However still the exchange rate is to be maintained then a new exchange rate type can be created where user can maintained the exchange rate as required and mapped the same into the payment document type through OBA7 used in F110.

 

 

Regards

Mustafa


Re: Idoc Repacking

$
0
0

Hi Raju,

 

Please have look at a section "Packaging for Proxy (SOAP in XI 3.0 protocol) and Java IDoc adapter" in PI Performance Check guide (SAP NetWeaver Process Integration Performance Check - Analyzing Performance Issues and Possible Solution Strategies), it contains very good description of how Java IDoc packaging mechanism works. In newer Support Packages, it was enhanced with possibility to customize not only number of IDocs in a package (as provided in an example in the guide), but also package size and maximum wait time of IDocs coming to a package when bundling it (as indicated on your screenshot above).

 

Idea and motivation behind this concept is the same: transmission of IDocs in fewer (RFC) calls in sake of performance optimization by means of delivering multiple IDocs in the same (RFC) call to a backend system.

 

Regards,

Vadim

Re: Host Did not respond error while opening connecton to SAP

Re: Error Message Behaves Differently in exits

$
0
0

Raymond, It does work as you mentioned, but interestingly the message doesn't show up giving an illusion that the click never happened. When you click the tick button it just proceeds. This behavior is only observed in exit 001 for me but in exit 002 things seem to work just fine. Can't seem to find a logical explanation for that at the moment.

Re: Error creating a composite provider

$
0
0

Hi

 

For your information, I'm now using the Eclipse Mars version and this error doesn't happen with this version.

Re: New Depreciation Area - Depreciation Calculation

$
0
0

Thanks Ajay.

 

I don't know much about unplanned depreciation, but I may have to follow your suggestion as I can't find any other way to fix this.

 

One quick question...

How would you restrict to DA 41 from ABAA? I don't see the option of restricting one depreciation area.

 

John

Re: iis crash

$
0
0

Hi Thanapon,

 

Did you solve your issue? I have exactly the same problem, usually it happens when something takes a while to process inside B1.

 

Best Regards

Re: WEB DYNPRO


Re: Storage loc to st transfer--mat disappeared

$
0
0

Oh, how I hate this phrase "i did not work" .

This gives 1000 options to guess while you have the error message directly in the screen.

This phrase does not have any information towards a solution.

 

What I see a 313 movement. This is a MM movements, don't see any relation to an outbound delivery here.

 

Depending on your customizing of field selection per movement type it is possible that the receiving material is a field that can be entered or not. Based on the material document someone probably entered another material number.

 

313 is just half of an operation, the operation is to be completed with a 315 movement for the new material number then.

If that has already happened, then you can't do a 314 as you have no stock in transit. But this is already a guess.

Re: SAP WebIDE / Cloud connector / Service access

$
0
0

That means that you have to make the entityset Addressable on SEGW, if you look at following screenshot you will see the column.

 

SEGW screenshot.png

 

Regards

Re: need clarffication on esi and pf

$
0
0

Hi,

 

1) For ESI, as pointed out by Mr.Praneeth, it is necessary as per legal  and safety point of view. In case of some disaster happens (like injury on duty etc), then the authorities will check all the compliances. I hope, ESI also provides some compensation, in case of major accidents.

 

2) For PF, it depends on the contractual relationship between your company and the people you employ. It depends on how regular & permanent they are with you and also, if their basic wages touches the PF eligibility limit and what are the nature of duties. (Like, in our earlier company, the apprenticeship trainees will earn more stipend but they are not deducted with PF, since their contractual term is one year only).

 

regards,

Bala.

Re: SAP GUI for HTML[WEBGUI]

$
0
0

hello

 

i tried all above steps and service logoff is activated however when press F5 it relogin again

Re: Req Pgm to Download the EL CL SL Backup from SAP

$
0
0

Dear Bala,

Thanks a lot for replying.

 

So we have to run the report RPTQTA10 first before running the PT60 program and download the Quota of SL and EL .

 

Is there any Custom program code available.

 

When we run PT60 Program it will overwrite the SL and EL data is there any buffer to store the earlier data before running the Actual update program.

 

Or else when we run the PT60 program exit calls and down the earlier data in Desktop as an excell file.

 

if some body done this please suggest the Exit name with steps to do the same.

 

regards

SAP Team

Re: SAP GUI for HTML[WEBGUI]

$
0
0

my dear bhatt

 

i found service logoff already activated however still logging when refresh the web page

 

please help

Deep Entity Throwing an Error "No Create Entity implemented"

$
0
0

Hi,

 

I have created a Relation between two entities to implement Deep Entity method as below.

 

Header Structure with Navigation

 

Model Header.png

 

Item Structure with navigation:

Model Item.png

 

Redefined Deep Entity and written below code :

 

TYPES: ty_t_mmitem TYPE STANDARD TABLE OF zcl_ztest_coolpit_mpc=>ts_model_mod_item   WITH DEFAULT KEY.

 

     TYPES: BEGIN OF ty_mod_modify.

             INCLUDE TYPE zcl_ztest_coolpit_mpc=>ts_model_mod_header.

     TYPES: model_mod_itemSet TYPE ty_t_mmitem,

            END OF ty_mod_modify.


     TYPES: cx_mgw_busi_exception TYPE REF TO /iwbep/cx_mgw_busi_exception.

     DATA: ls_mmitem         TYPE ty_mod_modify,

           ls_mitem          TYPE zcl_ztest_coolpit_mpc=>ts_model_mod_item,

           lv_compare_result TYPE

          /iwbep/if_mgw_odata_expand=>ty_e_compare_result.

 

     CONSTANTS: lc_items TYPE string VALUE 'Model_Mod_ItemSet'.

 

     lv_compare_result = io_expand->compare_to( lc_items ).

 

* Upon match, access data from IO_DATA_PROVIDER

     IF lv_compare_result EQ /iwbep/if_mgw_odata_expand=>gcs_compare_result-match_equals.

       io_data_provider->read_entry_data( IMPORTING es_data = ls_mmitem ).

 

     ENDIF.

 

 

Error while tested in Gateway Client:

 

Create Entity method is not implemented:

 

Payload tried for Reference.

 

 

<?xml version="1.0" encoding="UTF-8"?>

<atom:entry

xmlns:atom="http://www.w3.org/2005/Atom"

xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"

xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<atom:content type="application/xml">

<m:properties>

<d:Matnr>1758848</d:Matnr>

</m:properties>

</atom:content>

<atom:link

rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ITEM"

type="application/atom+xml;type=feed"

title="ZTEST_COOLPIT_SRV.Model_Mod_ItemSet">

<m:inline>

<atom:feed>

<atom:entry>

<atom:content type="application/xml">

<m:properties>

   <d:Matnr>1758848</d:Matnr>

   <d:Matkl>13</d:Matkl>

   <d:Attyp>01</d:Attyp>

   <d:Char_prof>PCCOLOR</d:Char_prof>

   <d:Makt_FR>TEST</d:Makt_FR>

   <d:Makt_EN>TEST CIF APO</d:Makt_EN>

   <d:Brand>ADID</d:Brand>

   <d:For_Range>Z002</d:For_Range>

   <d:TargClient/>

   <d:Zdsm>000000009900000106</d:Zdsm>

   <d:Zbegindate>43.2015</d:Zbegindate>

   <d:Zenddate>51.2015</d:Zenddate>

   <d:Maabc> </d:Maabc>

   <d:Zcomment>TEST SHAIK 1</d:Zcomment>

   <d:Zpc_Model>PCCOLOR</d:Zpc_Model>

</m:properties>

</atom:content>

</atom:entry>

<atom:entry>

<atom:content type="application/xml">

<m:properties>

   <d:Matnr>1758848</d:Matnr>

   <d:Matkl>13</d:Matkl>

   <d:Attyp>01</d:Attyp>

   <d:Char_prof>PCCOLOR</d:Char_prof>

   <d:Makt_FR>TEST</d:Makt_FR>

   <d:Makt_EN>TEST CIF APO</d:Makt_EN>

   <d:Brand>ADID</d:Brand>

   <d:For_Range>Z002</d:For_Range>

   <d:TargClient/>

   <d:Zdsm>000000009900000106</d:Zdsm>

   <d:Zbegindate>43.2015</d:Zbegindate>

   <d:Zenddate>51.2015</d:Zenddate>

   <d:Maabc> </d:Maabc>

   <d:Zcomment>TEST SHAIK 1</d:Zcomment>

   <d:Zpc_Model>PCCOLOR</d:Zpc_Model>

</m:properties>

</atom:content>

</atom:entry>

</atom:feed>

</m:inline>

</atom:link>

</atom:entry>

 

Thanks

Shaik


How to Get Logo in Alv Tree Display

$
0
0

Guys Can you please Explain me Step by step how to get company logo in Alv Tree Display.

I went through Sample AlvTree Program that was created by SAP,but eventhough iam followed that example my logo is not coming.

Any Sample code that might help.

How to add comments to table definition of column using HDBDD?

$
0
0

I could able to create tables using HDBDD syntax. But I want to add some comment to each column for the table. So that while opening table definition from catalog, the same comment should be present.

 

For example

 

Table Name Employee

Column Name     type                                        Comment

firstname              VARCHAR                              First Name of employee

lastname               VARCHAR                              Last name of employee

age                         INTEGER                              Age of employee in Months

 

 

If we define in HDBDD, it will be like

 

@Schema: 'MySchema'

@Catalog.table.Type: #COLUMN

entity Employee {

     firstname :  String(20);

     lastname     : String(20);

     age               : Integer;

};

 

In above hdbdd code, where can I put comment so that the comment should be visible  in table definition. I don't know, whether it is feasible thru hdbdd.

Re: Fiori

$
0
0

Hi Sagar,

 

FIORI launch pad is like an entry point for various fiori applications avaiable to the user. Web IDE as the name says is the development environment where fiori applications are developed and can be customized by the user. In the beginning eclipse was used for development and maintenance and now web IDE is more prefered.

 

Regards,

~Athreya

Re: view the dashboard on my mobile?

$
0
0

Hi,

 

Here is the link which describes how to configure and connect via SAP Business Objects Mobile app in mobile devices to SAP BI Platform.

 

Please make sure that your dashboard contains the supported components which you are planning to view on your mobile devices.

 

Following are some of the specific tips for SAP BusinessObjects Dashboards:

  • Check for supported components and connectivity for mobile
  • Make sure to download SAP Business Objects Mobile 4.4 and onwards
  • Use the NOVA theme, it is the only one supported for mobile
  • Set the designer canvas size to the same as the iPad: 1024 x 768
  • Ensure you use only iOS supported fonts
  • Use efficient excel logic and review other performance tips to ensure you don’t overload the limited capacity of the device. Test performance early and often on device.


Here is the link which contains Mobile Dashboards Best Practices for optimal Dashboard visualization.


Hope the above points will help you to move ahead.


Thanks,

Shailendra

Re: Open item account line with flow type YR70 has to contain a partner (RERACA005)

$
0
0

Hello Nayamath,

 

Please see attached details of errors,

 

As you can see from the simulated documents which it isn't creating it is deriving the correct reconciliation account and P+L account.

 

Many thanks for your prompt response.Untitled.jpg

Viewing all 8667 articles
Browse latest View live


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