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

Re: Changing the data type of a default field

$
0
0

Hello Georg,

 

Thanks for the reply.

 

I will the try the same.


Create a customer-specific field of the data type numeric and then copy the value from the numeric field into the original phone-number field.


How the above option works?  since we are hiding the fileld. 

 

Regards,

Madhan


Re: Inventory Stock - Total stock showing blank no values

$
0
0

Hello Kavitha,

 

Corss check your initial stock image. Was that 0. if now trace the records in PSA. see if there are any records in PSA and following layers.

 

Also check the transformations. Let us knw your findings.

 

Regards,

AR

Re: Convert Month name to month number

$
0
0

Hi Ankit,

 

I'd recommend creating a universe level object that has YYYYMM format as this will enable you to sort and apply range conditions on Year and Month. In case if you can't create this in the universe, you should try the same at the report level.

 

You just need to tweak/extend Yuvraj's formula

 

[MonthNumber]=Month(ToDate([Month];"Mmm")) 

[YearMonth] = [Year] * 100 + [MonthNumber]

 

This would result in 200411, 201412, 201501, 201502, etc.. Now you can use this variable in the filter based on CurrentDate()

 

Cheers

Mohan

Re: Condition Type, access sequence, access sequence should change

$
0
0

I agree with SD's observation. This basic, an access sequence is maintain Specific to general for key combination.combination. Check my post in SCN wiki for your reference.

 

Thanks,

JP

Re: Direct Posting on the Sales Order item (SO not cost object)

$
0
0

Hi

 

Now check config of AAC 'M' whether in that consumption posting field is filled or blank. If it is filled means that your SO is cost object.

 

Rajneesh

Re: Material available is less than required quantity

$
0
0

Hi Nazarene,

 

Can you please check there is any enhancements done ?

 

When the message "Material available is less than required quantity", check the question mark and provide the screenshot of the message number.

 

I just want to know whether this is a custom message or standard message.

 

Regards

Terence

Re: Change list values of DDK_STAT_CHANGE

$
0
0

Hi Zhenbo.

 

Sorry, but I had a mistake yesterday: I need to do this task for "Task level", and I need it for status  cl_dpr_status_management=>sc_status_completed ('I1702').

 

I went the second way:

I found BADI DPR_ATTRIBUTES and created enhancement implementation. I changed method IF_EX_DPR_ATTRIBUTES~CHANGE_STATUS_CHECK. This method works when we change status.

 

I tried to implement this method like in standard example. Although I sent error message in attribute cs_msg and error value (4) in attribute cv_rc, this the status has changed. What did I do wrong?

Re: Convert the field in read-only format on selection of radio button in webdynpro

$
0
0

Thank you for your response.

 

I have done the changes and now got the field in read only mode, when am selecting 2 and 3 radio button. But when i am navigating from 2 to 1 or 3 to 1 radio button the fields in 1 radio button are also read only. and am using the following code :

 

For second and third radio button

 

DATA lo_nd_pg_radio TYPE REF TO if_wd_context_node.

 
DATA lo_el_pg_radio TYPE REF TO if_wd_context_element.
 
DATA ls_pg_radio TYPE wd_this->element_pg_radio.
 
DATA lv_discovery TYPE wd_this->element_pg_radio-discovery.


  lo_nd_pg_radio
= wd_context->get_child_node( name = wd_this->wdctx_pg_radio ).

  lo_el_pg_radio
= lo_nd_pg_radio->get_element( ).

 
IF lo_el_pg_radio IS INITIAL.
 
ENDIF.

lo_el_pg_radio
->get_attribute(
   
EXPORTING
      name
`DISCOVERY`
   
IMPORTING
     
value = lv_discovery ).

IF lv_discovery = 'X'.

 
data lv_hide_d type wdy_boolean.
   lv_hide_d
= 'abap_true'.


    
DATA lo_el_context TYPE REF TO if_wd_context_element.
    
DATA ls_context TYPE wd_this->element_context.*     DATA lv_hide_d TYPE wd_this->element_context-hide_d.

     lo_el_context
= wd_context->get_element( ).

    
IF lo_el_context IS INITIAL.
    
ENDIF.

     lo_el_context
->set_attribute(
       name
`HIDE_D`
      
value = lv_hide_d ).

ENDIF.

 

 

 

For first radio button


data lv_hide_d type wdy_boolean.
   lv_hide_d
= 'abap_false'.


    
DATA lo_el_context TYPE REF TO if_wd_context_element.
    
DATA ls_context TYPE wd_this->element_context.*     DATA lv_hide_d TYPE wd_this->element_context-hide_d.

     lo_el_context
= wd_context->get_element( ).

    
IF lo_el_context IS INITIAL.
    
ENDIF.

     lo_el_context
->set_attribute(
       name
`HIDE_D`
      
value = lv_hide_d ).



Re: build smart form from TCODE: IP31

$
0
0

Hi Mohammed,

 

To build a Smartform as per requirement using the tcode Smartforms.

 

 

 

With regards

Arun VS

Re: How to change the storage location in delivery, during Auto Batch determination

$
0
0

Hi Venkata,

 

