|
Hello
I have a form where I have 4 input fields - DOKNR, DOKAR, DOKTL, DOKVR. For these fields Automatic search help that is used is CV01. When I select DOKNR, all other fields are automatically populated based on the record I select.
However due to customer...
Started by sapnwm on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at sap):
Regards,
Jai HI.
Any idea what I am doing wrong here.
I tested and it still gives me the same problem.
I also created a search help with search help parameters having .
Elements DOKNR, DOKAR, DOKVR, DOKTL.
|
|
Dear experts
I have read through the forums & couldn’t find anything directly related to my issue.
I was assigned to develop a SAP query to enable users to view DMS long text without having to process function “Mass export”.
• I have generated an infoset...
Started by louisvr on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at sap):
The report is 70% there, only the data written to DRAW tables .
The problem and cost a pretty penny..
|
|
Hey,
is it possible to change an office document with the office control or is the office control only for viewing an office document?
Thanks for your support.
BR,
Christoph
Started by Christoph Nagl on
, 7 posts
by 2 people.
Answer Snippets (Read the full thread at sap):
Append ls_drao,
I have the problem that sometimes the context element which is bound to the office conrol is not actual.
Ls_drao-appnr = '1'.
Ls_drao-zaehl = zaehler.
Ls_drao-doktl = ls_draw-doktl.
Draw-dokvr.
|
Ask your Facebook Friends
|
I need to download the file from DMS content server on the PC and with my application on clicking of file name, file needs to be displayed.
To achieve the downloading part I tried BAPI_DOCUMENT_CHECKOUTVIEW2, but it is not working.
If I pass the parameters...
Started by TRUPTI KALLURWAR on
, 10 posts
by 5 people.
Answer Snippets (Read the full thread at sap):
Thanks,
Abhishek Hey,
I had the same problem_dokvr = ls_draw-dokvr
pf_doktl = ls_draw-doktl
* PS_DOC_STATUS =
pf_ftp_dest = 'SAPFTPA'
pf_http.
To desktop using the attach_file_to_response method.
|