Quantcast
Channel: SCN : All Content - All Communities
Viewing all 3276 articles
Browse latest View live

Logging BAdI: failing to call function module

$
0
0

Gurus, colleagues,

we are facing an issue with the logging BAdI in IP wrt calling the function module RSPLS_BADI_LOGGING_ON_SAVE_V2 which would write the planning changes log entries to the target DSO. this function is being called within method BADI_SAVE_LOG contained in class CL_RSPLS_BUFFER_B.

the setup:

Our system is an SAP BW 7.40 SP level 12 on Oracle DB, no frills. We are running a planning application where the logging BAdI has been implemented on our main planning cube. So as part of any planning activity which ends with a SAVE action, the logging to DSO should also be executed, which should happen asynchronously by calling the function mentioned above.

the issue:

unfortunately this step falls over creating a couple of error messages in the system log. The essence of these and from checking the corresponding V2-queue entries in SM13 is that the function call of RSPLS_BADI_LOGGING_ON_SAVE_V2 is failing because parameter i_log_tab is empty. but this is a required item in the function interface.

the question:

Have you already come across a similar problem? If yes, how did you solve the situation? Is there a workaround or do we need to modify the standard SAP stuff so that it would be working (again)?

 

Many thanks for your support! Any contribution is appreciated.

 

Harald


Is ASE Open Client available for download ?

$
0
0

Is ASE Open Client available for download ? Where ? Thank you in advance for any reply.

Local Currency field in MIRO

$
0
0

hi ,

 

how system calculate this field? DMBTR

 

Is this stock value or it should be value what we going to post in GR account,

 

as I have a issue where during reversal of GR in MIGO this field has the value which we posted into Stock rather the amount of GR account.

 

Many Thanks

how to store the item details of a particular delivery order into a custom table?

$
0
0

Hi all,

 

I am new to SAP. My scenario is I have created a custom table with some fields related to item details of a particular delivery order,

now i go to t-code VL01N and create a delivery order of a particular sales order but now before save that delivery order I need to transfer
these item details into my custom table.

 

I have found the BADI -->  LE_SHP_DELIVERY_PROC and inside the method named SAVE_AND_PUBLISH_BEFORE_OUTPUT
i need to write the code.

 

pls tell me am I doing right or not..

pls giveme the solution.


Thank you.

Consensus forecast quantity issue - while DP transfer to ECC

$
0
0

Hi Gurus, When I'm transferring consensus forecast from APO to ECC this is what I observed: only quantities > 1000 will be transferred to ECC These are the steps I followed: 1) Loaded Consensus forecast to my planning book (SDP94) 2) Able to successfully transfer from Version '000' to 'SOP' - (TSCOPY) 3) Created a planning job with transfer profile - MC8D 4) When transferring from APO to ECC - (MC8G) only those time buckets > 1000 qty are transferred In the attachment please observe how 1001 qty got transferred but 999 and 1000 did NOT. Please help. Is there any configuration setting to restrict a key figure or limit forecast data transfer to ECC? Thank you Clint

Affordable Care Act (ACA)

$
0
0

Hello community,

 

If you have questions about ACA, you can post this on this thread. We will update this thread with tips and notes related to Affordable Care Act.

 

The main note has been released today:

 

2167502 - BEN: Main Note - Affordable Care Act (ACA)

 

Thank you,

 

Kind regards,

 

Graziela Dondoni

Table configuration - Maintenance order service tab

$
0
0

Hi Experts

 

I am trying to change the table configuration in PM order service tab, some how the field Gross price and cost element fields are hidden in the service tab table. When I try to change the setting and try to activate it, However after saving the system variant system doesn't take the changes. It come back to the original setting.

 

 

I am following the below. Kindly let me know whether I am following the right step.

 

 

 

1) Click on table setting , 2) Click on administrator, 3) Select the field and do the necessary change to make visible or invisible, 4)Activate, 5)Close and 6) save.

 

I have also checked ML90 transaction for IW31, IW32 and the operation and PT9 (services), all places I found gross prices is optional.

 

Please let me know if i miss any thing here, what the other steps to make the field Gross price and cost element active in PM order service tab.

 

 

Regards

Saidasan

Export Crystal Report Crash Application from C# 4.0 App. Throw Unhandled exception

$
0
0

Using C# 4.0 Winform Application(32 bit) with Crystal Report 2011 with Crystal report .Net runtime "CRRuntime_32bit_13_0_16".

During exporting report into PDF. An unhandled win32 exception occurred.

 

A few time this works and next time throw unhandled error as below

