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

Re: Rounding Problem and BADI for Rounding

0
0

Hi Sebastian,

 

Use retract BADI to send data to ECC, why would you use write back BADI for rounding?

You also mentioned deactivate BADI to test other DM, there are so many BADIs in BPC , you need to be clear what you mean.

 

You can handle the rounding in the retract BADI, any ABAPer can do that.

Custom logic won't help you to resolve your issue.

 

Andy


Re: CrystalReorts 印刷

0
0

Yoshi Takaseさん、大変お世話になりありがとうございます。

 

>レポート表示後、プリンタ選択時に用紙サイズ、印刷方向を選択して印刷していると解釈して間違いござい>ませんか?

はい。用紙サイズ、印刷方向は選択しています。

 

>また、用紙サイズ 200x80 は、横長の幅 200 で高さ 80 と解釈して間違いございませんか?

はい。

 

>例えば、動作環境でレポート表示後、印刷アイコンをクリックしたときにデフォルトで表示されるように通常使>うプリンタにレポートをデザインしたときのプリンタを設定し、用紙サイズ、印刷方向などもデフォルトで設定し>てお試しください。

使用プリンタ、用紙サイズ、印刷方向をデフォルトにすると正常に印刷されます。

 

>印刷アイコンではなく、コード上で PrintToPrinter 関数を利用して本事象が解消できるかお試しください。

試してみます。

Re: Detail Page is not populating correctly

0
0

Hi Maksim,

 

updated the logic as mentioned above, still details page is populating below the master page.

 

sap.ui.jsview("sap.nass.myTeam.view.App", {

 

 

  getControllerName: function () {

  return "sap.nass.myTeam.view.App";

  },

 

  createContent: function (oController) {

 

  // to avoid scroll bars on desktop the root view must be set to block display

  this.setDisplayBlock(true);

 

  // create split app

  this.app = new sap.m.SplitApp();

 

 

 

  // load the master page

  var master = sap.ui.xmlview("Master", "sap.nass.myTeam.view.Master");

  master.getController().nav = this.getController();

  this.app.addMasterPage(master, true);

  this.app.setMode(sap.m.SplitAppMode.StretchCompressMode);

 

  // load the empty page

  var empty = sap.ui.xmlview("Empty", "sap.nass.myTeam.view.Empty");

  this.app.addDetailPage(empty, false);

 

  // done

  return this.app;

  }

});

 

Thanks

Shyam

iFrame

0
0

Hi,

 

We share a Story in our website using an iframe.

 

1. There seems to be a change in the Story settings

- 'page settings' > 'size' now offering formats: 1) standard, 2) widescreen, 3) continuous scrolling

- Is there a way to default and maximise the format to fit the screen?

 

2. Is there another alternative to using an iframe to embed a Story on a webpage?

 

Thanks in advance

ebc

Re: Removing zero padding in HANA output

0
0

Ok, so you have the requirement for a data conversion of those leading zeroes in order to mix it up with data from a different data domain (without leading zeroes).

And you have a performance requirement (it should be fast).

 

So why do you do the conversion over and over? You could e.g. put the data transformation into your data loading process.

Or you could add a calculated column that does the conversion when the data is inserted/updated.

 

As always you have to trade space for speed at some point.

 

- Lars

Re: Preventing users from DMP Log deletion

0
0

Hi Manohar,

 

There is no task profile that will stop a user from deleting log files.

You need to tell the users not to delete them.

 

 

Andy

Re: Date issue "Uncaught TypeError: d.getDay is not a function"

0
0

Its an element from oData model.  The value of the field is the system date and time when a particular record is created. The format of this date an time is "Tue Jun 30 2015 09:20:13 GMT-0700 (Pacific Daylight Time)", however, we want to display this date in the format "2015-06-30 09:20:13:2013".

Re: OCRD 'change log' table (OITM-AITM type relationship)

0
0

ACRD, duh. haha. Should have known.

 

Thank you both!


Re: CrystalReorts 印刷

0
0

プレビュー表示後に印刷アイコンをクリックし、プリンタ選択することでレポートに保存されているプリンタ情報が初期化されてしまいます。回避策の一つとしては、使用プリンタ、用紙サイズ、印刷方向をデフォルトで設定してご利用いただくことになります。

また、印刷アイコンではなく、PrintToPrinter 関数を利用することも回避策になると思います。

 

Yoshi

Re: LTRC to MaxDB using DB connection.

0
0

still it looks like there is no such tables in maxdb database. Maybe you can create your own table in java database and do the testing?

