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: 

dialog programming

Former Member
0 Kudos
116

hi all,

in first screen material number is the i/p field and display and chage buttons also avialble.

if i enter material number and if i press display button,it will go to the second screen but i want to display language key and material discription in all languages to that material number.

pls anyone can help me how to do.after pressing the display how to link with table control.

regards

prs

1 ACCEPTED SOLUTION

Former Member
0 Kudos
100

Hi Prs,

You can assign the group for those two fields and write ur own logic.

Naveen.

8 REPLIES 8

Former Member
0 Kudos
101

Hi Prs,

You can assign the group for those two fields and write ur own logic.

Naveen.

Former Member
0 Kudos
100

Do you want to display the table control on the same screen i.e. screen1?

Thanks

Sanjeev

0 Kudos
100

no, i want to display it on screen 2 from screen 1 after clicking a button

0 Kudos
100

You need to fetch data for language key material desc in the PBO of the second screen. and call the table control in the second screen

0 Kudos
100

i want to fetch lang key and desc in table control in second screen.

with all lang keys

0 Kudos
100

Check this table

MAKT : Material Description

(Tranparent table with 5 fields)

MANDT Client

MATNR Material Number

SPRAS Language Key

MAKTX Material Description (40C)

MAKTG Material Description in UPPER

CASE for MATCH CODE

0 Kudos
100

I KNOW TABLES.

BUT

WHAT CODE SHOULD BE WRITTEN AND WHERE?

0 Kudos
100

CHECK THIS

http://hometown.aol.com/skarkada/sap/table_control/table_control.htm

https://forums.sdn.sap.com/search.jspa?threadID=&q=tableANDcontrol&objID=f50&dateRange=last90days&numResults=15

a®s

Edited by: a®s on Jan 26, 2008 12:41 AM