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

Re: Need help to write code on toolbar button click

$
0
0

Hi Navin,

 

Goto PROCESS_EVENT of the feeder class, and capture the event triggered initially  and write the required logic within the block of that code.

 

IF IV_EVENTID->MV_EVENT_ID EQ  'ACTION_NAME'.


-----------------------------------

-----------------------------------

-----------------------------------

Your code

-----------------------------------


ENDIF.


Regards,

Harsha


Re: Action buttons to display orders per specific period - Agentry

$
0
0

Sizo,

Try this on the ATE where you can debug the rules and see their execution.  That way you can see what is being returned by Javascript and your other date manipulation comparisons.  You may need to create Windows versions of your screens though to test it properly.

 

Jason Latko - Senior Product Developer at SAP

Re: negative stock in transit

$
0
0

I don't see how this will help, could you please give me more details?

Re: Service History Log

$
0
0

Hello Martin,

 

Yes call history will be logged in /iwfnd/error_log. Here logs would be found if at all there is any fatal error i.e., BE/GW level check-box would be checked accordingly.

Otherwise as per my knowledge i do not see any way where we can see the logs if a service gets called from REST client or not in GW level.

 

In the browser on click of F12 key we can check in the networks tab if at all service if fired and its response with its status code as well.

 

Regards,

Ashwin

Re: Message nr 00347 by transaction FBV0 for field BKPF-REINDAT.

$
0
0

hi all,

the solution for this problem is "Enhancement":

 

Program:"SAPMF05A"

Enhancement Implementation Type:"Static Enhancement Point/Section"

Enhancement Implementation Point/Section: "\PR:SAPMF05A\FO:REF_FUSSZEILE\SE:BEGIN\EI"

 

    LOOP AT SCREEN.      IF screen-name = 'BKPF-REINDAT'.        screen-input      = 1.        screen-output     = 1.        screen-active     = 1.        screen-invisible  = 0.        screen-display_3d = 1.        screen-value_help = 1.        MODIFY SCREEN.      ENDIF.    ENDLOOP.

Best regards.

Re: Sap Sourcing 9.0(installation) Oracle Text Search installation error

$
0
0

1.cd app/administrator/product/11.2.0/dbhome_1/ctx/admin

2.sqlplus /nolog

3/4.conn /as sysdba

5.@catctx.sql passw5ord SYSAUX TEMP NOLOCK

 

Best Regards,

Debaditya

Re: Issue while Upgrading Stack through Sum Tool in Solman

$
0
0

Anyway,  share the logs and check your network share permissions and set DIR_TRANS variable/parameter.

 

Without logs I can really say about the actual issue.

Re: No of Records Read from Infoproviders in a query

$
0
0

You could build a query for this.  Use the characteristic 0INFOPROV (Infoprovider) to identify the infoproviders in your multiprovider and add this to your row structure.  In your column structure, create formula = 1.  Add the same selection criteria to this query and you can look at the total row for the formula you just created.


Re: Configuration of SAP MDG User Interface in Customer Namespace - 7.0

$
0
0

The document mentioned in the link does not state anything related to use user interface in customer namespace as suggested by sap in Innovations page. this is more about FPM applications.

 

Regards,

shankar

Where are release notes for Crystal Reports 2011 SP10?

$
0
0

We've recently moved from Windows XP with an older release of Crystal to Windows 7 (64 bit) with Crystal Reports 2011.  Where can you find what issues have been fixed?  Despite finding a link with the text "Support and Feature Pack Release Notes" on the web page SAP Crystal Reports 2011 – SAP Help Portal Page, the document is for SP5.  Where can you find issues known and fixed in each of the service packs (and known and not fixed)?  I also looked at Analytics Knowledge Center and picked Crystal Reports and 2011 and the only release notes other than the initial release is for a FP3, which as near as I can tell is nowhere to be downloaded so I assume the SP1 replaced that...

Re: ME51N/ME52N: Editable customer columns in ALV grid item overview

$
0
0

Hello Silvan,

 

Why dont you pass the EDIT field as 'X'  for Catalog structure before calling the ALV Grid Functionality(Grip Function modules) in BADI "ME_PROCESS_REQ_CUST"

 

Regards,

Sankarbabu

Re: Automatic clearing of accounting documents

$
0
0

Thanks Rafael.  But we want it to post to accounting, it is just the clearing part we are trying to avoid.

 

sdn-q2.png

Re: Sap GLM Serial NUmber printing

$
0
0

Hello Subash/Chris,

 

Just to do more , when I saw that report symbol group there is no any function module associated with that group . Do we need to write logic for brining this serial number in sequence ?

 

Regards,

S P

Re: Hi, can anyone help me this question: Does Powerbuilder 12.5.2 Support the Oracle 12c 64-bit Client driver ?

$
0
0

You need to compile your application to 64 bit to use a 64 bit client.  If you're on Classic, you can't do that until you upgrade to 12.6.

Re: OTF End command // missing in OTF data while .pdf conversion

$
0
0

Please, man... I do not posses any kind of psychic abilities, at least tell what error are you getting...


Please look up in program SF_EXAMPLE_01 what exceptions are available for generated Smartform function module and how to handle them. Look up in SAP Help on Smartform programming how to set the parameters to get the output of form as OTF. Search before posting - getting OTF is a basic stuff.


Re: PB 12.6 Issues with 64 Bit Executable

$
0
0

Hi Pat -

 

I went ahead and uninstalled PB 12.6 and re-installed as follows:

 

  1. Only PowerBuilder (de-selected SQL Anywhere and InfoMaker)
  2. Selected only the following for install:
    1. PB base componants (including x64 runtime)
    2. Native Database Interfaces
    3. SCC Interface
    4. PB Resource Monitor
    5. PB Runtime Packager
    6. Help Files

 

PBRTH126.DLL was only installed under C:\Program Files (x86)\Sybase\Shared\PowerBuilder\x64.

 

Silly questions: Why does the Runtime Packager not look for this under x64 when I am creating an x64 MSI? Why does the 32 bit MSI get created just fine even though the 32 bit file was not installed?

 

Thanks!

Tom

MDG-F 7.0 Difference of Import/Export Master Data and File Upload/Unload

$
0
0

Hello all,

 

On MDG-F main selection screen, there is a function called File Upload. Separately, there is another function called Import of Master Data.

 

Would there be any big difference between these two function? I think that file upload function has enough capability to load financial master records in MDG-F especially with diffferent upload modes SAP offered. Then in which instance, should I use Import of Master Data?

 

Thanks,
LUO

How to change default settings in CM01

$
0
0

How can I change the default setting in CM01. End user will like to have other settings then the default.

Re: PO number with Exception status 20(cancel process).

$
0
0

Hello Park

 

This exception is generally triggered by the rescheduling check. This PO is probably outside the rescheduling horizon or it is not included on the rescheduling check on customizing.

 

I wrote the following WIKI that explains the rescheduling check and the involved customizing in more details:

 

What is rescheduling and how does it work - ERP Manufacturing (PP) - SCN Wiki

 

See also the following note for more details:

 

SAP Note 1745312: MRP creates redundant proposals though there are fixed future receipts which can cover the requirements.

 


BR

Caetano

Re: Manage multi-table insert using OData Service

$
0
0

Hi Thomas,

 

I don't have previllages to to set trace. and I am setting break-point in the XSJS exit but when I hit my service from postman I am not reaching into XSJSLIB break point.

 

- Dharmesh

Viewing all 8902 articles
Browse latest View live




Latest Images