I don't know that how much far you have gone into coding to achieve this (I hope you are not a point of 'no return'). Why don't you make use of 'Selection Type' in Logistics - General > Batch Determination and Batch Check > Strategy Types > Define Sales and Distribution Strategy Types, then choose a strategy type and in that strategy type, choose 'N' in "Selection Type' field.

 

You can also control at VCH1/VCH2 level, if you don't want to affect the batch determination at Strategy Type level.

 

Kindly try and let us know your feedback.

 

Regards

SD

Re: MM02 changes not captured in Change Documents

$
0
0

The link of this note is starting with i7p.wdf.sap.corp, which is restricted only for SAP employee.

You can able to see the note because you are a SAP employee. Other can't see with this link.

SAP Solution Manager 7.1 Installation stuck at "Start instance

$
0
0

SAP Solution Manager 7.1 Installation stuck at "Start instance

 

 

 

An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 3 > SAP Application Server ABAP > MaxDB > Central System > Central System( Last error reported by the step: ABAP processes of instance NSP/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:10 minutes. Giving up.). You can now:

  • Choose Retry to repeat the current step.
  • Choose Log Files to get more information about the error.
  • Stop the option and continue with it later.

Log files are written to C:\Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/.     the

 

 

Here are the log files :

 

 

 

 

---------------------------------------------------

trc file: "sapstartsrv.log", trc level: 0, release: "721"

---------------------------------------------------

pid        4592

 

 

[Thr 2160] Wed Feb 18 12:29:37 2015

SAP HA Trace: SAP Microsoft Cluster library '721, patch 400, changelist 1544188' initialized

CCMS agent initialization for instance type ABAP: return code 0.

CCMS agent start: return code 0.

Initializing SAPControl Webservice

Starting AutoRestart thread

SapSSLInit failed => https support disabled

Starting WebService Named Pipe thread

Starting WebService thread

AutoRestart thread started, version check is enabled

Webservice named pipe thread started, listening on port \\.\pipe\sapcontrol_00

Webservice thread started, listening on port 50013

trusted named pipe user is stopping SAP System at 2015/02/18 12:29:55

SAP HA Trace: FindClusterResource: OpenCluster failed: 1060 [sapwinha.cpp, line 214]

SAP HA Trace: SAP_HA_FindSAPInstance returns: SAP_HA_FAIL [sapwinha.cpp, line 936]

 

 

trusted named pipe user is starting SAP System at 2015/02/18 12:29:56

SAP HA Trace: FindClusterResource: OpenCluster failed: 1060 [sapwinha.cpp, line 214]

SAP HA Trace: SAP_HA_FindSAPInstance returns: SAP_HA_FAIL [sapwinha.cpp, line 936]

[Thr 4636] Wed Feb 18 12:30:08 2015

sapstartsrv executable has changed only in timestamps, but is still the same version. Skipping restart

sapstartsrv executable has changed only in timestamps, but is still the same version. Skipping restart

trusted named pipe user is stopping SAP System at 2015/02/18 23:46:30

SAP HA Trace: FindClusterResource: OpenCluster failed: 1060 [sapwinha.cpp, line 214]

SAP HA Trace: SAP_HA_FindSAPInstance returns: SAP_HA_FAIL [sapwinha.cpp, line 936]

 

 

trusted named pipe user is starting SAP System at 2015/02/18 23:46:50

SAP HA Trace: FindClusterResource: OpenCluster failed: 1060 [sapwinha.cpp, line 214]

SAP HA Trace: SAP_HA_FindSAPInstance returns: SAP_HA_FAIL [sapwinha.cpp, line 936]

Re: Tax is not calculated in MIRO

$
0
0

Hi Eugene ,

 

Please fin below I have attached that Screen shot again

OBYZ Screen shot

 

PO invoice Tab

 

 

 

Regards,

Sukdev.

Production Order Finished goods Cost.

$
0
0

Hi,

 

Please give me the solution for this scenario.

 

Production Order

A-Finished Goods

 

X - Raw material  - 10

Y - Raw Material  - 20

Z - Scrap  - 5

 

Scrap value is Standard Cost and Inventory Item.

 

Now Finished Goods Cost - 30

But i want Finished Goods Cost - 25 (10+20-5)

How to Rectify ?

 

Thanks,

Nithi

Re: How to set EOIO when we have multiple receivers

$
0
0

Have you tried with me earlier reply steps?

 

//BR,

Praveen Gujjeti


Re: SRM Track Shopping Cart App

$
0
0

I have already checked console but it seems no error. Attaching herewith screenshots.Screen console.JPGScreen console_1.JPG

Re: Quantity management in Fixed Asset in SAP B1 9.0

$
0
0

Dear Gordon Du,

Can you explain how to set up Fixed Asset Quantity?

Re: workflow from project builder, no workflow item is created

$
0
0

Hi Richa,

 

Thank you very much!

 

After having many trial and error, found that the problem was in task created along with the workflow. Replaced the user defined task with standard task solved the issue. However stuck with another issue that the workitem is appearing in SAP outbox with status ready but not delivering to intended user. Any idea?

Re: SRM Track Shopping Cart App

$
0
0

attached screen console screenshot above.

Re: SUM ERROR UNABLE TO LAUNCH APPLICATION

Viewing all 8746 articles
Browse latest View live




Latest Images