Hi All,
As a part of requirement we need to upload document to archive link. For this purpose in the object key field we need to populate values of company code, document number and fiscal year for the archive insert. Now the question; is there a general SAP search help which provides the combined value of above fields so that the value could be populated to archiv_connection_insert FM object id field programatically. Could give any suggestions/tips .
Thanking in advance,
Regards,
Ram
Hello ram,
no, there isn't. But you could use FIBKRU_BELNR where all required fields are included. You can concatenate them in your coding like this:
lv_combined = ls_bkpf-bukrs && ls_bkpf-belnr && ls_bkpf-gjahr.
best regards
Jörg
Add a comment