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

Re: Capacity leveling, after Deallocate scheduling dates getting changed.

0
0

Kiran, Thanks for your reply

There are no issue with the past/ current dated orders. the issue is with the future date orders which are created with scheduling type Forwards/Backwards.

 

I have maintained in Close gaps in strategy profile as "no closing of the gaps"

but still there is difference dates in scheduling after deallocate and before dispatch.


How to Delete certain rows from table view collection

0
0

Hi Experts,

I need to display result on the basis of certain process type. So i have used code like below.

 

       lv_iterator =   me->typed_context->searchresult->collection_wrapper->get_iterator( ).

       lv_entity = lv_iterator->get_first( ).

       WHILE lv_entity IS BOUND.

         CLEAR:lv_object.

         lv_object = lv_entity->get_property_as_string( iv_attr_name = 'PROCESS_TYPE' ).

         IF lv_object <> 'XXX'.

           lr_entity ?= lv_entity.

          me->typed_context->searchresult->collection_wrapper->remove( lv_entity ).

          lr_entity->delete( ).

         ENDIF.

         lv_entity = lv_iterator->get_next( ).

       ENDWHILE.


But only some of the entities from the collection are getting removed. Still some wrong entities exists which i cant even able to delete it by using ,

          me->typed_context->searchresult->collection_wrapper->remove( lv_entity ).

          lr_entity->delete( ).


Am i missing anything here?


Regards,

Santhosh


Re: Same select max is very slow in one program but fast in another

0
0

Hi Mathew,

 

Thanks for correcting me.

 

Regards,

Kannan

Re: IDT error while opening

How to delete certain rows from Table view

0
0

Hi Experts,

 

I need to display result on the basis of certain process type. So i have used code like below.

 

 

       lv_iterator =   me->typed_context->searchresult->collection_wrapper->get_iterator( ).

       lv_entity = lv_iterator->get_first( ).

       WHILE lv_entity IS BOUND.

         CLEAR:lv_object.

         lv_object = lv_entity->get_property_as_string( iv_attr_name = 'PROCESS_TYPE' ).

         IF lv_object <> 'XXX'.

           lr_entity ?= lv_entity.

          me->typed_context->searchresult->collection_wrapper->remove( lv_entity ).

          lr_entity->delete( ).

         ENDIF.

         lv_entity = lv_iterator->get_next( ).

       ENDWHILE.

 

 

But only some of the entities from the collection are getting removed. Still some wrong entities exists which i cant even able to delete it by using ,

          me->typed_context->searchresult->collection_wrapper->remove( lv_entity ).

          lr_entity->delete( ).

 

 

 

Am i missing anything here?

 

 

 

 

Regards,

Santhosh

Re: SMP3 - Certificate file

Re: Need help in couple of questions in SAP

0
0

1)can we have the manufacturing date populated in the quant instead of GR date. we are exploring this options to unable the FIFO logic to work fine--Why do u want manufacturing date in Quant if the requirement is to consider the Manufacturing date / BBD then you need to use Strategy H-Shelf life expiry date rather then FIFO

 

2)      2) Can we have the quant created in TR , when we do the C011N. I know that quant gets created when the TO is created. ----- Quant is a characteristic of WM, TR is a request from IM to WM to pick / putaway the required stock, if the requirement is to pick a particular stock and you know the source bin where it is stored you can define that in the header of TR and system will pick the stock from there

 

3)     3) Does std SAP, allow the GR date getting populated in quant, when moving from one storage location to another. -- GR Date remain same

 

4)      4) Does std SAP, permits the stock move from one bin to another in LT01 along with the stock type together.--- yes, on the intial screen enter the stock category

     

 

1)      5) How to find the menu path in SAP, if you are not sure for a particular T-code in SAP

      Click on the find button in the menu bar , A new search box appear enter the T-code and press find button it will take you to the menu path (See below example for LT01 this will directly take you to the menu path


 










6)     Does Std SAP allow for moving the material from storage location to another in SAP WM for a same plant. I know, it works fine in IM by using the T-Code like MB1B with movt type 311 and MIGO_TR

          If material is WM manged then after MB1B system creates a Posting Change Notice against which you are supposed to create   a Transfer order and confirm which bin stock you want to move from one storage location to another


5

 

if

Re: VK11 Condition types for taxes

0
0

Hi,

 

Tax codes are basically used to differentiate between tax rates within one country

