Application Development 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: 

SE11 vs. DD03L

csaba_szommer
Active Contributor
0 Kudos

Dear All,

I'm searching for answer concerning this:

Using SE16 + DD03L and using selection criterium table LBBIL_INVOICE I can see fields (e.g. LBBIL_INVOICE-ALAND, LBBIL_INVOICE-BIL_CAT, etc.) in the report that are not displayed when I'm using SE11 + LBBIL_INVOICE.

What is the reaon I see certain fields belonging to LBBIL_INVOICE if I use SE16 + DD03L with LBBIL_INVOICE that are not diplayed when I use SE11 with LBBIL_INVOICE?

Please help me to get answer for this question - sorry, if my question is very simple one, my AbAP knowledge is very limited...

Thanks,

Csaba

Edited by: Csaba Szommer on Dec 1, 2008 1:31 PM

1 ACCEPTED SOLUTION

agnihotro_sinha2
Active Contributor
0 Kudos

hi Csaba,

LBBIL_INVOICE is a structure to transfer data to smartforms.

using SE16+DD03L you can get only the basic fields and allows you to enter values.

But in SE11 you can only open the structure. Structure doesnot basically hold data like tables do.

they are used to transfer data at runtime....

your structure contains header and item level nested structure for smartforms....

coming to your issue, LBBIL_INVOICE-ALAND, LBBIL_INVOICE-BIL_CAT can also be found in SE11.

Click on the Hierarchial button and the the search key(at menu)...

Enter field names and you can get the fields inside the nested structure.

Use ctrl+g to search next field....

ags.

6 REPLIES 6

JozsefSzikszai
Active Contributor
0 Kudos

LBBIL_INVOICE is a strucure which is built up from other strucutres. Just double click any line and you'll see...

0 Kudos

Hi Eric,

Thanks for your answer.

If I run SE16 + DD03L with LBBIL_INVOICE I can see certain fields that are not displayed in SE11 with LBBIL_INVOICE.

Do you mean that SAP pick up the fields from structures under LBBIL_INVOICE and assign those fields directly to LBBIL_INVOICE? In SE16 + DD03L with LBBIL_INVOICE I can see the "lowest level" fields as well whilest in SE11 with LBBIL_INVOICE I can see only the "upper level" fields (and strucures)?

Thanks,

Csaba

0 Kudos

exactly, to get a better understanding, display the structure (LBBIL_INVOICE) in SE11 and press controlshiftF12 (=Hierarchy Display).

agnihotro_sinha2
Active Contributor
0 Kudos

hi Csaba,

LBBIL_INVOICE is a structure to transfer data to smartforms.

using SE16+DD03L you can get only the basic fields and allows you to enter values.

But in SE11 you can only open the structure. Structure doesnot basically hold data like tables do.

they are used to transfer data at runtime....

your structure contains header and item level nested structure for smartforms....

coming to your issue, LBBIL_INVOICE-ALAND, LBBIL_INVOICE-BIL_CAT can also be found in SE11.

Click on the Hierarchial button and the the search key(at menu)...

Enter field names and you can get the fields inside the nested structure.

Use ctrl+g to search next field....

ags.

0 Kudos

Hi Csaba,

i think explanation given by ags is sufficient enough...

0 Kudos

Dear All,

As I understand:

In DD03L I can see al the fields/strucures that are directly or indirectly (trough another strucure) under LBBIL_INVOICE, and in SE11 I can see those that are directly under LBBIL_INVOICE.

Thanks for your help.

Regards,

Csaba

Edited by: Csaba Szommer on Dec 1, 2008 2:08 PM