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: 

Coding Block

0 Kudos

Hi Experts,

I am trying to test coding block in IDES system. I have added field ZZXXXX to structure CI_COBL and CI_COBL_BI. The field added is appearing in OXK3 transaction. I am not able to add this field in BSEG table as the append structure option is disabled in BSEG. I googled and found no help in adding field to BSEG. Also when I tried to add new field directly in OXK3 tcode, it was asking for access key. Please suggest, how to add new field in BSEG and also what would be next step to complete the coding block configuration.

Thanks in advance.

Kumar.

6 REPLIES 6

nabheetscn
Active Contributor
0 Kudos

Hi,

We have recently added fields in bseg and allusing coding block.Please find belowthe solution.

Go to OXK3

click on Menu button and turn to Expert mode.

Once you do that you can see the option of adding fields to bseg and other tables and create the screen also.The option to create a screen is also there in Menu only

It can also happen that even after maintining fields are not displayed in transaction then please checkyour screen variant.

Nippy

0 Kudos

Thank you for the reply, I tried expert mode, except adding fields to BSEG all other steps are successful, its asking access key for BSEG field addition. As I could not able to add field to BSEG screen option was not displayed. Any other thoughts?

Kumar.

0 Kudos

Found menu option for subscreen, however not able to add field to BSEG.

Former Member
0 Kudos

Hi Kumar,

You cannot use APPEND STRUCTURE in BSEG table , since its a cluster table and has one-to-one mapping with database.

I had a similar requirement. I used OXK3 and added the new field.

After changes in OXK3 run program RGUGBR00 in SE38 with all options checked. This will take quite a while to generate. Then check if the field is updated in BSEG.

Regards,

Ateet

anup_deshmukh4
Active Contributor
0 Kudos

If you Directly Create a CI_COBL structure.... you will see it in BSEG table as CI_COBL is included in BSEG...!

Try it out...

0 Kudos

Hi Anup

I want to add a customer field to an append structure (not COBL) in OXK3. The field is already in BSEG. How do I add an append structure in OXK3?

Regards

Arjan