cancel
Showing results for 
Search instead for 
Did you mean: 

Infotype 0030 - fast entry PA70 / RP50M

Former Member
0 Kudos
335

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

antoine_foucault
Active Contributor
0 Kudos

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