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

fields in my customized screen

Former Member
0 Likes
579

Dear abapers,

Can anyone tell me the following:-

i hve created 3 fields in my customized screen, now i want these 3 fields to be added in the condition field catelog - how to do it? can anyone guide me for the same

regards,

Sudhir

1 ACCEPTED SOLUTION
Read only

former_member480923
Active Contributor
0 Likes
562

there may be 2 ways:

a) the fieldcatalog could be created with reference with some database structures, append you field to the structure, it will display the output fields. Now find an exit in the report which can be used to populate the fields.

b) The whole thing can be handled in the exit.

If you can give me the transaction name where you are looking to do this it will be more helpful.

Hope That Helps

Anirban M.

Dear abapers,

Can anyone tell me the following:-

i hve created 3 fields in my customized screen, now i want these 3 fields to be added in the condition field catelog - how to do it? can anyone guide me for the same

regards,

Sudhir

3 REPLIES 3
Read only

former_member480923
Active Contributor
0 Likes
563

there may be 2 ways:

a) the fieldcatalog could be created with reference with some database structures, append you field to the structure, it will display the output fields. Now find an exit in the report which can be used to populate the fields.

b) The whole thing can be handled in the exit.

If you can give me the transaction name where you are looking to do this it will be more helpful.

Hope That Helps

Anirban M.

Read only

0 Likes
562

i have created a time sheet for employees to enter their working hours, now with this time sheet i am creating a sales order through BDC, in the sales order 1st line item will have one rate and the second line item same material has to have different line item. for the SD guy to give different rates he needs the Time sheet fields. What can i do.

regards,

SUdhir

Read only

Former Member
0 Likes
562

u can create a custom include in your table

add these 3 fields in the table

and can then use them in your field catalog.

Also if u want u can go for append structures , but sometimes

it leads to problems in unicode checks

so better you do a custom include