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

Re: How is ORPD and ORPC Connected?

$
0
0

Hi,

 

There are no link between header table. All links exist in the XXX1 tables.

 

Check RPC1 and RPD1 table to find the link.

 

Thanks,

Gordon


Re: Query Help

$
0
0

Hi,

 

Try:

 

SELECT T0.CardCode, MAX(T0.Cardname) as Customer,  SUM(T0.doctotal) as 'Amount(LC)'

FROM OINV T0

WHERE DateDiff(mm,T0.[DocDate],Getdate()) Between 1 and 12

GROUP BY T0.CardCode

having sum(T0.Doctotal) <= 10000

Order by SUM(T0.doctotal) DESC

 

Thanks,

Gordon

Re: MESSAGE_TYPE_X

$
0
0

Hi Jay

 

The best would be if you could attach the complete dump as a plain text file.

 

br

Roland

Re: ECC- BW Compatibility Matrix

$
0
0

Hi Ankur

 

BW 7.4 is generally compatible with all ECC releases and they can be used as source systems.

 

br

Roland

Re: Reusing of Child item in BOM

$
0
0

Hi Poornima,

 

I am afraid you have to create another item for the reused one. There is no way to tell system one item code can have two meanings.

 

Thanks,

Gordon

Re: SMP 3.0 and MBO support

$
0
0

Hi Jitendra,

 

can you please let me know the steps  to migrate HWC SUP APP in SMP 3.0 server?

 

Note : MBO based application

 

 

Thank you

Re: Sending message with error log

$
0
0

Hi Loed

 

The messages sent by the process chain framework, sending a joblog like protocol if there was an error.

Sending also the specific error message for a DTP request for example is a hard thing to do, and most probably you would need to develop a complete solution for that.

Loading processes like DTP-s and Infopackages can have multiple problems like data related errors or even shortdumps or database related issues. The only way to determine those is to check the corresponding requests in the request monitor and evaluate the errors. Therefore collecting the joblog for the corresponding bi_process_* is not sufficient.

This is of course more simple if there was a dump or something, since the job was aborted.

 

br

Roland

Re: SAP B1 AR Invoice

$
0
0

Hi,

 

This is not supported by current system function. You need to find add-on or SDK to develop the function.

 

Thanks,

Gordon


Re: Run select on TCURR table

$
0
0

What RDBMS are you going against?

 

What is 'CurrentDate'?  Is this a value you're passing in? Do you want the SQL query to grab the current system time from the RDBMS? Something else?

 

Assuming 'CurrentDate' is supposed to be the current time in the RDBMS, then a very simple example using 'isql' to run the query against SAP/Sybase ASE:

 

========================

# at UNIX command prompt:

 

$ isql -S <ASE_server_name> -U <ASE_login> -P <password> -w2000 <<-EOF > <your_output_file_name>

use <database>

go

select * from TCURR where GDATU = getdate()

go

EOF

========================

 

This will direct the output to an OS file named <your_output_file_name>.

 

The '-w2000' tells isql to break the output onto separate lines after 2000 characters.

 

Obviously it's up to the coder to add error/exceptions handling, parse the output file as needed, etc.

Sending IDOCs to Non SAP system in Single Stack

$
0
0

Hi Experts,

 

We have a configuration in PI in which we are sending IDOCs to third party Non-SAP system.

It is achieved by configuring the program ID in RFC destination.

 

I would like to know how this can be achieved in single stack configuration in PI as the RFC destination created in NWA has no such option of setting the program ID.

 

 

Regards,

Shashank

Data Source Design options: Convert to syntax or Convert to Graphics ?

$
0
0

Hi, guys. How are you ?

 

 

We are using PB 12.5.2  .NET build 5602 here.

 

Our system has a great number of datawindow objects, about 4.000 dw objects.

Most of them were created and saved in the "Convert to syntax" mode.

About 10% of our datawindows, though, were saved in the "Convert to graphics" mode.

 

I am not sure, but I have a guess that "graphic mode" may be causing some non-specific runtime errors,

 

Have any of you given a thought about this subject?

 

I've  found an old post  in this link  Datawindow convert to graphics - sybase.powerbuilder.datawindow

 

that suggests that all DW objects should be saved in graphic mode, but I guess that doesn't apply in Powerbuilder .net

 

Thanks!

Re: JMS sender Channel issue

$
0
0

Put the MTB at third in module chain, just befire the CallSAPAdapter.

Re: SAPGENPSE command line

$
0
0

