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

Re: JDBC driver installation on Windows

0
0

For SQL Anywhere, what Breck said.

 

I found an some documentation for iReport and it has dialogue built in to set up a data source (just like my favourite tool Squirrel SQL).

 

I also found that iReport has been replaced by Jasper Reports Studio. The setting up of data sources for that is described in chapter 10 of this

 

Again it has its own ODBC admin like interface. I doubt you'll find an ODBC like thing for Java. The ODBC administrator is built into Windows by Microsoft, who, if I'm not mistaken, developed ODBC.

 

For Java the way seems to be: put your driver somewhere sensible and point your application at it.

 

HTH, Paul


Re: Blocking CIF queues

0
0

Hi Senthil,

 

The stopped queues in /n/sapapo/cq should be deleted or not before running the job /SAPAPO/CIFSTARTQUEUES.

If we delete them what will be the consequences?

 

Please help.

 

Thanks.

Re: Schedule Line Date Showing in future in Sales Order though the Stock is available in system on same date

0
0

Hello All Experts,

 

Many Thanks for all the Inputs you have given.

 

Finally we have replicated the Issue in Quality 2 Days Back and Indeed it was great Achievement.

 

Finally We have given to Abaper to debug it find the root cause.

 

Let me summarise the actual Issue.

 

Issue : Sales Order Schedule Line showing future date for the Materials which are having Product Allocation even though the Stock is available and Allocation Qty also available in the PA Master Data we maintained..

 

We created one Sales Order for Line Item A and B. Line Item A is having Product Allocation. When we created Sales Order for both Line Item A and B we got Schedule Line Date as 13.06.2014. Then we Schedule the Re-Scheduling Job in V_V2 and check the effect. For Line Item A the Schedule Line Date got changed to 01.07.2014 and Line Item B it was same as before.

 

Would like to know is there any config setting at Schedule Line Level we have missed just want to cross check if there is any or something in Product Allocation Configuration.

 

Please refer screen shots below for more details of Sales Order before and after effect in Re-Scheduling.

 

Please provide your inputs on this.

 

Thanks,

Farhan.

Re: Schedule Line Date Showing in future in Sales Order though the Stock is available in system on same date

0
0

Adding last fourth screen shot of Re-Scheduling to previous explanation.

sap sd benchmark run very slow

0
0

HI guys

 

after i finish benchrun, it takes about 2 hours.

 

i check st02 everything is good expect initial records.

 

it's hitratio  is 70%-85%, abap system is overloaded.

 

dialog response time is 60 sec to 90sec.

 

 

any idears

Rollup is getting failed with The internal session was terminated with the runtime error MESSAGE_TYPE_X (see ST22)

0
0

Hi

 

When i checked the dump

 

Error analysis

    Short text of error message:

    System error in program RSMDATASTATE and form RSM_DATASTATE_CHECK-2-

 

 

    Long text of error message:

     Diagnosis

         This internal error is a targeted termination since the program has

         an

         incorrect status.

     Procedure

         Analyse the situation and inform SAP.

 

 

    Technical information about the message:

    Message class....... "BRAIN"

    Number.............. 299

    Variable 1.......... "RSMDATASTATE"

    Variable 2.......... "RSM_DATASTATE_CHECK-2-"

    Variable 3.......... " "

    Variable 4.......... " "

Re: Install SAP ERP 6.0 with EHP7 - Inst Master ???

0
0

Hi Martina Gallego Anso,

                                                  Thank you for your support, found the proper guide for installation.

 

With Thanks,

Gowri Shankar

Re: how to specify PACKAGE SIZE for to RFC_READ_TABLE from PyRFC?

0
0

Ok I think I figured it out.

 

FIELDS must use the returned FIELDS structure (an array of dicts), so something like parameters['FIELDS']=[{'FIELDNAME':'MANDT''}, {'FIELDNAME':'BUKRS'}] works.


Question about reason for rejections

0
0

Dear everyone

 

 

I have a question about the reason for rejections in sales orders.

 

There is this field (OLI: source item open again) in the reason for rejection configuration, but

I am not sure what that means.

 

I saw some people are saying that this is related to CS module (ex. DP90), but I'm still not sure

what this field is used for...

 

Would you help me on this?

 

 

Thank you very much in advance!

 

Takashi

Re: SQ02 Upload Error: Compare query XXX InfoSet XXX : Field XXX missing

0
0

Hi Lim,

You need to adjust in target box only, (Quality or Production), but my experience is, I wasn't successful always. Let's hear from experts.

 

Regards

Jogeswara Rao K

Re: Bank Reconciled transactions are shown as not reconciled

0
0

Hi Jagriti

 

The Notes are not Relevant for the Version you are using,

 

are you able to re- reconcile again? Is there any Errors while doing so?

 

If this is the Only problem post upgrade, then Reconcile the banks statements upto end of previous FY in one go & Rest by actual  month to current. as this is not a show stopper.

 

Cheers

Sandy

Re: Question about reason for rejections

Re: Table UI Element Issue

0
0

Hi Saravanan K,

 

You are just missing a library reference.

Please include

 

jQuery.sap.require("sap.ui.table.Table");

 

at the top in controller.js

 

Regards,

KK

Re: Account for CANA GBB ____ BSA 3000 not possible

0
0

Hi,

 

This error because of automatic account determination not fully configured.

 

Please check in OBYC , for transacation event key GBB with your chart of account CANA, whether you are assigned G/L account  with general modifier BSA and Valuation class 3000.

 

here valuation modifier should be blank as per your error. Please check , if it is not there ask FI consultant to do entry.

Re: Rapid DataBase size Increase's nearly 30Gb for SAP B1 8.81 PL5

0
0

did you consider Data Archive Wizard?   Sandy


Re: How to add styles to image in XML view ?

0
0

Hi Micheal,


You should be good now.


Requesting you please close the thread.


Regards,

KK

Re: Question about the function module testing function

0
0

Sorry, Mahesh-san

 

 

Would you happen to know how to give points to the people who answered my question?

 

For some reason, I cannot find any point button for this discussion...

 

 

Kind regards,

Takashi

Re: MDG for Cost Center And Profit Center

0
0

Hello Per Moller

 

Yes it is possible to carry out mass change in MDG. You can use upload method and in the upload method there is a option modify all. Use that option and change all the records.

 

Create a change request type with CCTR / CCTRH / CCTRG etc and create a blank CR. Use upload program to change all the data.

 

Kiran

Re: BRF+: Nested table as result data object possible?

0
0

Hi Martin,

 

One way to do it would be to create table variables , filling them up with data , and then looping through each such variable and inserting each line to the target attribute of the result object which represents the same table.

 

X is the table variable filled up with data.

 

Loop at X.

insert values into Result_Object-attribute from x_wa.

 

Regards,

Indranil.

Re: RF Framework Field Lenght

0
0

Dear Oisin,

 

I believe for each screen in RF menu ,a HTML template has been generated in the Internet Service .

In RF Framework ,there is a standard template screen program : /SCWM/SAPLRF_TMPL screen no 1 for Main screen and screen no 2 for Message display screen .

 

Can you let me know what exactly you wanted me to check .

 

Thanks,

Srini

Viewing all 8902 articles
Browse latest View live


Latest Images