Re: BAPI for Sorce List (ME01)

0
0

Dear Community,

 

Has anyone figured out how to do validation at Save for ME01?

 

I tried ME_CHECK_SOURCES and had no luck.  I went to SE18, entered the BADI Name 'ME_CHECK_SOURCES'. I created an Implementation 'ZME_CHECK_SOURCES'.  Within this were two Methods 'CHECK_DURING_SEARCH' & 'CHECK_DURING_STD_CHECK'.  I added a break-point in each Method, Saved, Activated, went back to the Implementation, and then Activated the Implementation.  I ran ME01, keyed in new vendor source info, and Saved.  It failed to call any of the breaks I set. 

 

Has anyone found a BADI that works here for ME01 validation at SAVE?  I've tried the following and none have worked?

 

 

ME_CHECK_SOURCES
ME_CCP_BESWK_AUTH_CH
ME_CHECK_ALL_ITEMS
ME_PURCHDOC_POSTED


Thanks.


Erik

Re: Print Issues with 1 printer

0
0

Hello MZI,

 

For your printer model,if you only print latin-1 characters,you can use the device type HP1320.
But If you also want to print some other characters,you need to use the device type SWINCF.

You can refer to the note 1036961 about how to select device type in tcd:SPAD.

 

Regards

 

Jie Bai 

Re: Facing problem running DM.

0
0

Hi,

 

The dump is showing that the error is happening in a BPCprogram.  But I cannot see the call stack so I am not sure if BPC program is just catching the error that happened somewhere else in the code.

 

Please check this note 2044867.  If the note doesn't help then report it to BPC support and attach the dump. 

 

If the logic was executing correctly last month then it is very important to list any changes to the system since the last time it worked.  The changes should include any upgrades or modifications to master data or if you are using time dependent hierarchy (TDH) any changes to the hierarchy.

 

Regards,

Leila

Re: re-determine approvers for open requests

0
0

I would suggest use "Forward" option and forward all the open requests.  Other option "Return to" is not suitable because other approver's have already approved the requests.

Re: issues upgrading to 8.82 pl20 from pl19

0
0

Thanks but now the database for the upgrade greyed out yet it is at the old PL number. Do I delete the common database and see what happens?


Re: how could i resize the controlfile size

0
0

dear expert,

Thank you for your reply.But if i decreased this parameter ,the size of controlfile could not be decreased. Now i did not want to move the controlfile.

Re: Filter Standard SAP Fiori Themes in Launchpad

0
0

I think the issue is that we still want personalisation to be active, allowing the user to choose between 2 or more custom themes, but excluding the SAP standard blue crystal and high contrast theme from the list. If you de-activate personalisation, the user will not be able to choose another custom theme. The only way I found around this issue was to temporarily create an implicit enhancement in method /UI2/CL_GW_ABSTARCT_DP->GET_ENTITYSET and removed the 2 sap standard entries, leaving my 2 custom themes.

 

Based on Frank Gales's comment above, a Standard solution is being currently being looked at by SAP.

 

Regards

Jandrie

Re: SAP CRM integrating with SAP ERP

Re: ME01 exit&badi

0
0

Dear Community,

 

Has anyone figured out how to do validation at Save for ME01?

 

I tried ME_CHECK_SOURCES and had no luck.  I went to SE18, entered the BADI Name 'ME_CHECK_SOURCES'. I created an Implementation 'ZME_CHECK_SOURCES'.  Within this were two Methods 'CHECK_DURING_SEARCH' & 'CHECK_DURING_STD_CHECK'.  I added a break-point in each Method, Saved, Activated, went back to the Implementation, and then Activated the Implementation.  I ran ME01, keyed in new vendor source info, and Saved.  It failed to call any of the breaks I set. 

 

Has anyone found a BADI that works here for ME01 validation at SAVE?  I've tried the following and none have worked?

 

 

ME_CHECK_SOURCES
ME_CCP_BESWK_AUTH_CH
ME_CHECK_ALL_ITEMS
ME_PURCHDOC_POSTED


Thanks.


Erik

Re: Work-item delayed to appear in SAP Inbox

0
0

Hello,

 

Actually I dont see any issues with this delay. If an approver is not executing a workitem as soon as it is creating, then obviously there will be a delay.

 

WF-BATCH creates a workitem at 06/29/2015  09:21:55

Approver starts the Execution of workitem at 06/29/2015 11:35:34

 

I dont see any issues.

 

Regards

Sandy

Viewing all 8746 articles
Browse latest View live




Latest Images