cancel
Showing results for 
Search instead for 
Did you mean: 

SAP C4C SDK: How to read selected record values of Opportunity

Former Member
0 Kudos

Dear Experts,

I have a requirement to read the dynamic selection values of the record in the advanced-list-pane table.

Example:

Name ID Close Date Owner

American Airlines 134 22.03.2018 Ashish

American Airlines Pvt Ltd 347 11.06.2019 Venkat

Requirement:

When I select Opportunity ID - 347 from the advanced-list-pane I want read the values from the selected entity when i click on Generate PDF (Action_FillData). please find the attached screenshot as well.

Kindly help me with sample ABSL script how to read the current selected entry in runtime.

2018-12-17-accountid-american-airlines-multiple-op.png

Thanks,

Venkat Reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

andy_blankley
Participant
0 Kudos

Hello Venkat,

I had a look at this question for you and did some research.

Below I will provide you links to 2 previous discussions related to your question:

1. https://archive.sap.com/discussions/thread/3743874 (This will show you the correct datamodel binding to use for the "instance" selected! You also will then be able to use the instance keyword in absl "this" to select your record.)

2. https://archive.sap.com/documents/docs/DOC-69441 (This will show you creation / generation of BO and custom PDF).

Please check the above links. They should have all the information you are looking for to resolve your query. 🙂

(If so, please confirm this question)

Regards,

Andy Blankley