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

Create two linked files in BDS

0 Likes
594

I have a function to create files in BDS using the FM BDS_BUSINESSDOCUMENT_CREA_TAB, and I am able to get the URL of the file afterwards.

The issue that I have is that, I have two files, on the 1st file, I have a link to the 2nd file. What I was doing is that, I would get the URL of the second file and then on the first file I would edit the link to the new URL I got. But it is crucial that both files have to be in the same folder, so doesnt matter that I got the correct URL.

Is there a way that I can upload both files in the same path, and then load them from there?

Thank you.

I have a function to create files in BDS using the FM BDS_BUSINESSDOCUMENT_CREA_TAB, and I am able to get the URL of the file afterwards.

The issue that I have is that, I have two files, on the 1st file, I have a link to the 2nd file. What I was doing is that, I would get the URL of the second file and then on the first file I would edit the link to the new URL I got. But it is crucial that both files have to be in the same folder, so doesnt matter that I got the correct URL.

Is there a way that I can upload both files in the same path, and then load them from there?

Thank you.

1 REPLY 1
Read only

SSB
Product and Topic Expert
Product and Topic Expert
0 Likes
498

Hello,


Do you mean you would like to Read 1st file then Parse the file to get the URL of the 2'nd file and upload the second file as well with same document ID ?

I have a feeling that this cannot be done in consistent way

Best Regards

S S B