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

Re: Real Time integration between FI and CO Why we are assign one gl account , what is the use please explain me with one example

$
0
0

Hi Shabbeer,

 

Real time integration between FI and CO is linked to capture the cost in FI and flow to CO.

Because our final destination is to see the Expenses and revenue  report by any business either

department wise or location wise.

For example XYZ company want to buy some assets(Computers) for fiscal year 2015 to department IT Now in FI the invoice has booked and simultaneously the cost  will book in CO(Cost center).

 

Please let me know for further clarification if any.

 

Regards

Murugan.c


Re: XSJX Query Limitations

$
0
0

Hi Shadi,

Looks like you are not constructing your query string ( variable query in your example ) . Put a try catch block to surround the below statements and check the error message.

 

try{

var pstmt = conn.prepareStatement(query);

var rs = pstmt.executeQuery();

}

catch(err)

{

     $.response.setBody(err.message);

}

 

Sree

Re: C4C integration with sap hybris and castiron.

$
0
0

Hi Ginger,

 

Since C4C 1505 is available, can it handle Hybris as part of standard integration?

 

Regards,

Surjeet Bhati

Re: How to print custom page size - Half of A4

$
0
0

Hi Don,

 

I downloaded the file, installed SP 14, but unable to understand what should I do.

 

Is there any step-by-step guide to do that ?

 

Regards,

Biplob

Re: External Acquisition of assets on internal order

$
0
0

Hi Emad

regarding your issue , could you share screen shot for the direct capitalization through F-90? i tested in my system and it was working fine ..!!! also please check OB41 & OB14 for field status group for both posting key & GL

 

1.png

 

22.png

Regards

Mahmoud El Nay

Re: Convert RAW format to Excel, for Spool report, when sent in Email

$
0
0

Hi,

 

I don't believe it's an ABAP topic if what you are looking for is to stay with standard SAP solution for automatic sending of spools. According to Changing the file format of spool output when scheduling a background job, the format is managed in SAPConnect (transaction SCOT):

scot.png

On your system this is probably set to 'No conversion'; there is no setting for outputting Excel on our SAP Basis 702 system.


I don't believe it is feasible task to attempt to "post-convert" any kind of generic ABAP list to usable Excel in SAPConnect (so I doubt there is such standard program to do it) - maybe the one produced by ABAP List viewer (ALV) could be post-converted. But then the ALV already has functionality to easily get the data to Excel: How To Extract Formatted SALV Output As An Excel Document in the background


So Juwin and Matthew already have given best advice, I believe. I can only add that ABAPer may or may not be able to reuse recipients settings from the Job definition.


Janis

Re: AVAILABILITY CHECK FAILED

$
0
0

Hi,

 

System will not perform perform background availability, system rounded 5000 But confirmed only 2000, system to give Error message.- Customer master partial delivery allowed.

outlook olFolderCalender find subject

$
0
0

Hi all

 

I will find a subject in the outlook calender. The connect to outlook works but I need help for this:

 

  • search a subject e.g. 'My Meeting in city'
  • start search from a certain date e.g. 06/29/2015

 

Who can help me for this.

 

This is my working code without search

 

Hope this code is ok!

 

l_result = ole_outlook.ConnectToNewObject("outlook.application")

 

ole_namespace = ole_outlook.GetNameSpace("MAPI")

ole_folder = ole_namespace.GetDefaultFolder( olFolderCalendar )

 

s_name = ole_folder.Name

l_return = ole_folder.items.Count

 

?     dt_Start = ole_folder.Items(o).Start

?     ole_folder.start = string( dti_beginn_datum, 'dd.mm.yyyy' )

 

for o = 1 to l_return

?     l_result = ole_folder.Find("[Subject] = 'My Meeting in city'")

 

//  s_subject = trim(String(ole_folder.Items(o).Subject))

//  d_date = date(ole_folder.Items(o).start)

//  d_start = datetime(ole_folder.Items(o).start)

//  d_end = datetime(ole_folder.Items(o).end)

next

 

ole_outlook.DisconnectObject()

destroy ole_outlook

 

return

 

 

André Rust


Re: What is the proper Calculated Dimension Member Syntax

$
0
0

Hi Crowl,

 

Assuming your dimension name is PROJECT, in the Formula field for Project A write: [PROJECT].[Project B] + [PROJECT].[Project C] + [PROJECT].[Project D].

 

