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

Long Running Product Costing Extractor

$
0
0

I have a strange situation that happened last month on 4/3 and this month on 5/1, so it is happening at the beginning of the month. When this happened on 4/3, my extractor that normally runs 1 hour failed after 12 hours.  Ran it 4/4 and it did it again.  Ran it on 4/5 and it was back to 1 hour.  This month it looks like we are going to have the same thing happen.

Extractor is 0CO_PC_ACT_07 and runs a full load weekly of about 5 million records.  This has run for years with no problems until last month.

Also, if I go into RSA3 on ECC, it starts picking up records within seconds.

To see if there is a communication or RFC error, Basis has monitored memory, tRFC (SM58, SMQ1, SMQ2) and outbound scheduler (SMQS) and we are not competing for resources.

In SM37 on ECC the log shows anywhere between a 15 minute and 25 minute lapse of time between tRFC ad Call Customer (and there is no custom code on this extractors)


Re: How to define range for last sechduled job

$
0
0

DATA: lt_vbak TYPE STANDARD TABLE OF vbak,

       ls_vbak TYPE vbak.

 

DATA : r_time TYPE RANGE OF erzet,

        l_time LIKE LINE OF r_time,

        var1   TYPE erzet,

        var2   TYPE erzet.

 

 

var1 = sy-uzeit .

var2 = sy-uzeit - 1800 .

 

WRITE var2 .

 

l_time-sign = 'I' .

l_time-option = 'BT' .

l_time-low = var2 .

l_time-high = var1 .

 

APPEND l_time TO r_time .

 

SELECT * FROM vbak INTO TABLE lt_vbak WHERE erdat = sy-datum and erzet IN r_time .

Action button dynamic (URL)

$
0
0

Dear Experts,

I can change the direction of a button (click) so dynamic in the url of the action for a script?

Attached a picture ...

In the example I want to do the following:

1 copy value XX (XX = example 2)

2- button Original ID:ses[0]/wnd[0]/usrUSRAREA/subcntVIEW_SCREENSAPLN1LSTAMB0007/ctlcntISH_VIEW_007/cntISH_VIEW_007/grid/rowcol/row[2]/cell[6]

3- click row (value) table (dynamic)

/ CntISH_VIEW_007 / grid / rowcol / row [XX] / cell [6]

zz2.jpg

 

Is this possible?

 

Best regards and thank you very much!

Re: SVT help after RREGCH_VT

$
0
0

Dear Satya

 

from IT point fo view: both pictures are proviing quite "postive" information. RREGCH_FILL provides only info messages; and RREGCH_VT only some "warnings" (and no error)

 

Quite simple: the "colors" can help to look "deeper" if needed

Green = INformatipn

Yellow = Warning

REd => issued/error detected

 

If you have checked the OSS SVT consulting note you may have realized that there is a customizing activity to be done for "country" determination (check chapter "Origin/Recipient Country Determination" of the corresponding OSS note)

 

