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

dialog programming

Former Member
0 Likes
847

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
Read only

Former Member
0 Likes
831

Hi Prs,

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

Naveen.

8 REPLIES 8
Read only

Former Member
0 Likes
832

Hi Prs,

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

Naveen.

Read only

Former Member
0 Likes
831

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

Thanks

Sanjeev

Read only

0 Likes
831

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

Read only

0 Likes
831

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

a®

Read only

0 Likes
831

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

with all lang keys

Read only

0 Likes
831

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

a®

Read only

0 Likes
831

I KNOW TABLES.

BUT

WHAT CODE SHOULD BE WRITTEN AND WHERE?

Read only

0 Likes
831

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