on 2017 Jul 26 8:19 AM
Hello
I am trying to do a fast screen for infotype 0030 (PA70). Everything is fine, but on my system infotype uses texts (RP50M table).
I have created proper screen with proper fields (screen 5000, with field RP50M-TEXT1) but during save - field TEXT1 is not populated to infotype, even it dissaper after 'enter' on screen.
As i assume, includes for fast entry does not include structure for RP50M-TEXT*, so my question is, if there is any option to do this?
Bartosz,
Nice job, you would probably need to add something similar to the update part text of screen 2000:
* Infotypspezifische Eingabepruefung
CHAIN. "xxxK46818
FIELD: RP50M-TEXT1,
RP50M-TEXT2,
RP50M-TEXT3. "
MODULE UPDATE_TEXT.
ENDCHAIN.
Review module update_text and link the module for each line you are processing of screen 5000...probably going to be tricky.
Best,
Antoine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
9 | |
7 | |
6 | |
4 | |
3 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.