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

POSTING_INTERFACE_DOCUMENT using tcode FBV1

Former Member
0 Likes
621

hi everybody

im using the fm POSTING_INTERFACE_DOCUMENT to park a document using tcode FBV1

but its giving me error 'field BSEG_ZFBDT is not found on screen'

Basically I have just been appending the table FTPOST with the name of the screen fields and their values

I dont know how to handle to which screen they belong

can anybody help me

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
507

You should pass BSEG-ZFBDT (with hyphen) , not the BSEG_ZFBDT (with underscore).

Regards,

Naimesh Patel

Read only

0 Likes
507

Its with hyphen itself, i mistype it here

do you know why im getting this error?

thanks