for example, India can have two tax rates for Sales/Purchase which are as 7% and 1 %. This can be differentiated using tax code

 

Further they are used to determine tax account

 

while maintaining Condition records in VK11, you can add the tax code from which corresponding tax rate is determined

 

In transaction code FTXP you will assign country key , tax code and rate


Re: Subreport error on Client Machine

0
0

Search for a kbase article on how to enable "CRLogger" it can show you what you are passing and why it fails, it won't show you the password in clear text though so that may part of the issue.

 

Are you running 32 or 64 bit app? Set your project to x86 or X64 and not AnyCPU and install the DB client of the same platform.

 

What happens if you refresh the report, it should prompt for log on info when it fails to log on.

 

Don

Re: Open Commitment and Actuals After BCS Migration

0
0

CA Sam,

 

You will need to reassign any open documents using the reassignment process and rules. Alternatively you can delete and repost all documents. It depends on whether you want to report history under the new account assignments or old.

 

Thanks

Shyam

First item missing in initial display of employee reports in MSS reporting

0
0

Hi Experts,

 

      I am facing issue in Manager's report of ESS. The reports are displayed in small window on clicking report results button of selection. But first line item is hidden from display, it will be appearing on reloading after performing some action on the window like maximizing, clicking any options.I have tried finding the cause by debugging the exit handler CL_HTTP_EXT_ITS of service HRWPC_FC_EXEC but couldn't get. Can anyone please help me in this regard.Thanks in advance.

 

 

Regards,

Sowmya

Re: PO not showing committment value

0
0

HI Jurgen,

 

I got it. Out unit of measurement is EA. I am not able to find in CUNI how to check whether it is linked to value or quantity.

 

Sorry but I am not aware about MM configuraiton.

 

Regards

Deepak

Cycle counting

0
0

Dear Expert,

 

I am trying to test out cycle counting in SAP Retail. I have made customization change in omnk and check the cycle count. However, I read the document and it said I need to set the cycle count indicator in article master. I can find this field using industry material master (mm03) but I don't know where is this field under retail material master (mm43). Please advise. If there is any good reference regarding cycle counting, please let me know as well. Thanks!

 

Regards,

Alex

Re: RE: Cross Domain Policy Error #2170

0
0

Hi Chanukya,

 

Please do leave your comments and close the thread, if you solved the issued. Also please explain the solution here it can be helpful for others.

 

--SumanT

Re: Limitation of smartforms translation in se63


Re: In dynamic Selection screen I want check mandatory input field after pressing F8 or Execute Button?

0
0

Hi,

 

Please check for the field is initial or not in START-OF-SELECTION.

 

START-OF-SELECTION

 

Pefrom sub_check_mandat_field.

 

form sub_check_mandat_field.

 

IF field1 IS Initial.

 

message 'Please enter value' TYPE 'E'

 

endif.

 

endform.

 

You may also add LEAVE LIST-PROCESSING. as suggested by

Davisraja Pious.

Re: Removed: Five points an ABAPer expects from Functional Consultants

0
0

No worries. That's why I cleared that up.

 

The only strange behaviour I see is really the thing with the likes in the flipped tile/the reputation history.

 

You got 5 penalty points for 2 rejected blogs and you got 2 x 10 points removed for the same two rejected blogs. But that's not a bug, that the mechanism behind the gamification.

What should be the approach if I need to add an extra screen for transaction LM06

0
0

Hello Everyone,

 

I want to know what should be apporach if I want to add an extra screen in LM06?

 

I could not find any screen exits to add screen after screen 302 (where the TO is confirmed).

 

Is it possible to build a tcode similar to LM06 with additonal fucntionality? If yes then what should be the approach to start building up the new tcode.

Re: HI MAY I KNOW WHAT IS PERSISTENT CLASS IN OOPS-ABAP.

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

0
0

Hi,

I noticed that the problem is not global. As I wrote before the problem occurs when I try to enter "Database Updates with ABAP Open SQL" but  there's no problem while trying to have access to "SAP List viewer (ALV) creation".

 

While entering "SAP List viewer (ALV) creation" I see:

Bez tytułu3.png

I tested entering those links several times and the error is always seen in "Database Updates with ABAP Open SQL" and  there's no problem in "SAP List viewer (ALV) creation".

 

Regards, Leszek

Viewing all 8713 articles
Browse latest View live




Latest Images