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

Re: Fetching HTTP proxy settings under Tomcat7 container


Re: Smartform Templates

Re: Export Webi report to Excel

VF04: Badi/ User exit/ Enhancement point/ spot on 'SAVE'

$
0
0

Hello,

 

The requirement is to update VBRK-STCEG and VBRK-STCEG_L on 'SAVE' on certain conditions in VF04.

Please provide pointers.

 

Kr,

Maninder SA

Feature to indicate funding for payment of AP invoices

$
0
0

Hi,

 

I have a requirement to be able to allow user to specify where the funding will come from for outstanding AP invoices.  Is there any standard SAP feature to allow this?  Is there any way to default the house bank where payment is to be made based on certain logic?  (for example, if the GL account is in a certain range, payment should come from general bank bank instead of project bank account)

 

Can this be handled within AP module or must cash management module be considered?

 

Thanks & rgds.

Re: BADI "/SAPSRM/BD_POWL_CHNG_SEL_RSLT" not triggered after implementation

$
0
0

Hi Ravi,

 

It might be a late reply, but I am posting my view so that anyone else facing similar issue can get some idea.

 

Similar issue I also faced. I implemented this BADI almost a year back with below filter criteria as during debugging inside this method I got SAPSRM_PA_PURCHASING as APPLID when coming from SC search screen.

APPLID = "SAPSRM_PA_PURCHASING"

POWL_TYPE = "SAPSRM_FEEDER_SC_PROF"

 

All was working fine until today when during a session I came to know that result are not as expected.

On analyzing further I noticed that BADI is not triggered.

 

I removed the Filter criteria from the BADI implementation and kept a break-point inside method.

This time, debugger stopped at break-point and I noticed that now

APPLID = "SAPSRM_OP_PURCHASING"

POWL_TYPE = "SAPSRM_FEEDER_SC_PROF"

 

This was the reason for BADI not getting triggered.

Not sure, how and why it got changed. Need to search more on this.

 

Warm Regards,

Shyam Agrawal

Best approach to send HU Creation via IDOC to another SAP system

$
0
0

Hi ,

Can you please suggest me the Best approach to send HU Creation ( Currently it is using FM LXYRD_HU_CREATE in SAP System ) and now I need to send IDOC to another SAP system when inbound DESADV idoc is creating.

 

Now I need to send this thro Standard IDOC or Custom IDOC to port instead of creation of HU in sending system.

 

 

 

for the FM I am passing the fields

IV_LYARD,

  IS_HU_HEADER-VELTP = 'B'.

        IS_HU_HEADER-VHILM = 'test'

       IS_HU_HEADER-YLCCL = '01'.

        IS_HU_HEADER-YLOCT = LOCATION.

        IS_HU_HEADER-OWNER = OWNER.

       - IS_HU_HEADERSIGNI = TRAILER_ID.

        IS_HU_HEADER-NAMEF = DELNOTE.

       IF PIV_BOLNR IS NOT INITIAL.

          IS_HU_HEADER-LTEXT = PIV_BOLNR.

       ENDIF.

 

        IS_HU_HEADER-STATS = '03'.

 

  ** Vendor

        IS_HU_HEADER-FWAGN = VENDOR.

        IS_HU_HEADER-NAMBE = LV_VENDOR_DESC.

 

**OWNER - Vehicle Owner

        IS_HU_HEADER-VHART = 'Z300'.

and calling FM

 

CALL FUNCTION 'LXYRD_HU_CREATE'

         EXPORTING

           IV_LYARD         = 'XXX'

           IF_CREATE_HU_SCR = L_FALSE "lhmgc_false

           IS_HU_HEADER     = LS_HU

         IMPORTING

           ES_HU_HEADER     = LS_RET_HU.

*           EXCEPTIONS

*             SERVICE_CANCEL         = 1

*             SERVICE_FAILURE        = 2

*             OTHERS                 = 3

       .

Re: Dispatcher Work process hangs

$
0
0

What DBMS system are you using? Check DB state/perfromance metrics for the same time frame as already suggested by Isaias.


Re: BRM and BRF

$
0
0

Approver: helps you generate a rule id, to which you map a Condition Group, in Decision table. Then in NWBC->..>Role Owners, you map RoleOwners to Condition Group.

 

Methodology: Rule id generated gives you a Result Column as 'Condition group' in Decision table . The Condition group  value is mapped to Methodology Process, which in turn is mapped to Process(and steps)  

 

