Application Development and Automation 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: 
Read only

ABAP verification.

ronaldo_aparecido
Contributor
0 Likes
1,383

Good morning.

I searched in sdn but I didn´t find the solution for that question:

In my program i  doing extended program check of program and I try to correct, but the error remains.

CALL METHOD cl_gui_frontend_services=>file_save_dialog

     EXPORTING

       default_extension = '.txt'  "#EC NOTEXT

       file_filter       = 'Arquivo de Texto (*.txt)|*.TXT|' "#EC NOTEXT

     CHANGING

       filename          = v_nada

       path              = v_path

       fullpath          = v_nda

       user_action       = v_act

     EXCEPTIONS

       cntl_error        = 1

       error_no_gui      = 2

       OTHERS            = 3.


why my "#EC NOTEXT don´t work , the error remains.


Thanks for help.

1 ACCEPTED SOLUTION
Read only

former_member201275
Active Contributor
0 Likes
1,355

Works for me? What section are you getting an error for? Please post screenshot.

Good morning.

I searched in sdn but I didn´t find the solution for that question:

In my program i  doing extended program check of program and I try to correct, but the error remains.

CALL METHOD cl_gui_frontend_services=>file_save_dialog

     EXPORTING

       default_extension = '.txt'  "#EC NOTEXT

       file_filter       = 'Arquivo de Texto (*.txt)|*.TXT|' "#EC NOTEXT

     CHANGING

       filename          = v_nada

       path              = v_path

       fullpath          = v_nda

       user_action       = v_act

     EXCEPTIONS

       cntl_error        = 1

       error_no_gui      = 2

       OTHERS            = 3.


why my "#EC NOTEXT don´t work , the error remains.


Thanks for help.

7 REPLIES 7
Read only

former_member201275
Active Contributor
0 Likes
1,356

Works for me? What section are you getting an error for? Please post screenshot.

Read only

0 Likes
1,355

Read only

0 Likes
1,355

Hi Ronaldo,

Try to pass the string '.txt' as a text element.

For creating the text element you have to follow the below navigation,

Go To -> Text Elements-> text Symbols

regards,

Satish

Read only

0 Likes
1,354

In the extended program check have you checked the box "Also Display Hidden Messages (Pseudocomments)"? This will cause your output.

Read only

0 Likes
1,354

Thanks Satish.

Read only

former_member201275
Active Contributor
0 Likes
1,354

You have marked this as "assumed answered". Please can you provide the answer as it would be nice to know what the issue was. Thank you.

Read only

0 Likes
1,354

you is wright.

Thanks mr Glen.