cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data not printing in nested subform in adobe form

kjyothiraditya
Participant
0 Kudos
1,662

Hi,

I have nested subforms and binding like below:

SUBFORM1-> $.GT_ITEM

SUBFORM2->$.GT_ITEM.DATA[*]

SUBFORM3->$.GT_ITEM.DATA[*].T_SCHED

SUBFORM4-> $.GT_ITEM.DATA[*].T_SCHED.DATA[*]

I am getting data in subform2 but in subform4 which is nested in subform2 and T_SCHED is a nested table in GT_ITEM, i am only able to print the captions but not the values. Bindings are proper. Please advice.

The subforms are of type Flowed and "Western Text" .

Data is not accessible/lost down the hierarchy. Is it that data will be accessible only 1 level below the subform ? ANy pointers please ?

Similar binding done at other place is fine.

pascal.bremer

Regards,

Aditya

Accepted Solutions (0)

Answers (1)

Answers (1)

BiberM
Active Participant
0 Kudos

Did you payattention that interface variables are expended? If you need them twice you need to define them twice in the interface.

Sorry but I can't read more out of your explanation.

kjyothiraditya
Participant
0 Kudos

Hi michael.biber2 : I am able to see the values of GT_FIRST in the output and also the T_SCHED_LINES in one subform,

but in the another subform, data is not displayed from T_SCHED_Lines.

kjyothiraditya
Participant
0 Kudos

Does it mean that we lose binding info if we create too many nested subforms ?? Don't know the reason exactly for why the data is not available in the 2nd cases even though similar.