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

ceban structure

Former Member
0 Likes
1,442

Hi all,

Does anybody know what is the purpose of cebanzz structure?

Can i add fields to this structure?

Do i get content to that fields by default?

Thank you very much.

Omer

8 REPLIES 8
Read only

former_member221770
Contributor
0 Likes
1,181

Omer,

It looks to me like CEBANZZ was added at a later date to extend CEBAN to include field PDUMMY. This means that in user exits, etc you can access the PDUMMY field via CEBAN-PDUMMY.

No you should not add fields to this structure, rather hit Goto->Append Structure and create a new Z structure which you will append to CEBAN. Your new fields should be in your new 'Z' structure.

Hope this makes sense.

Cheers,

Pat.

PS. Kindly asign Reward Points to the posts you find helpful.

Read only

0 Likes
1,181

but look at the decumentation of M06B0002 enhancement.

Read only

0 Likes
1,181

Omer,

Perhaps you could explain what you are trying to do?

Cheers,

Pat.

Read only

0 Likes
1,181

i wnat to add field to cebanzz structure,but i dont know if i can.

I saq the decumentation of M06B0002 enhancement but i dont understand it prefectly.

Read only

0 Likes
1,181

By M06B0002 enhancement you can change data of structure CEBAN, so if you want to add some z-fields, you should append them in CEBANZZ and then use M06B0002 to update their values.

Regards

Max

Message was edited by: max bianchi

Read only

0 Likes
1,181

but i need access key right?

Read only

0 Likes
1,181

Yes you have to register the object in OSS and get a access key

Read only

Former Member
0 Likes
1,181

Dear Omer,

Enhancement Category of this structure is : CAN BE ENHANCED, CHARACTER-TYPE OR NUMERIC-TYPE. It means that the "The structure and its enhancement must not contain any deep data types (tables, references, strings)".

Regards,

Vikas Madaan