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

Re: landscape parameter in distributed environment

$
0
0

Thanks Jansi

 

but it is not solving my problem. my servers are of ERP and i need to give path for logs.

 

if you can please help me with that


how to specify PACKAGE SIZE for to RFC_READ_TABLE from PyRFC?

$
0
0

I'm trying to use PyRFC to extract large tables via RFC_READ_TABLE (due to an uncooperative/unsupportive basis team).

 

 

I know that RFC_READ_TABLE supports calling it with PACKAGE SIZE since ERPConnect does it by default.

 

 

In Python for Basis (Part 1), I learned how to specify an Open SQL where clause using the OPTIONS:

 


result = connector.call('RFC_READ_TABLE',

                       QUERY_TABLE=tablename,

                       DELIMITER=delimiter,

                       OPTIONS = [{'TEXT':where_clause}])


 

Is there a way, and how to specify PACKAGE SIZE in this case?

 

 

Thanks

Re: Failed to access directory /sapmnt from host XXX.

$
0
0

HI Veysel Imamoglu

 

thanks for your help. i really appreciate it.

 

while working on managed system configuration in the step landscape parameter at one place we have to give path to the folder of logs of database.

 

i am working on distributed environment i.e sap erp on one server and database on another server i gave path to the database log directory it is giving error that directory not found as there is no log file folder for database on erp system.

 

is there any work around for it or any solution?

The Record select is excluding rows

$
0
0

The following record select formula, is not showing rows which we want to see. The user passes a month and year param and then we show the not sold

for that month year as well as the previous month.

However, we do want to show rows that did not sell for the entire year and even years back. This formula is only showing the rows that had some sales in the past 2years. It's better use for management to see all items not selling also years back to the last sale.

 

