It's available again: someone clicked Alert Moderator on this document rather than creating a new discussion for their query.
Thanks Dëv Päträ
It's available again: someone clicked Alert Moderator on this document rather than creating a new discussion for their query.
Thanks Dëv Päträ
Dear All,
We have a required were in i'm getting the string format of PDF from Java layer and am converting it into into binary by converting first to XSTRING using SCMS_STRING_TO_XSTRING FM and then to binary using SCMS_XSTRING_TO_BINARY. Once i get the binary data, am using ARCHIVOBJECT_CREATE_TABLE to archive the PDF file.
Archiving is successful. But when i try to open the PDF, it says "File does not begin with %PDF-".
Pleas help how to archive the file properly.
Thanks,
Anil M
Hi Sebastain,
Thanks for ur reply
IN OIBS there are not maintained any user status. if they maintained at the time of creating also its asked but its not asked any user status, its automatically taking.
one more thing how to maintained a Business Transaction control for an Initial status of that profile
Hi Remya,
You can delete the temporary license along with all the existing license and then install the new license.
Regards,
Deepak Kori
Hi Kum,
If your issue is solved then close the thread.
Regards,
Sankarsan
Hi,
You need to change structure ADRC_STRUC instead ADDR1_DATA, ADRC_STRUC where is the field POST_CODE1.
Regards
Hi Ui5 experts,
I have a requirement in UI5 to upload a file.Also I need to open the uploaded file.File may be anything(jpg,xls,doc,xlsx,docx,pdf etc).
I am able to upload the file and save it as binary format in sap and able to show file name on the screen as a link.But I dont know how to open the file when I click on a file.
Please suggest on how to open the attachments.
Hi,
If you are using pre commit in you program else use that then check the sy-subrc = 0, if success user bapi commit work. Hope this will helpful to you.
Regards,
Joven.
Hi Paul,
This note describes how to find out the version you are on
http://service.sap.com/sap/support/notes/1864151
and this one details all the patches currently available
http://service.sap.com/sap/support/notes/1353538
Hth,
Simon
Hι,
We want to Print a string in a sapscrpt form using OCR-B 10 cpi fonts.
We have created a character format using font family OCR-B but when we print this sacsript form from an abap program the fonts does not look like OCR-B font family.
We want to print using "F:Printing on Front End Computer" access method and "_default" host printer.
Can anyone help us by telling us the exact steps that we must follow?
Do we have to build a new printer driver or printer?
Thanks.
Thanks to all
actually, the cell tab is being referred by a standard data element and and the data type is only 20 characters, but user is asking to to extend it. please suggest.
Thanks
IK
Hi Mohan,
Make sure you have configured Single Sign On(Between your Portal server and BO server)
Else it will ask you credentials each time you open the report.
Configuring the UME - User Authentication and Single Sign-On - SAP Library
You can create a Report with Filters (User name/User ID) which wont be visible as prompts on the portal end.You can do this by passing the prompt values through Open Doc.
Refer Below Link for detail integration.
Integrating Content from BI into the Portal - Business Intelligence - SAP Library
Let me know if it works
Regards
Supriya
Hi Jon,
from my point of view the second option is the one that should definitly work, However I tested it on our system and it does not. I get the same error as you.
When debugging the issue one will see that the problem is located in the class CL_FDT_FORMULA_PARSER method _CHECK_TABLE_FUNCTIONAL. Here the program tries to compare the column name that is entered in the formula expression vs. the available column names determined via the structure of the table:
IF lv_name EQ lv_colname.
lv_found = abap_true.
EXIT. ">>>>>>>>>>
ENDIF.
The problem is that the parameter lv_name contains the technical name of the column (e. g. AMOUNT) and the while the parameter lv_colname contains the GUID of the column (that is also the reson for the cryptical error message). As this check is done for all these functions, it is consistent that the error is raised as you describe it.
I did not find any note that solves that issue, so I would recommend that you open an OSS.
Best regards
Christian
P.S. I am on a NW740 with SP06
I really do not have a clue what you are asking. Can you rephrase your question please ?
Hi Gurus,
I had a Info pack which will fetch the data from IBM Data stage to SAP BW,When i'm executing the load jobs my info pack is in yellow for hours and message in Data stage is "APT_CombinedOperatorController,0: Logging delayed metadata.".Can any body throw some light on this?The Job over view is enabling for BW but not for Source system.The same for all other options.But i can see some ALE Management i din't know which were related to my job and how to deal them.
Regards,
Rambabu
What is the 3rd line item ?
What are the transaction event key for total line items ?
Can you post a screen shot for the accounting entry with transaction event key.
Hello
is it possible to set the validity period of a quotation defaulty to 90 days?
Means that when creation the quotation (va21) the system takes as validity from-date(VBAK-ANGDT) the creation date and adds 90 days to determine the validity-to date (VBAK-BNDDT)?
I know how to set the validity from-date(VBAK-ANGDT) to creation date but I cannot find a solution to add the 90 days.
Thanks for your replies
deniz
Hi,
As the invoice has not posted to accounting,you can close the Invoice in VF02---Shift+F5
The invoice number is not generated due to the Buffering problem which can be well explained by Basis guy
Hi,
It is not possible to rotate text, as a workaround, you could create an image as desired and set that image in the column header using SET_IMAGE_SOURCE method of CL_SALV_WD_COLUMN_HEADER.
Regards,
Kiran