2008 Dec 17 3:27 AM
hi all,
I Created one Z Table for three fields Sales District( BZIRK) and Sales District Description (BZTXT) and Person Incharge. I Created Table Maintanance Generator for these three fields.
in my ZTable after giving Sales District Code(BZIRK) when i enter Sales District Description(BZTXT) should come automatically.
How can i achieve this . Plz send detailed process.
Please suggest.
Thanx & Regards
Remi
2008 Dec 17 3:54 AM
Hi
You need to write the code using the EVENT options.
TMG screen - Modifications- Event- select 05 option then give form routine and click on abap editor and write the code.
download the document and refer
Regards
Shiva
Hi
You need to write the code using the EVENT options.
TMG screen - Modifications- Event- select 05 option then give form routine and click on abap editor and write the code.
download the document and refer
Regards
Shiva
2008 Dec 17 3:53 AM
in table maintainance generator screen ..
.goto menu environment--->modification-->source code..
u will get the popup with lot of programs inthat select the main program sapl(.....).
in that u will have following includes view related include-files
view related include-files (never change, please) *
INCLUDE LZSDFF00 . " subprograms
INCLUDE LZSDFI00 . " PAI modules
do ur coding here...
2008 Dec 17 3:54 AM
Hi
You need to write the code using the EVENT options.
TMG screen - Modifications- Event- select 05 option then give form routine and click on abap editor and write the code.
download the document and refer
Regards
Shiva
2008 Dec 17 3:56 AM
hello
what you can do is create a search help for bzirk field and add two field in the parameter list ie. bzirk and bztxt and both parameters should be import and export checked.
now if you will attach this search help to the field bzirk and you enter the value in bzirk field from the search help in the table maintenance ,then you will automatically get the entry in the field bztxt.
try this
regards
geeta gupta
2008 Dec 17 3:56 AM
Yes it is Possible.
After the TMG is successfully created, then open it again in display mode>click on source code>You will find Module Pool.
Get PAI module,Double click on PAI include,Here you can put your code to populate Data Automatically.
2008 Dec 17 4:01 AM
hi,
In table maintainance generator yo need to go to environmentmodificationevents.-new entry..
here select creating a new entry,option 05.then click on editor and do the coding here.
thanks
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |