cancel
Showing results for 
Search instead for 
Did you mean: 

[sap bydesign] display all rows of table with ALD

ezorhub
Participant
0 Kudos

Hi Guys!

I made a custom bo for printing custom form as outbound delivery bo in sdk. cause our client roughly wanted to see line items, not line detail items. when I previewed that form, it showed only one row. did I something miss steps?

also, is there any way that I can try using javascript or something?

Any help you can offer would be great!

cheers.

Accepted Solutions (1)

Accepted Solutions (1)

former_member606838
Participant
0 Kudos

Hi Zoe,

When you created the custom BO did you have the right node carnality e.g [0,n] ? like in this example

import AP.Common.GDT as apCommonGDT;


businessobject CustomBO{
       [AlternativeKey]element SomeUUID:UUID;

node Item[0,n]
{
[Label("L1")]element LID: ID;
[Label("L2")]element L2: LANGUAGEINDEPENDENT_MEDIUM_Name;
}

}

In ALD did you have the right binding to the node and the right repetition setting that match your business case?

ezorhub
Participant

Dear malramadhan1,

That's perfect. exactly what I've should know, mousa! I didn't know it at that time. it solved already, but for other byd newbies! many thanks.

Answers (0)