(

if {?Month}=1 then

    (({SUMPRT.IQA01} =0  and {SUMPRT.IQYER#} = {?Year}) and ({SUMPRT.IQA12} =0  and {SUMPRT.IQYER#} = {?Year}-1))

else if {?Month}=2 then

    ({SUMPRT.IQA01} =0 and {SUMPRT.IQA02} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=3 then

    ({SUMPRT.IQA02} =0 and {SUMPRT.IQA03} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=4 then

    ({SUMPRT.IQA03} =0 and {SUMPRT.IQA04} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=5 then

    ({SUMPRT.IQA04} =0 and {SUMPRT.IQA05} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=6 then

    ({SUMPRT.IQA05} =0 and {SUMPRT.IQA06} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=7 then

    ({SUMPRT.IQA06} =0 and {SUMPRT.IQA07} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=8 then

    ({SUMPRT.IQA07} =0 and {SUMPRT.IQA08} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=9 then

    ({SUMPRT.IQA08} =0 and {SUMPRT.IQA09} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=10 then

    ({SUMPRT.IQA09} =0 and {SUMPRT.IQA10} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=11 then

    ({SUMPRT.IQA10} =0 and {SUMPRT.IQA11} =0 ) and {SUMPRT.IQYER#} = {?Year}

else if {?Month}=12 then

    ({SUMPRT.IQA11} =0 and {SUMPRT.IQA12} =0 ) and {SUMPRT.IQYER#} = {?Year}

)

Re: Custom Component for Design Studio using SAPUI5

$
0
0

I am trying to create a page using the HTML template Design Studio 1.2/1.3 SDK - Design Studio Utility Pack. I am using jquery to introduce some animations to my HTML template. To customize the HTML template, I have mention the location of my css file in the CSS option. I can see the CSS and animations working correctly on JSFiddle. But when I try to replicate the same thing in Design Studio using HTML Template, the CSS changes are not getting reflected on clicking the Apply button.

Re: System REFRESH without REC/CLNT OFF

$
0
0

Hello Dev,

 

Archive logging and other logging to be switched off is a pre-requisite to run TDMS as TDMS creates a lot of logs when you are doing a transfer using TDMS. This will result in the log files getting full and resulting in a dump.

 

To avoid this TDMS recommends that we switch off the logging.

 

Alternatively, we could also schedule a periodic job to clear the logs with a small period being in use while you run TDMS. By using a small time period to run the job we can ensure that the log files will never get full.

 

Please go throught the recommendations provided in the notes 1730566 and 890797 for the detailed information on the same.

 

I hope this helps.

 

Cheers,

Sreejith Rajashekaran

Re: Custom Component for Design Studio using SAPUI5

$
0
0

If you are referencing an external CSS file (such as the one in Design Studio application properties) then yes that file is only read by Design Studio one time and then is cached, so you then annoyingly must restart DS every time you modify you CSS file.  To get around this, why don't you simply include a <style> tag in the HTML section of the addon and maintain your CSS there until you get it the way you'd like it?

Re: Still getting "The report filename was empty" error

$
0
0

I don't recall if this was mentioned in the other thread but you should not be loading CR in Page_Load, Industry standards tell you to load this in Page_Init.

 

This is posted in multiple threads here and in Kbase articles also. Seems to be more required in recent versions of CR for VS, likely our DEV team "cleaned up" this process so it's now required.

 

Don


How does a exploration view recognize an information space

$
0
0

Hello,

 

I have the following questions that Im pondering on, SAP BO BI version is BO 4.0 sp4 in both the prod and qa environments, windows server 2008.

 

1- why doesn't a Exploration View Set have a CUID ?

2- how is a Exploration View Set linked to an Information Space, the reason why Im asking is because I migrated an information space from production environment to qa environment. I also migrated an existing exploration view from prod to qa. I see the CUID for the information spaces are same in both the prod and qa environments. I expected the exploration view set to work just fine in the qa environment like it works in the prod environment but I receive the attached error. Please help. thanks

 

No registered index version for information space '8483e94e-2dad-46c4-865c-4570141c6c51'

 

 

Re: Variant Configuration tables

$
0
0

Try the FM: BAPISDORDER_GETDETAILEDLIST make import field CONFIGURE = X and enter the sales order number and check the output table ORDER_CFGS_CUVALS_OUT.

 

Also check fm VC_I_GET_CONFIGURATION

 

Re: Manufacturing Implementation

$
0
0

Antonio,

 

Sounds like thsi is straight out of BYD. I'm not sure what your question is. How many different products do you have and can they use the same production model for several of the products?

 

I would pay attention to this being lot numbered (Istock) with an expiration date, and also see if there are any other requirements from FDA or other bodies, that will have to be taken into account.

 

Hans

Re: No access to TAW11E in SAP Learning Hub / Discovery edition.

$
0
0

Hi,

Indeed, I see that the coursers I'm intersted in are available in my profile. I had to wait some days for this.

 

But I don't have an access to it because my internet browser (IEv10 on Windows 8) is recognized as IEv1 what is not enough to go in.    

Bez tytułu.png

Is there anything I can do about it ?

Regards, Leszek

For a sales org, I need to get a file of all materials listed to each sales district.

$
0
0

Hi,

 

I'm new to SAP, so I figured that best way to learn is to ask questions.    For a sales org, I need to get a file of all materials listed to each of their sales districts.  They are trying to see how often some materials are repeated amongst the sales districts.  Any advice?  Can this even be done?  They have many sales districts.

 

I appreciate any help that I can get on this one.

 

Thank you so much in advance!

Termination in operation Error in Payroll log

$
0
0

Hi Experts,

 

I am getting this error in Payroll log

 

Termination in operation ERROR
20141202
UNE1********* <    ERROR                 NEG YTD IN  TCRT NOT  ALLOWED
Basic entry in IT :

 

 

/416 showing   amount 9.50-

 

Please let me know how to resolve this issue.

Re: CBA for MDGM-UI

$
0
0

Hi,

 

You can go for Context Based Adaption. Here are the high level steps that you need to do.

 

If you are using the standard OOTB UI, do a deep copy of the UI configuration.

MDG_BS_MAT_OVP is the WebDynpro application. You need to deep copy the UI Configuration BS_MAT_OVP_LAYOUT and rename. In the new  Overview Page you have to do adaptions for Material Type.


Re: output confirmation

$
0
0

check another order, the same document type, created by someone else (not by you).

 

if you get the same issue - ask abaper to check out the form/rouitne

if another output is correct that means you did something wrong in your sales order ...

 

Re: Cloud Control Center for SAP Business One Configuration

$
0
0

Thanks, for you reponse.

 

 

Frank

Re: ENVIAR ALERTA AL CREAR PEDIDO CLIENTE

$
0
0

Bien, muchas gracias Javier Faces

 

si, eso de que muestre solamente los nuevo y no los que se encuentran en otro mensaje me agrada

 

gracias por tu atención y apoyo

 

salu2

Re: SAP B1 Standard Reports for I-phone SAP B1 Application

$
0
0

Hi Rahul,

 

What is version of B1 and B1 App in your i-Phone?

 

Thanks,

Gordon

SD Interview question on which I went blank

$
0
0

I've 3 years of experience in SAP SD. Recently, I had an sap sd interview where guy on the other side asked me. "Have you even had a business requirement or GAP that you were not able fulfill?" (Even enhancement cannot fill the gap).

 

Have anyone experienced these sort of business requirement? Please share. Thanks in advance.

Viewing all 8798 articles
Browse latest View live




Latest Images