Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Note 1703851 - New Element

antonio_bruno
Participant
0 Kudos

Hi,

In relation to the note 1703851, I can't create the new element P_LIMIT. I've tried to execute first the note, but the method it's not update properly.

How I can add it?

Thanks and regards.

Antonio

1 ACCEPTED SOLUTION

former_member182371
Active Contributor
0 Kudos

Hi,

it seems that first you have to apply the note with snote (it will create the parameter of the selection-screen):

see correction instruction for

LIMUREPSRFIDITBLIST_SELECTIONR3TRPROGRFIDITBLIST_SELECTION

there you will see that the parameter is created:

Insert Block

  par_file like RFPDO1-ALLGUNIX MODIF ID mc6, "File Name

P_LIMIT TYPE i MODIF ID mc6. "1703851 "Amount Limit

and then afterwards you need to do this:


Manual Activity:

Please update the selection text of the new paramater in the report.

1)Execute Tcode se38 and give report name as "RFIDITBLIST" and open the report.

2)Navigate to Goto->Text Elements-> Selection Text.

3)Update the  selection text of new element as given below.

Name Text in English Text in Italian

P_LIMIT Amount limit      Importo limite

if method is not correct, go to se24 for class

CL_IM_RFIDIT_TAX_BADI_016

and check there to see what is the error

Best regards,

Pablo

2 REPLIES 2

former_member182371
Active Contributor
0 Kudos

Hi,

it seems that first you have to apply the note with snote (it will create the parameter of the selection-screen):

see correction instruction for

LIMUREPSRFIDITBLIST_SELECTIONR3TRPROGRFIDITBLIST_SELECTION

there you will see that the parameter is created:

Insert Block

  par_file like RFPDO1-ALLGUNIX MODIF ID mc6, "File Name

P_LIMIT TYPE i MODIF ID mc6. "1703851 "Amount Limit

and then afterwards you need to do this:


Manual Activity:

Please update the selection text of the new paramater in the report.

1)Execute Tcode se38 and give report name as "RFIDITBLIST" and open the report.

2)Navigate to Goto->Text Elements-> Selection Text.

3)Update the  selection text of new element as given below.

Name Text in English Text in Italian

P_LIMIT Amount limit      Importo limite

if method is not correct, go to se24 for class

CL_IM_RFIDIT_TAX_BADI_016

and check there to see what is the error

Best regards,

Pablo

0 Kudos

Thanks, I've updated it.