reg bdc
Hi,
The query is reg BDC.Is there a function module that will give info if a field exists in a screen or not.,
Rgds,
L.Srinivasan.[/i]
No, but if you're having a problem where a field is displayed for one record and not the next it is due to an entry made on a previous screen. A good example of this is FB01 and document types.
If it's coding blocks that are giving you trouble then let me know.
R
_________________
Regards
R
Abap KC
SFMDR
The field is disc base for FB01. For some cases, the field is visible in Screen 302 and fors some cases , the field is not visible also.
Any help ?
Hi,
Then as R mentioned, this depends on the document type and also on posting keys.
So you can code as follows
IF document type/posting key = x
pass the value.
ELSE.
dont pass
ENDIF.
Hope this helps.
Regards,
Sudhir/Mohit