In the consulting OSS nmote you will find in detail which information is used (if you use only SAP original code etc.) to detect if document is e.g. import, export etc. relevant (and teh "country story is explained as well)

 

This part of the document shoudl be read very often and any time you should ask your self: did i get the "message"...

 

So please reread OSS document and then check customizing you have done and try to link that to your sentence "When i checked in the outbound delivery i found that routes and stages".

 

and compare the documentds (e.g. sales orders, delivery) with the logic

 

PLease check your parallel SVT threads and may be close them.

 

C.B.

 

PS: these logs are really helpful ! for daily business. In the one picture you can see: delivery number which was processed etc.

 

Buit the "logs" is one part of the atroy: Waht about CRBC20 (and content of the tables)? E.g. if no goods movement is yet done for delivery there is a good chance to find the "delivery" number in the SVT tables (planned data)

Salesforce Bulk API

$
0
0

Hello -

The Bulk API of salesforce allows large number of records to be imported and exported and is suited for batch operations. Does SAP Data Services Salesforce connector support Bulk API? If so, where are the configuration options to switch from record to bulk API?


Appreciate your help.


Regards,

Bhargavi

Re: How to read a workflow status [Configure Business Rules]

$
0
0

Hi Nestor,

 

I'm struggling to follow a bit because of the terminology you are using. What I think you are trying to say is that you want Alerts and Notifications to raise notifications based on a workflow being completed, as opposed to a date.

 

The system standard behavior is for the CC User roles to be used to send emails once a workflow is completed. Alerts and Notifications is not designed to do this.

 

Best regards,

 

Luke

Re: customizing request

$
0
0

Hello All,

 

Anyone Can Help, I have a doubt related with customizing transports. When some made a changed an create a customizing request with for example:

 

TR 1 : Table tXX and KEY 100300  Check Fields Changed X X

 

Then another guy create another customizing order with a change in the same table for example:

 

TR2: Table tXX and KEY 100300 Check Fields Changed X X X

 

THen if I released the TR1 first which entries will I transport to the target system ?

 

 

Thank you In Advance

Soap Sync service, Start time - End time issue

$
0
0

Please help me with this

 

how to pesist Duraton of Sync message processing?

 

 

This is a synchronous scenario, SOAP, sebservice, then I need statistics of processing time. Like this.

 

Then I can see Start Time and End Time different. And Duration is calculated right.

 

 

2016-05-04 13_46_06-Message Monitor - SAP NetWeaver Administrator.png

If the process sent more messages, then in pimon Start time and End time for old records become equals, and duration is 0.

 

Same Message ID

 

 

2016-05-04 14_06_02-Message Monitor - SAP NetWeaver Administrator.png

 

2016-05-04 14_08_27-Message Monitor - SAP NetWeaver Administrator.png

 

Thanks for your help


Re: To tweak navigation buttons in navigation panel component

$
0
0

Thank you for the example and the help, sometimes people need to see an example one time to understand the best technique.

Re: Proxy generation error in SE80

$
0
0

Hi,

 

  Did you find the solution?

 

 

Regards,

Anu

Re: Webi: Add Quantity only if Unit of measure is same & do not display when value is null

Re: MIRO Budget Error

$
0
0

Hi Eli

 

You are right. It is consuming from fund source 1. But When I create invoice from MIRO, it gives very little difference like 0,12 USD and gives error FMAVC018. I think it is about exchange rate difference??? Is it possible?

Re: Passing in Two Values - From Database pass

$
0
0

Not in a From Database pass. That would work in a To Database pass but isn't accepted here.

Re: How to enable/trigger a blank page after subreport to account for duplex print

$
0
0

Try this:

 

1.  Add a blank group footer section for that group.

 

2.  In the Section Expert, turn on "New Page Before" for this group.

 

3.  Also in the Section Expert, click on the formula button to the right of "Suppress" (do NOT check the Suppress checkbox!) and enter the following formula:

 

pagenumber mod 2 = 0

 

This sets up a section that creates a new page but which will only be processed if there's an odd number of pages.

 

-Dell

Re: Passing in Two Values - From Database pass

$
0
0

Hmmm... I don't have my system in front if me now, so I'm trying to remember by heart. Doesn't work so good, does it. ^^

 

Maybe Matt comes back with better news.


Re: BI Platform Support Tool Issue: Failed to logon to Web Application Server tstz-aaaa on JMX port -1

$
0
0

Toby thanks for the info- I failed to mention that I checked the ports before opening a forum posting... but I did test again and both ports tested successful from the BIPST client.

 

Additionally, both ports are listening on the tomcat server.

 

Additional troubleshooting steps I took: ensuring I added the listener to the server.xml file, as well as adding the 5 entries to the Java options on the Tomcat server.

 

Also, I reviewed the password file (regained ownership of the file so I could view the password I used), and ensured the password I had written down matches in the config file as well as in the settings in the BIPST JMX config.

 

Other ideas?

Re: Affordable Care Act (ACA)

$
0
0

Re 2201:

 

Marty:

My issue is that we produced our 1095-C forms and mailed them to our employees and retirees prior to the Note that came out that included Plan Start Month configuration.

 

So we do not have PSMONTH in our PRD table for any of our employees and retirees. 

The codes for Lines 14 and 16, all the dependent records, etc., etc. look perfect in our database, so we proceeded to mail our forms.

 

After we move in all the Notes for Electronic Filing, we do not want to regenerate all our employee records.  Because we did not have the Notes applied that added Plan Start Month to the table, we are getting 00 in the XML.   To get 01, we would need to regenerate - not something we want to do.

PAGE LOADABLE column

$
0
0

Hi folks,

 

I'm trying to find out more information on the PAGE LOADABLE column setting and how it works.  I'm finding very limited documentation on this in even the latest guides for SPS11.   In a normal unpartitioned table if one value of a column is queried the entire column for the entire table is loaded into memory.  My interpretation of the PAGE LOADABLE column is that somehow I can load a smaller portion of the column into memory but I'm perplexed/curious how exactly that would work and it's affects on performance etc.  I'm going to start tinkering with it but would be great if somebody had some more information to share about this.

 

Thanks,

-Patrick

Is it possible to deploy an app in a specific account using HCP Trial using Web IDE?

$
0
0

Last November SAP Technology channel on YouTube published a video announcing the new features of Web IDE version 1.18.

 

You might check the video here

 

SAP Web IDE – What's New in 1.18 - YouTube

 

Amoung these features, there is possibility to deploy an app into a specific HCP account.

 

However if I try to do that using HCP trial, it is not possible to change the username in the popup which is opened when I choose the option to deploy an app.

 

Is it possible to deploy an app in a specific account using HCP Trial using Web IDE?

 

If yes, how to do that?

 

Thanks!

Re: MDG_S workflow

$
0
0

Hi Sanjay/Pavan, I'am facing the same issue...can you please share how you guys fixed it? Thanks, Kp.

Viewing all 8676 articles
Browse latest View live




Latest Images