Problem signature:

Problem Event Name: APPCRASH

Application Name: Application.vshost.exe

Application Version: 10.0.30319.1

Application Timestamp: 4ba2084b

**Fault Module Name: MSVCR80.dll**

Fault Module Version: 8.0.50727.6229

Fault Module Timestamp: 4ec352ab

Exception Code: c0000005

Exception Offset: 000173c1

OS Version: 6.1.7601.2.1.0.256.48

 

I am exporting this first then sending the file in mail as attachment.

Then I delete the file after export to pdf process end.

Once this process finished only then user is able to do another process.

 

The sample code is as below

 

    if (m_ReportDocument != null)

    m_ReportDocument.ExportToDisk(ExportFormatType.PortableDocFormat, fileName);

    if (!File.Exists(fileName))

    { if (m_ReportDocument != null)

    m_ReportDocument.Dispose();

    return false;

    }


SAP Crystal Report stuck on "Please wait while the document is processing" but not hang

$
0
0

My Sub Report works until I add stored video parameters and linked it to my Main, It got stuck on "Please wait while the document is processing".

 

 

The Main Report Preview Works but if I run the report it doesn't

 

Here's my stored procedure for both reports:

 

ALTER PROCEDURE[dbo].[usp_MainReport]            (                                      @StartDate DATETIME,               @EndDate DATETIME            )            AS  BEGIN
select * from users
END
ALTER PROCEDURE[dbo].[usp_SubReport]            (                               @StartDate    DATETIME,            @EndDate      DATETIME            )            AS  BEGIN
select * from users
END

Is there a problem with my SAP Crystal Report?

Unable to add services in /IWFND/MAINT_SERVICE ! Error ! Need Help :

$
0
0

Background of what has been done

 

To implement Approve Requisitions and Approve PO apps.

F/E and B/E components have been installed on one ABAP server. ( Sandbox) - Embedded deployment.

 

Activated relevant services in SICF under the folder >sap ® bc ® ui5_ui5 ®sap > mm_po_apv.


Issue 1 : I donot find the GBAPP APPROVAL under  sap ®opu ® odata ® sap

Screen 1.PNG

So a question here , after installation of B/E component GBAP002-600 when does it appear in the SICF services ? Does it mean that it didn't get installed properly ? However I did check in SOLMAN that the component is present so I don't think that's the issue.

Does it reflect here only after I maintain it in Gateway using /IWFND/MAINT_SERVICE ?

 

Issue 2 : Here is my issue when I am trying to maintain it there

 

Screen 2.PNG


Some details on the RFC Destinations and System Alias properties to help you understand what I have done.

 

The RFC destination in SM59 looks like this ( its created pointing to the same server instance )

 

 

Screen 3.PNG

 

Now the System Aliases in IMG , ERP_FIORI is the one I am using for activating Odata services

 

Screen 4.PNG

 

So I am basically stuck at this point , however I could launch the FIORI URL and the designer URL. They too are obviously giving errors now

 

Screen 5.PNG

But the Approve Requisitions goes to the next screen at least,

Screen 6.PNG

 

Just to add that I have also added the system as trusted connection. Not sure if this is relevant for an embedded deployment.

 

Screen 7.PNG

 

Also a screenshot of the service frm the transaction Gateway Client, for obvious reasons that it hast been activated yet.

 

 

 

Screen 8.PNG

 

Any urgent help will be deeply appreciated . I know I am missing a very small and basic config which is causing this but I am out of ideas.

 

Please let me know if you need any other inputs from myside

 

Thanks

Sunny

Reference Other tables in SLT Transformation

$
0
0

Hi,

 

I'm wondering if it's possible to reference/perform joins to other tables when performing a SLT table load. I think I'm aware of the below scenarios, but hoping to see if there are other ways to do it:

 

  1. Use ABAP to reference other tables
  2. Create a table in the sender system with the references in place already
  3. Bring the tables as is over to the target system and perform the references in the target system (either directly or via a view)

 

To provide some details on my specific scenario:

 

I'm working on migrating tables from ECC to S/4 HANA using SLT. We have a requirement where we want to bring in data from joining 2 tables (sender system) into 1 table (target system).

 

Thanks for any help!

 

Walter

How to setup source system to manual in LMDB

$
0
0

Hi Experts,

 

For creating an xml for an upgrade, we are working with SAP and they want us to remove the kernel components in LMDB from the systems for which you are copying the stack xml with report RPT_MOPZ_COPY_STACK_XML.

 

I am trying to delete the kernel components but its not deleting and says:

 