MSMP: The Process has a step called Approval. When the role in BRM, reaches this step, a workflow will be triggered. The Workflow is created, by generating Rule id

Re: CM25 - Customizing problem

$
0
0

Hi Brahmankar,

 

I have tried to copy from 000 client but the problem is remained.

I have modified a Requirements group: ZAPPI_BG01 as below:

 

1KAKOs + KBEDs (pianif.)5KSAPGR10
2AFKO/KBED (Pian)5KSAPGB7
3PLAF/KBED (Pian)5KSAPGB36
4AFKO/KBED (Non Pian)5KSAPGB25
5PLAF/KBED (Non Pian)5KSAPGB29
6PLAF/KBED5KSAPGB26

Where 5KSAPGB7 is setted:

 

001 5KAUFNR                  N. ordine senza valore         AUFNR

002 5KCANUMFI                KBED-CANUMF con valore iniz.   CANUM

003 5KKBEDSELAVE             KBED pianif.          (SAP001) KBEDS

004 5KTYPKZ                  KBED-TYPKZ senza valore        TYPKZ

 

I have used like model requirement group SAPSFCBG01. Now it seems to work.

 

What control these stes:

 

003 5KKBPHASE                     PHASE_KZ = ' '                           KBPHA

004 5KKBPHASE0                   PHASE_KZ = 0                            KBPHA

005 5KKBPHASE1                   PHASE_KZ = 1                            KBPHA

 

Thanks for your help.

 

Giuseppe

Re: Crystal Reports stand-alone designer vs VS 2010 Version

$
0
0

Also, did you re-boot between uninstalling and re-installing?

Anyone know of API or a method to put a Response window in the taskbar?

$
0
0

Anyone know of an API or a method to get the title of a response window in the taskbar?

 

The issue is an older PFC application that is using a response window for the logon window.  The application calls the logon window before opening the frame window.  If the user has more than one application open and they start up the PFC application and switch over to another application then the logon window gets hidden behind the other applications window and the user doesn't know the logon window is open.

 

I would like to force the response window into the taskbar so the user can see that the logon window is opened.

 

Anyone have any ideas?

 

Thank you in advance for reading this discussion, your time is appreciated.

 

Kyle

Re: Limitations of Smart Data Access

$
0
0

This is a product limitation and there's no easy way around it.

 

For this kind of update HANA would have to get an lock all possibly affected rows from the DEPT table, perform the join of EMP and TEST_JOIN, change the values for DEPT and store it back to the remote DB.

 

This scenarios is not implemented in SDA.

Keep in mind that SDA is meant as a data integration feature and not as a heterogeneous DB federation function.

 

If you need to actually do something like this, you'll need to build it yourself on top of SDA or use a ETL tool.

 

- Lars

Re: Screen Personas 2.0 Header Issue

$
0
0

Hi Shane,

Do you have spaces in title text? Can you double click on text to open it in edit mode.

 

Thanks

Chinthan

How to get the user? Always "UNKOWN"

$
0
0

Hi guys,

 

why am I getting "UNKNOWN" as user after I call "DS_X.getInfo().user;"? It doesnt matter if I am on NetWeaver or BO..

Somebody with similar problem out there?

 

Best regards,

Juri


Re: Crystal Reports Add-In with ByDesign

$
0
0

Thanks, Uwe.  It looks like this install is SP 10?  (14.0.10.1493)

May I ask how you obtained the version 2011 SP4?

 

Thanks,

Raynes

Re: Delivery date calculation in Purchase Requisition via MRP run

$
0
0

Hello

 

I suppose that you do not allow the start in the past on customizing, therefore, MRP is taking the MRP date as the start date of the purchase requisition. Then the purchasing processing time, planned delivery time and goods receipt processing time are added to calculate the finish date.

 

Check if start in the past is allowed on the customizing transaction OPPQ.

 

See the link below for more detail:

 

Backward Scheduling for External Procurement - Material Requirements Planning (PP-MRP) - SAP Library

 

BR
Caetano

Re: How many Cost Centers SAP Business one supports?

Re: Planning with different time profile levels

$
0
0


Assuming that I implement two different planning areas - I assume that I then still would need to have a third one that consolidates the two to provide a corporate-wide view, right?

Re: appeon application close event

$
0
0

closequery is a window event, not the application.  are you using the close event of the application in any production web system? 

 

It almost seems like a user might close the browser a certain way and it makes the application close without firing the close event

 

I'm also having problem with just one user whose browsers keep crashing (IE and chrome)

Viewing all 8594 articles
Browse latest View live




Latest Images