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

Re: Where the Off-cycle hours are saved?

$
0
0

IT 267 is used for off-cycle payments.  In results table, there will be a separate line for off-cycle run after the normal pay results.  For example, for a monthly payroll area, the off-cycle run made after say Nov 15 run, the off-cycle results will be immediately after the Nov 15 results.

 

The same w/t that is used for OT during the normal payroll run can be used for off-cycle run also.

The IT 267 can have applicable date, OT w/t.  The number of hrs or/and amt, entered depend upon the config for the w/t in V_T511 w/t characteristics.  The date needs to be during the normal pay period (after which the off-cycle run is executed).


Re: CR 2011 is crashing when trying to create a new connection

$
0
0

Did you check on those %TEMP% rights?

Need to emulate changed item event in dw - PowerBuilder Classic 12.5

$
0
0

Greetings all,

 

I am working on a temporary project where I am importing data into a spreadsheet (about 100 rows).  That is working fine.

 

But then I need to fire the item changed event to make additional processing take place using the code in my itemchanged event.

 

But somehow, I can't seem to get it fire.

 

Can someone kindly suggest a way to make this happen?

 

Thank you!!

 

Paul

Re: Future of PowerBuilder webcast

$
0
0

Hi Armeen,

 

I don't seem to be able to find the recording...

 

Kind Regards,

Lars

Re: Upgrade to ECC 6.04 PHASE: MAIN_NEWBAS/PARCONV_UPG ERROR

$
0
0

super. My issue is fixed as well

NT2015-003 x Impactos no sistema

$
0
0

Caros colegas,

 

Não pude participar do último evento sobre a NT2015-003 EC87/15, mas gostaria de saber se alguém questionou sobre qual a orientação da SAP sobre a necessidade de ter Teste de Regressão após aplicadas as SAP Notes relacionadas a NT2015-003?

 

O que a SAP indica?Já que a solução veio muito próxima do timeline do Governo (onde a regra começa a valer), e que este tipo de teste requer tempo e recursos que talvez muitas empresas no momento não tem disponíveis? Outro ponto, alguém ouviu em algum momento informação da SAP dizendo que esta aplicação geraria "alto impacto" a ponto de teste de regressão?

 

O teste de regressão, entendo que falamos do sistema como um todo, ou seja, as frentes de MM, SD, FI, CO ... etc, utilizadas pelo cliente .. ou seria apenas, testes de regressão localizados?

 

Na SAP Notes é informado que são relacionadas a razões e pre-requisitos relevantes só para o Brazil? Isto quer dizer o que? Esta questão, é apenas para esclarecer este ponto, pois há opiniões divergentes sobre o tema, embora entendo que haja outras questões.

 

 

Se alguém puder colaborar, compartilhando este ponto seria muito bom!

 

Abraços

Re: SAP MDG-S workflow template

$
0
0

Hi Kiran,

 

Thank you for your reply.

 

Ramesh

Re: Just upgraded to 13.0.15 and the export button does not work to PDF

$
0
0

Strange... Is your code on page load or page init? (it should be on page init)

 

Is this happening on your development computer of after you deploy the app?

 

As test, I'd like you to create a new one line test app:

 

Viewer on a form

This code in Page Init:

 

CrystalReportsViewer1.ReportSource = <path to a saved data report>

 

Run - does this app export?

 

 

- Ludek


Re: Real time reporting in BPC

$
0
0

Hi,

 

fixed cube technical name then read BPC multi provider in your BEX.

 

Andy

Re: Need to emulate changed item event in dw - PowerBuilder Classic 12.5

$
0
0

Hi Paul,

 

I would create a new user event, move the itemchanged code to the new event, call the logic from the itemchanged event as well as where ever else you need it.

 

Kind Regards,

Lars

Re: Table layout cannot be controlled using Personas 2.0

$
0
0

Personas 3.0 uses the column name for identification, instead of the sequence index.


Still, even in this case there are certain transactions where the backend logic assigns names to columns that are dynamic and can behave like indexes or names are completely different in one system vs. another. That is a tough problem because the flavor only knows the static names of the columns how it was created and the same formatting will not be applicable to the other system's setup.

Re: Problem migration from SAP JCO 2.1 to SAP JCO 3.0

$
0
0

With JCo3 the connection management concept has changed and is now completely done within the JCo framework. So there are no connection related APIs in JCo3 anymore and therefore also the pool management is now completely done internally.

 

Just delete everything that is related to old JCO.Client, JCO.Pool and JCO.PoolManager instances and use the new JCoDestination object instead which is not an equivalent to a physical connection anymore like JCO.Client was. A JCoDestination represents an RFC target instead. This is similar to the RFC destinations in an ABAP system (maintained with transaction SM59).

 

Connection pooling is defined in the destination's configuration settings and is managed by the JCo3 framework automatically. No need to take for the developer. Pooling can be easily setup and modified by an administrator later without any code change.

 

For the server related stuff, do not extend any internal JCo runtime class. Please use the interfaces from the API only, For servers you have to set the appropriate handlers, e.g. with JCoServer.setCallHandlerFactory(JCoServerCallHandlerFactory). Here you have to implement the appropriate interface, e.g. JCoServerFunctionHandlerFactory, or use the default factory implementation and register your own handlers there, The handleRequest() method is defined in the interface JCoServerFunctionHandler. You have to implement this one. Please see the JCo JavaDoc for further info.

 