Software component version 'SAP KERNEL 7.42 64-BIT UNICODE (KRNL64UC 7.42)' was supplied automatically

Message no. LMDB_BO122

 

Diagnosis

There are automatic data suppliers that register technical systems automatically to SAP Solution Manager. The installed software component version was registered by such an automatic data supplier. This data is usually reliable and should not be removed manually.

 

Check whether a change is really required.

 

Procedure

If the technical system is wrong, check that the automatic data supplier for the managed technical system still delivers data.

 

Procedure for System Administration

By default, the system prevents the deletion. To override the default, set the user parameter LMDB_AUTO_DS_OVRWRT to '06'. This will allow the deletion and change of automatically supplied information.

 

As mentioned in the above message from LMDB I have given this parameter to my id and logged back in and tried deleting. But still it won't delete.

 

Please advice.

 

Thanks,

Asad

Difference between E-separation and separation

$
0
0

Hi experts,

 

Please explain the difference between the E-separation of the employee and ECC separation.

 

Regards

Mohan

How to transport from Production environement back to Quality

$
0
0

Hello,

 

As part of our effort to keep out Development, Quality and Production systems as close to the same as possible we have been UJBR backups of Production and setting them up in Quality and Development.  I recently ran into some errors that have not occurred before and was told by SAP support that the UJBR is not the best way to keep our environments consistent.   Can anyone help on what is the best method to get our production environment back into Dev, Quality or even our Sandbox environments?

 

Thank you,

Robert

COPA Characteristics transport from DEV to QAS

$
0
0

Dear Friends,

 

Can any one please let me know is it possible to transport COPA Characters and values fields from  development server to quality server.

If so kindly let me know the process.

 

Regards

 

Niranjan Emparala


Value of rdisp/wp_no_enq if ASCS installed on CI host

$
0
0

Hi experts,

 

we have CI and ASCS installed on same host i have duobt about the enque work process.

Just to confirm i think there is no need to set "rdisp/wp_no_enq" parameter in instance profile.

 

currenlty its value is 3 can i remove form CI profile.

 

 

Regards,

vivek

Alerts for Max DB

$
0
0

Hi Experts ,

 

 

We have a Content Server Hosted on Max DB on windows 2003 server. Due to dis-connectivity with one of drive , DB was   Abruptly shutdown and not able to change to online from Admin mode. Please anyone could suggest if there is any possibility to configure Alerts if the mode of Max DB Changes to offline or Admin.

 

Regards,

Sharma

Problems Connecting Multiple ECC Clients with SAP PO (Java Only)

$
0
0

Hello,

 

We are using SAP PO 7.5 and are connecting to two SAP R/3 Clients (R/3 Version 4.7) for Idoc Communication..

 

For that we create two resource Adapters (inboundRA_<R3Client1> and inboundRA_<R3Client2>) as per the blog: Connect multiple SAP ECC clients from Java IDOC Sender Adapter by Resource Adapter Cloning

 

From the R/3 side, the same RFC(TCP IP) is used for both the clients.[Since RFC is client independent]

 

We want to know if the above process is fine. We are facing the following problems with this:

 

  • In the Development environment the above works fine. But every day the Program ID gets de-registered from the R/3 Gateway (smgw). If we just save one of the inboundRAs from NWA, then the program Id gets registered again on the R/3 side.
  • Now in the Quality environment -- one of the InboundRAs goes to red. If we stop one inbounRA, then the other works fine -- but not both together. Now, both turns green only when:
    1. in the Properties of the inboundRA.. we mention the port number(eg. 3300) for gatewayService for one RA, and the sapgw00 entry for the other RA. if we specify the same entry in both the RAs, then it does not work.

 

Any insights on this?

 

Thanks and Regards,

Himadri

500 Connection timed out

$
0
0

Hi,

 

We have a job chain which has around 300 jobs in it. Our jobs retention period is of 30 days. When we try to pull the history of this job chain, it takes more than 10 minutes to pull the history or sometimes it displays '500 Connection timed out'. Please advise. When we pull the history of 'All(non-maintenance) jobs, it is lot quicker.

 

Timed out.jpg

 

 

Regards,

Tinku

SAP content server traffic

$
0
0

Hi Experts,

 

Our ECL viewer attempted to open the file directly to content server, rather than through netweaver AS, Is this the default behavior?  Is there a way to alter this so the viewer will use the same pass-through netweaver AS access as the upload/download?

 

Thank you,

Henry

Viewing all 3276 articles
Browse latest View live


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