2024 Aug 01 1:23 PM - edited 2024 Aug 01 1:24 PM
Hello, I'm K. (This is my first question to the community, so please excuse me if the question is unclear.)
Background: I am developing a Delivery Note for S4 Public Cloud using Adobe Livecycle Designer with JavaScript.
Question: Is it possible to implement in JavaScript a method to duplicate a table containing detail rows and display three of them on one page?
I will attach a simple diagram below.
----------------------------------------------------------------------------------
(The diagram shows the detail rows extending horizontally, but they should actually be vertical.)
Case 1: When source data is less than 3 (example: 2 items)
Source data (tb1Rows):
[0] [1]
Page 1:
+-------------------+ +-------------------+ +-------------------+
| Table 1 (Row 1) | | Table 2 (Row 2) | | Table 3 (Row 3) |
|-------------------| |-------------------| |-------------------|
| [0] [1] [ ] [ ] [ ] | [0] [1] [ ] [ ] [ ] | [0] [1] [ ] [ ] [ ]
+-------------------+ +-------------------+ +-------------------+
Case 2: When source data is 5 or more (example: 7 items)
Source data (tb1Rows):
[0] [1] [2] [3] [4] [5] [6]
Page 1:
+-------------------+ +-------------------+ +-------------------+
| Table 1 (Row 1) | | Table 2 (Row 2) | | Table 3 (Row 3) |
|-------------------| |-------------------| |-------------------|
| [0] [1] [2] [3] [4] | [0] [1] [2] [3] [4] | [0] [1] [2] [3] [4]
+-------------------+ +-------------------+ +-------------------+
Page 2:
+-------------------+ +-------------------+ +-------------------+
| Table 4 (Row 1) | | Table 5 (Row 2) | | Table 6 (Row 3) |
|-------------------| |-------------------| |-------------------|
| [5] [6] [ ] [ ] [ ] | [5] [6] [ ] [ ] [ ] | [5] [6] [ ] [ ] [ ]
+-------------------+ +-------------------+ +-------------------+
SAP S/4HANA Cloud Public Edition
SAP Forms service by Adobe
SAP Interactive Forms by Adobe
(SAP Business ByDesign)
Request clarification before answering.
User | Count |
---|---|
70 | |
16 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.