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

Re: Agentry Transaction Failure Handling

$
0
0

Thanks AK! Exactly what I was after.

 

Cheers,

Stephen


which fm or bapi can expands the sku quantity of AFS BOM

$
0
0

hi experts. i want to expands a bom of AFS material, but the "CS_BOM_EXPL_MAT_V2" can't expands the quantity of sku item.( the data of table J_3ABOMD ) anyone know which function can do it?

Re: SAP ECC6.0 cannot connect to SQL Server Database after recreating DB server

$
0
0

SS,

 

No, the DB host name hasn't changed.  We tried to recreate the DB server exactly like it was before.  We may have missed something. We didn't change anything on the SAP server.

 

Thanks

Jerry

Re: Programmed binding help

$
0
0

Hello

 

here are some links which can help you do the programmed binding

Using functional methods in workflows and tasks - ABAP Development - SCN Wiki

 

Expressions: Functional Methods - Embedded Processes (SAP Business Workflow) - SAP Library

 

 

 

I am afraid that instead of a method of your BO, you will have to use a class with the IF_WORKFLOW interface implemented. If you do not have a class for your workflow, simply create one class with IF_WORKFLOW interface implemented....just activate the empty methods. Create one static, public  functional method - input is the Material Number & Plant and one "returning" parameter - MRP controller. Likewise for the Purchase Org (if that changes).

 

Create a container element in your WF of that class type and use that variable to call the functional method in the binding from the workflow to the decision task (instead of passing the event value of MRP controller to the Task container variable, call the functional method and bind to the MRP controller variable of the decision task).

 

 

Regards,

Modak


Re: no formula log updated in the detail log when moving data one ENVT to other ENVT

$
0
0

Hi Uma,

 

If you want to have log displayed you need to use the following method.

 

  cl_ujk_logger=>log( i_object = 'COMPLETED' ).

 

Maybe you need to loop over the et_message to display everything.

 

Andy

Re: SAP Notes section handling in CRM Upgrade project

$
0
0

Hi Vij,

 

If a function module is been made obsolete during upgrade, SAP will take necessary steps either to replace it with other function module/code. If it was missed out by SAP, there should be a note released for the same to correct it.

 

So from your side, you dont have to correct the standard SAP delivered objects (unless a note specifies to make changes using access key).

 

Hope this helps,

~Athreya

2LIS_11_VAITM Ship_to & ship_to_country Delta Issue

$
0
0

Hi Experts,

 

We are pulling delta to  Sales Order Item DSO  from 2LIS_11_VAITM. But for some orders we are not getting ship_to and country_ship_to values in the delta loads.

 

In transformation 0ship_to is mapped to field PKUNWE and country ship to is mapped to PLAWE.

 

If i am filling the set up table for these sales orders and doing a full load then i am getting these values but its missing in delta loads.

 

can anybody tell me why this is happening and how can i fix it ?

 

Thanks in advance

Will leap second impact ASE?

$
0
0

A leap second will be inserted at the end of June.

(used NTP to sync the time)

 

Any SAP notes talk about this?

Will leap second impact ASE?

 

Is the following ASE message relay?

Warning: The internal timer is not progressing. If this messages is generated multiple times, report to Sybase Technical Support and restart the server(alarminterval=-577028)


Re: Tds excemption by amount.

$
0
0

Dear Mukthar,

 

   It is not working . While running the RFWT0010 in SE38 no data is updating . It is a new vendor no posting happen to that vendor also. kindly my concern is why system is not calculating the formula in the current year.

Send cookie to webservice via SMP 3.0

$
0
0

Hi,

  I am building a hybrid application using Kapsel and SMP 3.0 SP06 where the authentication is based on Http login using basic authentication.

 

From the mobile application I am trying to send a cookie in the header e.g. Cookie: myappID=myapplication to the authentication webservice.

 

The issue is while I am getting http header for authorization I am not getting any cookie header data in the webservice.

 

Please suggest what could be the issue.

 

Regards,

Amit

Re: SAP_WAPI_WORKITEM_COMPLETE and SAP_WAPI_WORKITEM_CONFIRM ISSUE IN badi

$
0
0

Hi

 

I would agree with Karri to check the Work item Type. It determines the type of WAPI to be called.

Also, you only need to call SAP_WAPI_WORKITEM_CONFIRM if the workitem task is set with a flag "Confirm End of Processing" (That you can check in task definition in PFTC).

 

 

Also, rather than triggering both FMS in Background task independently, why not club them in one Z FM and call that Z FM in background task or starting new task? This will ensure that the first FM execution gets over before the second FM execution - which may sometimes overlap (in your current design)  when background work process is overloaded (though I do not have concrete proofs to prove so) !!

 

Regards,

Modak

How to schedule a Webinar on SCN

$
0
0

Dear Colleagues,

 

I would like to know the process to deliver a webinar on SCN.