For TID management there is also a separate handler: the JCoServerTIDHandler which is set using method JCoServer.setTIDHandler(JCoServerTIDHandler).

 

The same applies to the JCoIDocServer and the IDoc handlers from the JIDocLib 3.0.

If you need an IDocRepository this can be fetched by calling JCoIDoc.getIDocRepository(JCoDestination). But usually you don't need this for a pure JCoIDocServer implementation. Which repository a server should use is simply better defined in its configuration, namely with property jco.server.repository_destination.

An IDocRepository is only needed for creating a new IDoc from scratch.

 

And finally:

The equivalent method to IDoc.Document.getName() is:

IDocDocument.getRecordMetaData().getName()


Hopefully this answers all your questions.


Best regards,

Stefan



Events in SAP B1 forms

$
0
0

I'm having trouble identifying when a form changes its status OK or add to update.

The event this not through the ItemEvent.

I'm using filters in my code.

How to convert custom selection under FPCOPARA User Parameters to a range table in ABAP?

$
0
0

Hi,

 

We have multiple FPCOPARA print runs with different custom selection set up under User Parameters/Custom selection. In event 1799, I need to capture whether a specific field was used for the selection or not, and I also need the values that were set up for that specific field. This selection can be either include or exclude, EQ or BT, etc, like in a usual SELECT-OPTION. I have found that all custom selection fields and their content is stored in a deep structure referring to FKK_MAD_TEXPRL. Below is one example of this but the setup is very different for each print run:

LOGOPARITYFIELDNAMEOPTIONLOWHIGH
AND4
NOT1
OR3
0VTREFEQC43289875
0VTREFEQC510399444
0VTREFEQC88411234
0FORMKEY_RDIEQZBLF_PR_INV
0COIDTBT2015100720151007
0CORR_ROLEEQZINV

Is there an FM that breaks this down into a simple SELECT_OPTION-like table for just one field? Or is there any other way to filter out the selection for one field only?

 

Thanks a lot!

Marta

passing the inspection results from component material to header mterial

$
0
0

Hi Team,

 

I have one header material HD1 and material CMP1 is as component in process order. There is a common MIC lets say MIC1 in the inspection plan of both the material. CMP1 has been inspected and used in process order . Now we do the GR for  header material HD1 to get another 04 lot.

 

Here I want inspection result of MIC1 to be passed from CMP1 to HD1 material.  Is it possible to do this in standard SAP system ?

 

Thanks

Ravi Bhushan


EAM Mobile SDK 2.0 iOS - GIS Missing Images?

$
0
0

Hi,

 

After building an iOS Agentry client with the ESRI components using the EAM Mobile SDK 2.0, it looks like some images are missing from the Resource folders.

 

When trying to GeoTag a Work Order from the Map the buttons are blank / invisible with no icons -

iOS_Missing_Buttons.PNG

 

Looking at the SDK installation guide the example screenshot shows icons for -

  • Points/Polylines/Polygons shapes
  • Undo/Redo/Erase buttons
  • Cross/Tick for Cancel/OK

 

with the WFP version, but I would assume the iOS client has the same or similar buttons.

ESRI_Map_Icons.png

 

Looking through the GIS.Framework & Common.Framework in the EAM SDK the Resource folders I can't find the above images.

 

 

Versions -

iOS 8.1

Agentry - v70.10.6.7

EAM SDK 2.0

Work Manager 6.3

 

 

Thanks,

Stephen

Re: SAP GUI UPGRADE

$
0
0

Thank you for thedetailed answer! I think about questions.


I patched IS and update SAPsetup. It all fine.


But Ido not know howto upgradeproperly, what toolsto use...Maybe upgradeusing SCCM. Upgrade using SAPISimpossible to make, there are bugs, only update gui.

Re: how to install sap java gui

$
0
0

hello all SAP GUI java-ers

 

How do I start the SAPGUI client exactly please? When the PLATIN JAR package is extracted:

 

Configuration is JAVA JDK1.8 which seems to be JAVA8... OK.

Running under UBUNTU15.10 which is very agreeable..Ok

When under FILE mgr, is see:  SAPClients/SAPGUI/bin/ guilogon and guistart

==> However when I doubleclick guilogon , a /bin/sh start script starts for PlatinGUI .....not the program itself.

 

What should I do now please???

I am not a hardened linux shell programmer.

 

Kind regards,

alexander

Re: 4.1.6 FHSQL @Prompt capabilities

$
0
0

Since you don't have the universe, no objects will be available for LOV. You can try using Custom SQL for the report where you can use the Object in the Prompt defenition.

Issue exporting Old dates data to Excel

$
0
0

Hi,

 

We have a Date columns where we have dates as 1/1/0001. When the WebI Report is exported to excel the values for 1/1/0001 is showing up as ######## instead of 1/1/0001.

 

The users are fine if the excel shows up as 1/1/0001 instead of #########.

 

Has any one came across this issue and has any work around, so while exporting to excel it displays the date as in WebI.

 

Thanks

Viewing all 8667 articles
Browse latest View live




Latest Images