/Cecilia

DMS in web dynpro ABAP

$
0
0

Hi All,

 

we have a requirement to store / retrive the files in DMS using Web Dynpro abap , can you please give your suggestions for the same.

 

Regards,

Raj

Re: Tolerance keys at Invoice verification

$
0
0

What are these tolerance keys checking for both ?

You didn't say difference(s) between these two invoices.

how does the entries get created in table FDT_CC_0000 for BRFPlus

$
0
0

Hi all,

 

   I have developed 5 BRFplus application with 5 functions now all these functions are created in the table FDT_CC_0000 except one, I believe these entries get created automatically, one of them is not created and it is affecting the performance of the program badly kindly suggest how does the entry get created or what exactly should be done to create entries in this table.

 

Regards

Nageswar

neo open_db_tunnel to trial - was anything changed?

$
0
0

I can not use the open_db_tunnel in live and so I have to do this in trial...

 

My bat file (on a env. that I have not used in many months) is no longer working.

 

 

 

C:\STS2\HANA\tools>neo open-db-tunnel -i MYDB -a pXXXXXXXXXXtrial -h

hanatrial.ondemand.com -u pXXXXXXXXXX

 

SAP HANA Cloud Platform Console Client

 

Password for your user:

 

Opening tunnel...

 

 

 

ERROR; Not a valid SAP HANA Cloud Platform landscape host: services.hanatria

l.ondemand.com

If you need help, provide the output of the command and attach the log directory

[C:\STS2\HANA\tools\log]

C:\STS2\HANA\tools>neo open-db-tunnel -i projectsoft3ppi -a p1941090591trial -h

hanatrial.ondemand.com -u p1941090591

 

Is something different now?

Re: Start , hold , complete buttons are disable (WM 6.2 with SMP 3.0 Server )

$
0
0

Hello , I have also created one more work order with 2 OP but all operations are coming with transfer button enable only . now i cant start or do any thing apart from transfer button . I have also attached more image to understand . can you provide some suggestion ? Thanks & Regards, Kunal Varaiya

Re: Error in number range , settings working in quality but not in production

$
0
0

Hi,

 

NUMKR is activated. Still it shows the same error.

 

Regards,

Nishigandha


Re: Same customers having different branches

$
0
0

They want address to be same as head office branch for different branches as well.

How can I create a new SP having the same details, the system will not allow me to do so!

Re: V_T554M- Do not include day of birth in calculation period

$
0
0

As far as I know it should work without any problems, but if I were you I would anyway do some tests i.e. run some of your regular reports etc. or maybe ask your functional guys to test?

Re: why is a formatted search in 8.81 no more working in 9.1 PL 5 ?

$
0
0

Still a syntax error...

"Incorrect syntax near '$[$139.88.0'

Re: Avoiding to load lines with error

$
0
0

The FM you use won't accept non-numerical values as Input.

Try something like this:

 

 

IF TRAN_STRUCTURE-FECHA_INST CO '012345789'.

 

CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY'

  EXPORTING

    DATE                            = TRAN_STRUCTURE-FECHA_INST.

* EXCEPTIONS

*   PLAUSIBILITY_CHECK_FAILED       = 1

*   OTHERS                          = 2

          .

IF SY-SUBRC <> 0.

  RESULT = '99991231'.

ELSE.

*This is the uploaded date

  RESULT = TRAN_STRUCTURE-FECHA_INST.

ENDIF.

 

ELSE.

RESULT = '99991231'.

ENDIF.

 

* returncode <> 0 means skip this record

  RETURNCODE = 0.

* abort <> 0 means skip whole data package !!!

  ABORT = 0.

Re: Opening multiple reports in Crystal Reports for VS causes database connect limit to be reached. Seems to be no way to force Crystal Reports to close database connection (other than exiting application)

$
0
0

Hi Don,

 

I am working with progress/OpenEdge 11.2 and progress does not support OLE DB drivers. Hence I must use the ODBC connection to run the reports using report viewer 13. I have followed all the steps in this thread but still the ODBC connection doesn't get closed.

 

Can you let me know any suggestion or changes I should make to the .net app.

 

FYI :- No connection string is been specified in the .net app. The ODBC connection is inside the Crystal Report it self.

 

Thanks

Gihan.

Viewing all 8594 articles
Browse latest View live




Latest Images