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: 

selection text/ parameter not transported into production system

Former Member
0 Kudos

Hi Everybody,

I created selection parameter's except date parameters all of them are trasnprted in to production. But I can see in dev system and ran the report also looks good.

My code is like below,

In this code so_dat and so_kdat not transported. I searched in sdn but nobody had this kind of issue.

SELECTION-SCREEN BEGIN OF BLOCK common WITH FRAME TITLE text-cmn.

SELECT-OPTIONS:

so_bukrs FOR trgs_position_selection-company_code,

so_dat FOR trlt_transaction-trldate ,

so_kontr FOR trgs_position_selection-kontrah MODIF ID dea,

SO_OTCNR FOR VTBFHA-RFHA,

so_curr for vtbfha-wgschft,

so_terms for vtbfha-dblfz NO INTERVALS,

so_terme for vtbfha-delfz NO INTERVALS,

so_kdat for trlt_transaction-trldate default sy-datum NO INTERVALS OBLIGATORY.

PARAMETERS:

par_var LIKE disvariant-variant default '/AM' NO-DISPLAY.

SELECTION-SCREEN END OF BLOCK common.

Thank you!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I have this problem when I was updating the text for other language than the original.

Goto to text elements and click: Goto / Translation, and do it in this place (proposals). This will be transported.

Best regards,

Leandro Mengue

3 REPLIES 3

Former Member
0 Kudos

Hi,

I have this problem when I was updating the text for other language than the original.

Goto to text elements and click: Goto / Translation, and do it in this place (proposals). This will be transported.

Best regards,

Leandro Mengue

0 Kudos

Leandro thanks for your reply. After I clicked on Translation then I went to Proposal Pool on top and it has Distribute proposal ,

Proposal pool and Display proposal pool for text. Which one do I need to select?

I don't know how other parameters are transported but not these two.

Thank you.

0 Kudos

Hi,

Certify that you don´t have any request open and make a change in this text. If the request dialog open when you save, then you text will be transported.

Also, verify if you don´t has been changed the original language of texts/report.

Best regards,

Leandro Mengue