reg bdc

Question:
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]
Answer:
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

Answer:
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 ?
Answer:
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

More Articles:

Problem in BDC -- Help Required Urgently.?
How to upload data using BDC to an output filed?
OM - Assignment to cost centers?
BDC with Table Control-Trans Code - fp06?
Select end of table?
CALL TRANSACTION for SE37?