This error is related to typographical error i.e. there is some SPACE or invisible character in the command line. As of 22.03.2015, following command works fine:

 

 

c:\saprouter> sapgenpse -l c:\saprouter\sapcrypto.dll get_pse -v -a sha256WithRsaEncryption -s 2048 -r certreq -p local.pse "CN=...."

 

 

The CN=... should be changed to actual identifier for your saprouter.

 

 

Also, for Windows systems, in Regional Languages and Settings of Control Panel, make sure that keyboard is English (US)

 

Regards,

Bhagirath

Pass values from OVS

$
0
0

Hello all,

 

I have custom BO with these declarations

1.png

 

In the quick create I have link MaterialID to the ProductOVS

2.png

 

How can we get Product Description and UUID fill up automatically when the user chooses the material from the OVS?

 

I have link the ProductDescription and UUID as shown here.

3.png

Re: What are the minimum SAP processes for public sector ?.

$
0
0

Dear,

 

I found this information and it is good:

 

 

Procurement for Public Sector - Public Sector - SCN Wiki

 

PPS -Procurement for Public Sector- enhancements - Supplier Relationship Management - SCN Wikiii

 

 

La solución SAP Procurement for Public Sector (SAP PPS)

   Características generales son:

   La fase de preparación

   La fase de licitación

   La fase de ejecución del contrato

 

 

El valor de la solución SAP Procurement for  Public Sector (SAP PPS) - SRM 7.0-based PPS Architecture

1. Solución completa para todo el ciclo de vida de una contratación

publica, como la gestión de pliegos.

2. Gestión de contratos eficaz para garantizar mas transparencia,control y auditabilidad.

3. Integración con Contabilidad presupuestaria (Funds Management)

4. Posibilidad de gestionar contrataciones más complejas electrónicamente.

5. Simplificar la arquitectura de sistemas y reducir así el coste de integración. SAP PPS - Firma digital.

6. Menos modificaciones funcionales en proyectos de implantación.

 

Thanks


Re: How do I compute time of an event in the month it occured?

$
0
0

This can be one way if I understood your question.

 

Create a variable for calculating end of month of Start Date:

 

v_eom_start_date=LastDayOfMonth([Started])

 

Similarly for end date

 

Calculate the day number :end_Date =DayNumberOfMonth([Ended])


Now: Do the days between


var1=Daysbetween([Started];v_eom_start_date)


 


The above two variables gives you the number of days used in that month


Now do var1*24*60


end_Date*24*60




Re: value help in the search view

$
0
0

hi srinivas,

 

I got another issue,  after the popup the set_on_close event triggers my event

 

but after the event is executed.  the page goes in display mode or it  shows only one assignment block.

 

could not identify the issue..

Untitled.jpg

 

any help..

 

thanks

 

Dinesh

Re: Sending IDOCs to Non SAP system in Single Stack

$
0
0

Hi Shashank,

 

You can provide Program ID at the Receiver IDoc Adapter (AAE).

 

IDocReceiverAdapter.png

 

(Ref: Connect multiple SAP ECC clients from Java IDOC Sender Adapter by Resource Adapter Cloning )

 

In the Program ID (ALEAUD) field, enter the program ID which you used when you created the RFC destination on the receiver business system.

Last parameter of the above image.

Ref: Configuring Communication Channel for a Receiver IDoc Adapter (AAE) - Advanced Adapter Engine - SAP Library

 

 

You can find how to register or create the Program ID:

PI/XI: PI 7.3 New Java based IDOC adapter's configuration (sender, receiver) - teaser

 

Regards,

Nabendu.

Re: creating customer specific deployment reqs.

Re: Sending event with attachment from TM to EM

$
0
0

Hi Perrine,

 

 

The below link gives you Prerequisties (Path to save, Procedure (to add in RFC SAPTRX/BAPI_EH_ADDEVENTMSG_02 when TM sends data to SAP EM) and adding attachment via SAP EM WebUI.

 

Adding Attachments to Event Messages

 

When SAP TM sends with attachment, it sends via RFC /SAPTRX/BAPI_EH_ADDEVENTMSG_02 or BAPI EventHandler.AddEventMessages02, it fill blocks in the table TRACKFILEBIN (binary file) or TRACKFILECHAR (text file) and fill the fields in header table TRACKFILEHEADER.  You can see in above link, how the flow happens.

 

However, if you are too specific about SAP TM where the documents are stored, then the ideal place would be SAP TM forum SAP Transportation Management (SAP TM) to post this discussion.

 

Regards


GGOPII

Viewing all 8851 articles
Browse latest View live


Latest Images