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: 

Problem while using Enhancement ITOB0001

Former Member
0 Kudos

Hi

We have added an User defined Tab in Tcode EQUI to accomodate Z fields.

In CI Include available in EQUI Table, two new ZZ fields were added. Subscreen is also created and its visible in IE01 TCODE.

We are making use of Enhancement ITOB0001. The problem is, the data entered in Z fields are not getting updated in EQUI table.

Have anyone faced the same kind of issue...

Rgds

B.S.Krishnan

4 REPLIES 4

Former Member
0 Kudos

Hi,

Are you not getting values for the fields inside the exit EXIT_SAPLITO0_001? check the value of structure I_DATA_EQUI.

Former Member
0 Kudos

Hi Sharath

EXIT_SAPLITO0_001 is triggered as soon as I click the Custom Tab, i.e before entering the data in Z fields, so I am not able to check whether its getting stored or not.

Rgds

B.S.Krishnan

Former Member
0 Kudos

thats right, you have to control the data transfer through EXIT_SAPLITO0_002.

First time when the screen is not yet populated EXIT_SAPLITO0_001 will be blank.

0 Kudos

Hi Sharath

You are right, but the actual data transfer i.e the acutal update is taking place only in Exit_SAPLITo0_002,

that too in E_UPDATE_DATA_EQ which is like structure ISTRU_EQ. And the data for Z fields which I enter is captured in the structure ISTRU_EQ but not getting updated in the database table.

EXIT_SAPLITO0_002 is the exit where the export parameters for data is available and not in 001.

Rgds

B.S.Krishnan