Or is there any contact person for HANA related topics?

 

My Team members would like to give webinar on Data Warehousing Foundation.

 

Regards,

Goutam

Re: No path found in Server Node '~Java~'

$
0
0

Hi Symon,

 

SAP KBA 1788474 - Managed Systems Configuration check returns "The definition of Technical System 'SID~JAVA' is not correct: SID~JAVA No Path found in ..."

completely relevant here.Could you share snap-shot for the

In section "Software Component Versions of Selected Product Instance", make sure "SAP J2EE ENGINE 7.02" and "SAP J2EE ENGINE CORE 7.02" as marked as installed

For No FQDN for the host warning you could switch to LMDB --> Host --> Enter the host name -->Details --> Will open screen  Details for CIM Instance ---> Properties -->switch to edit mode --> Enter the FQDN under attribute name fqdname & close.

fqdn.jpg

 

Hope this will help you.

 

Good luck !!

Re: EM and BRF+

$
0
0

Hi Zenon,

 

There is no standard way we can integrate in SAP EM, but we can make a coding and customize on our own way and call BRF+.

 

BRF plus is not belongs any specific system, it is sitting on SAP Netweaver ABAP stack platform.

 

User Interface of the BRF Workbench - Business Rule Framework (BRF) - SAP Library

 

You go through this link there are bunch of documentations and presentations available Business Rule Framework plus .

 

1. Execute tcode BRF+ or BRFplus

2. If will open up like this http://......../sap/bc/webdynpro/sap/fdt_wd_workbench

3. If you can't open up or getting error, then talk to BASIS team.

4. Follow my blog what I have mentioned steps.

5. You may need to create own Application Class for SAP EM to differentiate from which system the BRF+ needs to call.

5. You can also post in BRF+ forum SAP Business Rules Management

if any issue occur during defining Decision table or tree etc or customizing or development issues.

6. If you want to know how whole BRF+ works then this book BRFplus—Business Rule Management for ABAP Applications.  of Thomas Albrecht, Carsten Ziegler - by        SAP PRESS gives in depth knowledge.

 

Let me know if you need more information.

 

Thanks Steffen Georg Butschbacher to pointing out to my blog .

 

Regards


GGOPII

Re: performance --> load tab in hana studio

$
0
0

Hello,

My best suggestion for you is to connect HANA to Solution Manager, which indeed collects performance data and makes it readily available for you at regular intervals.

 

HANA system performance graphs can be found in Root Cause Analysis Tab of the solution manager system.

Rgds,

Mat.


Re: Highest amount among children in a BW hierarchy

$
0
0

Was able to figure this out myself.

 

 

 

Max([measure];[0COSTCENTRE].Children)

 

Furthermore I was able to show the Level 4 Cost center text and amount along side level 3 parent cost center.

 

It was bit of a lengthy path; Hope somebody can improve it. Steps are as follows....

 

MaxChildAmount = Max([Amount];[0COSTCENTRE].Children)

MaxParentAmount = Max([MaxChildAmount ];[0COSTCENTRE].Parent)

CostCentreName = If([Amount]=[MaxParentAmount ];[0COSTCENTRE.text])

MaxChildName = Max([CostCentreName ];[0COSTCENTRE].Children)

 

Now you can use MaxChildName in the same row as Parent name

 

Thanks all

Re: Number range NR status does not match next number generated

$
0
0

It depends upon your SNRO settings. The value here.

Capture.JPG

Re: Reset SUM During Execution Phase

$
0
0

Hi,

 

FATAL ERROR: System already in or after downtime, no reset possible

You could not reset the upgrade now as you're already entered into DOWNTIME phase,& the KBA you're following is suggesting reset of SUM during Preprocessing phase not for the downtime.

 

From the KBA  2011380 - Previous SUM not finished properly and asking for CLEAN MODULE PASSWORD


Reproducing the Issue

  1. Reset the SUM during the preprocessing step.

we do not need to perform the upgrade anymore.

If you do not need to perform upgrade anymore then you could restore the system with the backup which you've taken before entering into the downtime phase

b.jpg

Regards,

Gaurav

Re: R3load -testconnection failed in import abap for EHP7-HANA

$
0
0

I'm facing the same issue, I'm running it on a test environment where the NW74 SP08 system was already installed before several times with both HANA SPS090 and SPS095..

My HANA DB is running in Multi Tenancy mode. The NW7.4 SP08 system was installed with HANA SPS90 and also with SPS95 but NOT when running HANA with Multi Tenancy. When I try to reinstall everything using MT database, I get the same error...

Re: GRC 10.0 - how to upload secondary approvers

$
0
0

Hi Pooja,

 

You can use role import functionality and maintain second approvers in next line for the same role and import, it will work.

 

 

Regards,

Madhu.

Viewing all 8902 articles
Browse latest View live




Latest Images