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

Re: PO with Deletion flag still reflecting in VL10B

$
0
0

You can get error detail, try using mass transanction.


Re: how to get Size of chart

$
0
0

Hi,

 

have you tried something like this:

 

DATA lo_barc_control TYPE REF TO cl_gui_barchart.

DATA lo_gui_control TYPE REF TO cl_gui_control.

DATA lv_height TYPE i.

 

lo_barc_control->get_parent( IMPORTING parent = lo_gui_control ).

lo_gui_control->get_height( IMPORTING height = lv_height ).

 

Thx.

Re: Rule Check for Fraction Character ½

$
0
0

Hi Nethaji,

 

Please find the below rule for fraction. (Below rule is for single digit fraction numbers)

 

Begin

if(match_regex($parameter,'[0-9]/[0-9]',null)

return true;

else return false;

end

 

 

Thanks

Krishna Mohan

Re: SAP Transaction Iview to me22n in portal has strange slowness issue. Need help in fixing the same.

$
0
0

Hi All,

 

The issue was only on Internet Explorer 11 version.

 

The same application when accessed on IE8 or other browsers worked fine and hence we requested the citrix team to install some IE 11patch to fix the issue.

 

Thank you.

 

Regards,

Shri Vidya S

dynamic text value to parameter text in selection screen

$
0
0

How can I pass dynamic text value to parameter text in selection screen?

Inconsistent indicator in VA02

$
0
0

Hello,

 

I am looking for a table or a BAPI that will show if there is any inconsistency in the configurations set in VA02.

When we check VA02 there is a 'X' indicator that shows there are inconsistencies and i need to check in which table this value of the indicator is stored.

 

-Thanks,

Poonam

VAT Condition not calculated in Purchase Order(TAXINN Procedure)

$
0
0

Hi,

 

In TAXINN procedure during creation of PO the condition type JVRD is populating. The VAT amount maintained as 0.5% in FV11 condition record is also visible if we click on Analysis Button.

 

But the value shown for JVRD in main tax window of Purchase order is 0. And hence VAT is not getting calculated.

 

How to solve this issue.

 

With Best Regards,

 

 

Rajkumar

Re: SAP NetWeaver Application Server ABAP 7.03 64-bit Trial

$
0
0

I think is only accessable for customers, isn't it?

 

As I'm not a customer but a developer I think I can't access.


Re: Report excution issue

$
0
0

hi...

 

I have fixing the formula key figure scheme when i was excute the ke30 the formula will not working

what mistake i have doneKer1.PNGke30.PNG

 

Thanks and regards

P.Ramkey

Re: How to check procedure for variant configuration

$
0
0

Hi Mahaveer,

 

the transaction codes to display / change procedures in variant configuration are CU03 / CU02, respectively.

 

From the above code, it seems that the component characteristic value is inferred, among other possibilities (see the if conditions) via a variant table, SM_BAUTEIL, so if you also want to check that table, use transactions CU63 (display table structure) and CU60 (maintain table content).

 

Hope this could help.

 

If you need other details, just let me know.

 

Thanks and regards,

 

Flavio

Leading Zeros not displaying in I_OI_SPREADSHEET

$
0
0

Dear All

 

 

Using I_OI_SPREADSHEET i am  downloading data into spreadsheet , but  leading zeros not displayed in output file.

0001 displaying like 1 and 0088 displaying 88.How to rectify this ,which method  and parameter  help to resolve this.

Hiding crosstab or chart if no value exist

$
0
0

Dear All,

 

How to hide a chart or crosstab if no data exist. I want to do this without using CSS. Currently it shows no data available.

 

Regards

Nishant

Re: In production, Supply to Production task is not generating

$
0
0

Hi Vishal,

 

Need more clarity on this. The attached screenshot is not sufficient to analyze the issue. There will be several reasons for this issue.

 

If it is a self enabled system please share the Production Model ID or you need to share me your screen.

 

Regards,

 

Samraj

Re: Walkthrough Tutorial Questions - please use this thread for Q&A

$
0
0

Hi Michael

 

For all the steps,  I am using JS instead of XML. For step 21, I am stuck at a point where I cannot find how to write the code to pass different property values under the "number tag" using JS. Could you please guide ?

 

Also, is there a possibility to enhance the documentation with JS sample coding for these examples, going further ?

 

 

Thanks & Regards

Srinivas Rao

Re: white border in masthead

$
0
0

Thanks Nadav and Mahendran

 

I resolved the issue.There were some misconceptions in Themes.

 

Thanks

Deepak


Re: CM01 capacity requirement only calculating for 1 planned order not others.

$
0
0

Thanks for the reply Caetano,

 

Yes, I run the MRP with lead time scheduling & after that 4 planned orders generated for the weeks. But system only does the scheduling of first planned order if we check in MD13. For the rest 3 planned orders it doesn't scheduled automatically. And if I do the scheduling manually in MD12 then it allows.

My concern is why system not doing scheduling for the rest 3 planned orders as it does for first order.

 

Please help.

 

Best Regards

Piyush

Re: Oracle incremental backups taking as long as normal backups ?!?

$
0
0

Hello,

 

check any memory and CPU resource for the same.

check the channel  allocation and fileperset etc values to be set to speed the process.. in file "init<SID>.sap".

check SGA and PGA ,large pool size... and tune if required. 

check the network area with storage team  as well.

cross check the QUA DB size which might be copy fo PRD recently  and size might be increased.

 

 

Thanks,

Brindavan

Re: Can't allocate space for object 'WBCROSSGT' in database 'ECC' because 'default' segment is full/has no free extents?

$
0
0

Hi Sreeni,

The default segment (data) of your user database ECC is full on Sybase ASE.


You need extend your database ECC. You need to ask your database administrator to alter database to increase the size of the data segment.

shelf life

$
0
0

Dear Friends,

 

This is my requirement as below.

 

My client maintaine the Room temperature based on Batch shelflife.When the material recived user enter the batch time like 300 hr 200 hr  depends on batch..... Once material stored with batch in the cold room. When ever he wants that materail user will take from that cold room and used some quantity and will be back put into cold room.

 

Once will take the material from cold room some activites done like cuutting ..This process will take 30 min or depends on quantity...So finally this time will reduced from that batch shelflife quantity automatically.

 

Once batch shelf life over remaining quantity will be moved to blocked.

 

Please tell me how to map in the sap.

 

Regards,

Manoj

Re: PM notification auto release

$
0
0

Hello experts,

if activity type notification is not released after creation of of activity type notification and status is showing outstanding notification after creation.

please find below screen for activity type notification release transaction problem

notification after creation.JPG

when i am trying to release activity type notification.JPG

Activity notification transaction problem.JPG

Notification status screen.JPG

Viewing all 8798 articles
Browse latest View live




Latest Images