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

Re: Snif Program not showing active Implicit Enhancements

$
0
0

Hi,

is your question answered. If so please mark accordingly and close. Thank u.


Re: Off-Cycle and LIMIT function

$
0
0

Hi Brandyn,

 

You will need to put in your first rule to pass /102 to a variable.

 

You should be able to place below rule after function P0169.

 

*

  /102

    ADDWT *

    ELIMI *

    ADDWT&102

    RESET

 

Also, the second rule below needs to be placed just after the above rule.

I am assuming 2330 is your match which also gets generated from P0169 as a part of of standard 401K plan set-up and 2331 is your 401K EE contribution.

 

*

  2330

     ZERO=& CMP1

     ZERO= NRA

     AMT=& 102

     AMT*3

     AMT/100

     ADDWT&CMP1

     ZERO= NRA

     AMT=  2331

     AMT*50

     AMT/100

     AMT?& CMP1

     <

       ADDWT *

       ZERO=& 102

     *

       ZERO= NRA

       AMT=& CMP1

       ADDWT *

       ZERO=& 102

 

Hope this helps.

 

Thanks,

Ameet

 

 


Re: XML encoding using udf java code

$
0
0

Hi Mark,

 

I have tried with the java mapping provided by you and its get worked as per requirement..

 

Thanks alot for the response .

output.png

 

The problem is, the input structure is static and the data present in the "Data" field is dynamic.

 

The output XML structure is getting generated with the data present in the "Data" field properly as per the provided screenshot.

 

I cant send the same output different XMl structures to ECC as there should be fixed structure in the proxy to be written.

 

Could you please provide me the code which will create the Message Type with the namespace, so that i can use the same in the next message mapping after the java mapping and do the necessary modifications.

 

Regards,

Chaitanya

Re: Document to batch master

$
0
0

Hi Uli,

 

This setting is adding opyion to add document managaement (created using CV01N) in batch master but in our system we don't use that functionality.

 

My request was to add/activate option "service for object" in batch master. Is it possibel?

Re: Student loan not deducted i.e. /G03 , the reason plz

$
0
0

And what about this should be in T5UG3 table Amit

Re: Fiscal year to normal calender days

$
0
0

Hi Smitha,

 

If the project is already go live, then there are some pointers to consider before changing the calendar.

 

Firstly, it is required to take a backup of the planning area.

 

While extracting from Planning area, create a transformation so that the data is extracted based on the new calendar so that you can re load based on the same.

 

Secondly, you have to de-initialize the planning area to change the SBP and then once you re-initialize the planning area, load the data from backup cube to the active planning area

 

Thirdly, check all objects of process chains and macros for the horizon as per the new SBP and adjust accordingly.

 

Regards

JB

E-Filing - HMRC Dev Certificates.

$
0
0

Hi,

 

I would lilke to do some testing with regards to efiling interfaces with HMRC.

 

Where do i get the certificates to be loaded into STRUST?

 

Should i open the link and save copy on the certificates from the link https://secure.dev.gateway.gov.uk/submission.

 

Should i import in *.cer in the SM59?

 

Regards

Sam

Re: Set a filter to attribute of a characteristics

$
0
0

<Taking same example in to consideration, hope thats considerable>

 

If you are in developing stage of cube:

 

Since material type is directly not involving in transformation level, how about creating exclusive master object as <material1> and load it from material by filtering material type 100 only.

 

By using <material1> in cube, we will get only related master data in that object and you can automate the same in the project.

 

PSA to infocube load means, how master data attributes coming to the picture . you may have material type field as well in DS or that material type will come in to material in other md load.


Re: Error while trying to create Generic Articles with variants using LSMW (ARTMAS05)

$
0
0

Hello Paul,

 

I am trying to create articles through IDOC LSMW and have questions.

 

Could you please send me the document "md_article_generic_lsmw" to this e-mail filipa.camara@exictos.com.

 

Thank you in advance.

 

Regards

Re: A loop was evaluated more than the maximum number of times allowed - Report Custom Function

$
0
0

Hi Jamie,

 

I couldn't reproduce the problem outside my report so I am just going to move on since I already fixed the report.

 

The replace function would be nice, except there are foreign characters in my database that are not contained in the US ASCII. Replacing them one by one would simply be inefficient.

 

Thanks for the help!

Change Subject of Reminder and Escalation Notifications for PC

$
0
0

Hi everyone,

 

does somebody have experience in changing the subject of reminder and escalation notifications for Process Control?

 

The point is: When going to the notification handler for reminders and escalations CL_GRPC_NOTIF_WORKFLOW no message class is given.

 

Having a look at the method for subjects if_swn_notif~get_subject it is written in the code, that it is asked whether it is an escalation or a reminder (to give an alternative text if none of both is the case):

 

 

