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

Re: Help Required : BADI MD_MIGO_BADI

$
0
0

Dear K S

 

Thanks for your response. VBELN_IM is not being populated. I am debugging the method on posting IB delivery.

 

Regards,

Talha


Re: how to make one form for different subroutines which have different type of formal parameters?

Re: gbapp_poapproval in Context Scenario Definition No able to Identify

$
0
0

Hi Guru,

 

Please check your system alias configuration.

 

Backend service : Software version will be DEFAULT

For local : software version will be of format  : /IWPGW/BWF

 

Regards,

Tejas

Re: FPM based process and form

$
0
0

Hi Shilpa,

 

You can only set the error message in the get_data() method.

If you want to stop the saving you should call it in process_event() method where you have to set the EV_RESULT field as failed whenever you get any error on save event.

 

If you want the data in process_event() you can set the global structure of type data (or you structure too) in the class attribute and in the get_data() method assign the cs_data to the global structure. Now you can get the data in process_event().

 

Regards,

Jitendra Sahu

Re: SDA connection to Oracle 12c

$
0
0

So the problem was a rookie mistake.  I am embarrassed by this, but I had the wrong value in the ODBC property field in Studio.  Embarrassed or not though, I do feel it to be a duty to "ask the court for mercy" :-)

 

I actually was so convinced that I had a problem with the driver that I did not look further.  In fact, if I had just folowed Leo Hu's excellent blog to the letter, everything would have been OK!

 

Lars asked why I was using SQLPLUS and ISQL which I still think was a good idea, however it seems as though the latter automatically picks up the property file (or does not need it) so I was convinced that everything was OK.

 

Thanks to Lars for the patience and response, and to Leo Hu for the afore-mentioned excellent blog.

 

Just to say that it works fine to MS/SQL as well, the next one I want to do being Teradata.

 

In the meantime until a Teradata machine is accesible to me, I am going to do some fun things like joining a HANA table to and Oracle in-memory one and look at pereformance.

 

Oh, one thing (which does not give me any actual excuse) is that it will be nice when HANA has some better messages.

 

Regards

 

John

Re: PSA Delete Step is Taking too long

$
0
0

Are you facing the same while manually deleting the PSA?

Re: QM notification header status

$
0
0

Hi GS,

Notification has two type of statuses. System status & user status.

System status is set by system as the notification passes through different stages as mentioned above by Jogeshwara.

Here user specific settings is provided by SAP to play around and meet user specific settings.

In these user settings you can define different user status steps and in detail screen of each ststus, you may define at which condition this user status need to set, and which transactions need to be allowed & which transactions need to be restricted.

At this part you may configure your requirement, but again it is restricted to a set of SAP defined business transactions.

So you need to explore the user status and you may find the suitable functionality.

Regards,

VINOD.V

Re: how to get header like fbl5n in custom report

$
0
0

Hi Sai,

 

You can try block list ALV and that might suit your requirement. Please search and you will get lot of sample programs for it.

 

 

Thanks,

Naveen


Re: Consuming ESR service

$
0
0

Hi Tusar,

 

 

I am really confused the way requirement you have provided here. But still with my assumptions I will try to answer you.

 

1. You are trying to connect SAP AII to SAP ERP for web service communication using SOAMANAGER, that implies you are by-passing/not using SAP PI.

 

2. answering to Question number 1- If you want to get the WSDL from SAP PI, then it will answer to your 2nd question also.

 

yes- you will be needing the configuration in Integration Builder after which you can procure WSDL from Sender Agreement if you are using dual stack PI and if you are using single stack SAP PI then from ICO you will be able to get the wsdl.

 

Michal Krawczyk has given some valuable inputs in these discussions

ECC-PI-AII(Auto ID infrastructure) - RFC configuration in PI

SAP ECC-PI-AII integration

 

 

I suppose the document you following is for AII-ECC integration point-to-point without PI. Please share document or link with us in case I am wrong for more reference to your requirement.

 

Hope it is helpful.

 

Regards,

Vikas Kumar

Logging tables and DB Trigger

$
0
0

how to check the logging tables and db triggers manually. My land scape is ECC, SLT and HANA are individual boxes.

Re: SD quotation date format

$
0
0

This user profile was not change from the day it was created many years ago.

So I'm ruling out the user profile date format.

 

Any where else is the setting?

Re: MMC stopped

$
0
0

Hi,

 

This is SAP business one system admin forum. Please find correct forum and repost above discussion to get quick assistance.

 

Please close this thread here with helpful answer.

 

Thanks & Regards,

Nagarajan

Re: How can we find a user list for particular Purchase order?

$
0
0

Hi,

 

This is SAP business one system admin forum. Please find correct forum and repost above discussion to get quick assistance.

 

Please close this thread here with helpful answer.

 

Thanks & Regards,

Nagarajan

Re: My server Performance issue.

$
0
0

Hi,

 

This is SAP business one system admin forum. Please find correct forum and repost above discussion to get quick assistance.

 

Please close this thread here with helpful answer.

 

Thanks & Regards,

Nagarajan

Re: SAP MMC tree disappear

$
0
0

Hi,

 

