Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all articles
Browse latest Browse all 5414

Radiobutton with 8 variables in BPC10 NW

$
0
0

Hello

 

     We are ending our migration from BPC 7.5 to 10. I'm testing DM packages and found an unpleasant surprise. A package that worked properly on 7.5 is not working fine on BPC10. This is the package "code":

 

PROMPT(RADIOBUTTON,%MATERIAL%,"SELECCIONE LINEA DE NEGOCIO",AA,{PASTA,GALLETA,PASTELERIA,BOLLERIA,PAN ,COPRODUCTO,CEREALES,BABYFOOD},{AA,BB,CC,DD,EE,FF,GG,HH})

INFO(%EQU%,=)

INFO(%TAB%,;)

TASK(/CPMB/ALLOCATION_LOGIC,SUSER,%USER%)

TASK(/CPMB/ALLOCATION_LOGIC,SAPPSET,%APPSET%)

TASK(/CPMB/ALLOCATION_LOGIC,SAPP,%APP%)

TASK(/CPMB/ALLOCATION_LOGIC,REPLACEPARAM,ARTICULO%EQU%MATERIAL%)

TASK(/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,REPARTO_PROD_MAT.LGF)

 

As you can check we have 8 radiobutton. All of them are shown on the screen on BPC7.5, but now the screen only displays 6 of them (image Package.png). There is no scroll bar on the window.

I've opened a new incident on SAP support but I didn't get an usefull reply. Is it possible to have a screen with 8 radiobutton on BPC10? If not, I'm trying to replace Radiobutton with Combobox with this instruction:

 

PROMPT(COMBOBOX,%MATERIAL%,"SELECCIONE LINEA DE NEGOCIO",0,AA,{AA,BB,CC,DD,EE,FF,GG,HH})

 

This command is working fine, but what I need is to show members description instead of member codes, i. e. PASTA instead of AA, GALLETA instead of BB and so on. How can we achieve this requirement?

 

 

Thanks and best regards


Viewing all articles
Browse latest Browse all 5414

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>