Application Development and Automation 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: 
Read only

include structure field kunnr

sridhar_muthekepalli3
Active Contributor
0 Likes
692

Dear Friends,

In the structure FPAYHX, field ZBANK is working perfectly while using T.code FDTA-Data Medium overview and when the data is downloaded,the field citibank is shown.

A field kunnr was inserted as include structure and using T.code FDTA-Data Medium overview, we downloaded the data, but we are unable to see any data.

We have checked and include structure is activated and also checked with other structures, but we unable to find why it is not working like SAP structure field.

Any suggestions will be highly appreciated.

Regards

Sridhar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
654

hi Sridhar ,

for uploading data in field kunnr u have to write a code or sm user exit. as the field is there but u are using an standard t code which dont know about the new field . so the data has to be passed through

custom code to the field for downloading.

regards,

Aditya Shrivastava.

Dear Friends,

In the structure FPAYHX, field ZBANK is working perfectly while using T.code FDTA-Data Medium overview and when the data is downloaded,the field citibank is shown.

A field kunnr was inserted as include structure and using T.code FDTA-Data Medium overview, we downloaded the data, but we are unable to see any data.

We have checked and include structure is activated and also checked with other structures, but we unable to find why it is not working like SAP structure field.

Any suggestions will be highly appreciated.

Regards

Sridhar

3 REPLIES 3
Read only

Former Member
0 Likes
655

hi Sridhar ,

for uploading data in field kunnr u have to write a code or sm user exit. as the field is there but u are using an standard t code which dont know about the new field . so the data has to be passed through

custom code to the field for downloading.

regards,

Aditya Shrivastava.

Read only

sridhar_muthekepalli3
Active Contributor
0 Likes
654

thanks for the answers

Read only

Former Member
0 Likes
654

Hi,

using T.code FDTA-Data Medium overview , we can load & view the std fileds but not custom flds as Kunnr; So we have to write custom code like exits to view this kunnr data also