This is SAP business one system admin forum. Please find correct forum and repost above discussion to get quick assistance.

 

Please close this thread here with helpful answer.

 

Thanks & Regards,

Nagarajan


Re: MX_COMPANY_ADDRESS causing provisioning problem

$
0
0

Thanks for the tip Steffi, the jump to job works very well. With it I was able to locate some jobs, but for the one I had the error with the application hung and eventually I had to restart it.

Crystal Reports for Visyal Studio 2013

$
0
0

こんにちは。

Crystal Reports for Visyal Studio 2013について、わからないことがあります。

 

以下の開発環境でVrystal Reportsファイルを表示する簡単なプログラムを作成しています。

【開発マシン】

OS Windows 8.1 Pro 64bit

 

【表示コード】

Public Class frmCryRepXIR2View

    Private Sub frmCryRepXIR2View_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

        Dim sBuff As String

        sBuff = Command()

 

        Label1.Text = sBuff

        Label1.Text = "C:\DEV\123.rpt"

 

        ' CrystalReportsオブジェクトの生成

        Dim Report As CrystalDecisions.CrystalReports.Engine.ReportDocument

        Report = New CrystalDecisions.CrystalReports.Engine.ReportDocument

 

        Dim sReportFile As String = Label1.Text

エラー発生行→       Report.Load(sReportFile, CrystalDecisions.Shared.OpenReportMethod.OpenReportByTempCopy)

 

        '// プレビュー表示 //

        Me.CrystalReportViewer1.ReportSource = sReportFile

 

        ' レポート内のテーブルの接続情報を設定

        Dim logOnInfo As New CrystalDecisions.Shared.TableLogOnInfo

        logOnInfo.ConnectionInfo.ServerName = "orcl"

        logOnInfo.ConnectionInfo.DatabaseName = "orcl"

        logOnInfo.ConnectionInfo.UserID = "USER1"

        logOnInfo.ConnectionInfo.Password = "pass1"

        logOnInfo.TableName = "@@@"

 

        ' logOnInfosコレクションにlogOnInfoオブジェクトを追加します。

        Me.CrystalReportViewer1.LogOnInfo.Add(logOnInfo)

 

        For Each Table As CrystalDecisions.CrystalReports.Engine.Table In Report.Database.Tables

            ' logOnInfosコレクションにlogOnInfoを追加

            Table.ApplyLogOnInfo(logOnInfo)

        Next

 

        ' ビューアーの表示

        Me.Show()

        'Me.CrystalReportViewer1.Refresh()

        Me.CrystalReportViewer1.RefreshReport()

 

    End Sub

End Class

***************************************************************************

 

7行目にあるレポートファイルを開発環境のドライブに指定すると正常に表示するのですが

レポートファイルをサーバーのドライブに指定するし、

デバックをすると14行目で

型 'CrystalDecisions.Shared.CrystalReportsException' のハンドルされていない例外が CrystalDecisions.CrystalReports.Engine.dll で発生しました

 

追加情報:レポートのロードに失敗しました。

というエラーが発生し、レポートが表示されません。

ちなみに、サーバーはWindows Server 2008 R2 32bitです。

なにが原因なのでしょうか?

 

対象のCPUは「x86」

対象のフレームワークは「.NET Framework 4.」

でデバックしています。

 

少しでも手がかりがほしいので、コメントをお願いします。

Re: MX_COMPANY_ADDRESS causing provisioning problem

$
0
0

Thanks again Tero.

 

On further investigation I've ensured that for the repository I'm working with, I've set the 'add' and 'remove' tasks to the PF tasks of identity center #4.

 

I then tested the Modify task and it works as expected.

 

But when I test the provisioning task none of the underlying task for provisioning are called (update context info, check syncronous, etc).

 

Under the web enabled tasks, the 'assign' task is enabled as a UI task. From here is where I test the provisioning of an ABAP privilege.

 

After I tested the provisioning and look in the job log, all that shows is the 'assign' task as being OK. So, what's missing here? Is it the 'provisioning' task that should be the UI enabled task? I don't think so.

 

Thanks again.

Paul

Re: Creating Summary and Detail report

$
0
0

Hi Ednalynn

 

Do you use SAP BW? If so then another way of doing this is to set up an RRI link to a detail query.

 

Thinking of your example, you open an AOLAP workspace to a query that contains sales by year and Country. Use the RSBBS transaction to define an RRI link to the detail query which has year, country, company and invoice number... but use Year as the parameter.

 

Now in AOLAP, in the first query you right click on the year which you want more detail and in the "Go To" menu you will see the RRI link you created. Click that link and the detail query will appear inside AOLAP... but filtered on the year you right-clicked on.

 

Kind Regards

Ian


Re: Billing date in case of Periodic Billing Plan

$
0
0

Dear Mr.Lakshmipathi

 

Thanks for your reply.

 

As per your comment, it is standard to post billing with the billing date proposed by billing plan. But problem was there was error in billing posting in case postng date is future date due to posting period block. So I managed this error by using individual billing in VF04. I can change billing date when creating billing doc individually.

 

Smoozi

Viewing all 8594 articles
Browse latest View live


Latest Images