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: 

create a tabscrip in infotype txn pm01

Former Member
0 Kudos

hi guys,

i did the following.

create a infotype by pm01. (PS structure, config, etc)

after that i go to edit dynpro 2000

there i edit and create a tabscrip (using wizard), the subscreen for each tab (2001, 2002, 2003).

after that i go to pa30 and i can use the tabs

the problem is that i cant save or update any field from thats subscreens.

any ideas?

tks in advance.

2 REPLIES 2

Former Member
0 Kudos

debugging pa30 i found the following:

when i save:

FCODE = UPD

THEN PAI FROM DYNPRO 2000

CHAIN:

FIELD pa9004-begda

FIELD pa9004-endda

ENDCHAIN:

the fields that are not this chain are not saved, but if i added a new field pa9004-text1, is not visible to dynpro 2000 (that field is on subscreen 2001 (tabscrip 1) )

so i need to chain all the fields from subscreen 2001, 2002, 2003.

furthermore if i click on pa9004 structure the data pa9004-text1 or any other field from subscreens are NOT empty.

0 Kudos

I added a 006 in group code in each tab and use the p9004 structure instead of pa9004 and worked!