IF me->if_swn_notif~scenario_id = 'PCESCALATION'.

    l_id = 'TITLE_PC_ESCALATION'.

  ELSEIF me->if_swn_notif~scenario_id = 'PCREMINDER'.

    l_id = 'TITLE_PC_REMINDER'.

  ELSE.

    r_text = l_text.

    RETURN.

  ENDIF.

 

But it stays unclear for me where the values are entered. When having a look at get value I don't get to the subjects of a reminder or an escalation notification. Does somebody of you know where this is?

 

Thank you in advance!

 

Robert

Re: Fiscal year to normal calender days

$
0
0

Thanks DB for your reply,

 

Fiscal year calender(special posting periods) is assigned to storage bucket profile as well to time bucket profile also. We are generating forecasting data on monthly bases into monthly buckets.

 

Can you please tel me still will it be effecting the data.

 

Thanking you in advance!

 

Reagrds

SmithaN

Re: COE Query

$
0
0

As far as I know - no workaround to use elimination program. You can try to create some custom script but but even in this case I don't have an idea how you will differentiate inter-company and non-inter-company part of the amount.

 

Vadim

Re: insert into mseg extremely slow

$
0
0

Hi,

 

It takes some sec's to update but not too much time what you are referring too.

Do check if there is an down time or server issue which is causing this issue with basis team.

 

Actually this will have some performance issue in Quality client but not in production client.

Activation of ABAP not possible due to wrong syntax error

$
0
0

Hi All,

 

I copied some FORMs in a new include, to keep the "old" includes as they are after testing the bugfix.

 

Now I face the syntax error, that all of this copies methods are already there "a FORM already exists with this Name..."

 

BUT: This is not true, each copied FORM only exists once in the program. All includes are active, just the newest I created. I cannot activate it.

Even If I reneame the FORMs, then I get the error for the new name, I've never used before.

 

Do you have any suggestions, what to do?

 

regards

Volker


Transaction for display Plan of Mantainance

$
0
0

Good Morning,

 

 

 

Anyone knowanytransaction of PMthat displaysthe numberof the plan, the cycleof the plan andthe unit of measure?

 

Thank you

 

 

Adilson

 

Planos.png

 

SAP ECC 6.0 Contact Center

$
0
0

Hi,

 

We are looking to integrate Cisco with SAP ECC 6.0. We are looking for two options 1. Providing full 3rd party call embedded into SAP ECC. 2. Do only a screen pop for new call.

 

What all options do we have for the above integrations?

Any document or link would be really helpful.

Re: Continuous Inventory

$
0
0

continuous inventory is quite different to cycle count.

in continuous inventory you distribute the whole counting effort more or less equally throughout the year. It is actually a WM inventory method as you count bin wise to no miss anything, still you would do a annual count at years end for everything what was not counted during the year .

Cycle count means that you inventory has no good accuracy and hence you want count the item more often per year. Instead of counting it just once you eventually count it 12 times, so it adds actually a lot effort for the sake of accuracy. 

 

Of course you can use the ABC calculation from Cycle count  to classify your materials.

But to use it for Continuous inventory you would need to download it and do further preparation in Excel, e.g. the distribution of items to certain inventory dates.

Then you use this list as basis to copy the material numbers of a certain counting date  and paste it into the material number multiple selection  of MI31.

Re: Process chain failure

$
0
0

Hi,

 

please check with the your portal consultant if you have.

it seems to be java program error.

nothing to do in BI system.

otherwise check with the BASIS team.

 

Thanks,

Phani.

Button to select all at checkbox table column

$
0
0

Hi all,

 

I'm building a screen where I have a table with 2 columns, textview at column 1 and checkbox at column 2.

I need to create a button for a "select all" action. This button should select all checkboxes on the table.

Currently my button is working only for the first row of the column as you can see below.

 

Could anyone help me on this? Thank you!

 

checkbox.png

 

Code for button action:

 

METHOD onactionselect_all .

 

   DATA lo_el_unid_org TYPE REF TO if_wd_context_element.

   DATA: lo_nd_unid_org TYPE REF TO if_wd_context_node,

         lines_count TYPE i VALUE 0.

   DATA check TYPE string.

 

   check = 'X'.

 

   lo_nd_unid_org = wd_context->get_child_node( name = 'UNID_ORG' ).

*  lo_nd_unid_org = wd_context->path_get_node( path = 'UNID_ORG' ).

 

   lo_el_unid_org = lo_nd_unid_org->get_element( ).

 

 

   CALL METHOD lo_nd_unid_org->get_element_count

     RECEIVING

       count = lines_count.

 

   DO lines_count TIMES.

 

*    lo_nd_unid_org->set_selected( flag  = 'X'

*                           index = sy-index ).

 

     check = 'X'.

 

     lo_el_unid_org->set_attribute(

          EXPORTING

            name `MARC`

            value = check ).

 

   ENDDO.

 

 

ENDMETHOD.

Viewing all 8676 articles
Browse latest View live




Latest Images