Re: Mailing PDF Attachment with Password Protected
Hallo Manob, the API is a reference of the PDF Encryption Library. All the functions and classes are implemented there. The two classes /GRUBE/CL_PDF_ENCRYPTION and /GRUBE/CL_PDF_ENCRYPTION_AES are...
View ArticleHow to restrict user for creation just one Notification Type?
Hi everyone,is that possible to restrict user to create one notification type from SPRO. For example,i have 3 Notification type(A1-A2-A3). but only some users should create the H3 Notificaton. is that...
View ArticleProfessional tax Tamilnadu
Hi experts As professional tax for Tamilnadu is different for different panchayats. So I configured for Salem referring note no 757742. Now the slab changed on 01.10.2013. And the employees hired under...
View ArticleRe: Cash Sale - Status Issue
Hi,i think all the short closed orders might be completely open or partially delivered. for completely open orders you can delete them for partially delivered orders use the following user exits if the...
View ArticleRe: Need to show No applicable data in the report.
Already we created formula like(NIV <= USER INPUT) * NIV + 0 with this if user has not given any input in NIV , results coming with 'X' in cloumn. If user give input on NIV, then getting desired...
View ArticleCost Center Mandtory in Outgoing Payment
Hai Experts, Need store procedure for cost center mandatory for both Outgoing Payment & Incoming Payment for Vendor,Customer as well as on account payment. RegardsMohamed Yousuf Ali M I
View ArticleRe: Syntax Error while activating a Function Module
Seems that you created the strucutre in the data dictionary but didn't create it locally. Try to declare the structure inside your include or in the TOP include:DATA: yaur_s_label_apa TYPE...
View ArticleRe: Syntax Error while activating a Function Module
Hi Pavan, YAUR_S_LABEL_APA It is Global structure or Local to the include with Subroutines. Check one again have you maintained the declaration for YAUR_S_LABEL_APA in Top Include or inside the Form...
View ArticleRe: question about activate the PSAPTEMP to autoextend
Hi Reagan B, Thank you for the detailed responses.HoweverStill further question about the datafile , how can i decide which datafile dir to fill in ? and i have to fill in just one single datafile_dir...
View ArticleDifferentiating between Planned orders & Process Orders in DS Board
Hi Experts, I want to have my planning board profile configuration in such a way that when I convert a planned order to process order the color of the planned order should change in DS board on...
View ArticleModerator
Dear Moderator, if u think that the question is repeated, plz block it.... dont delete it.
View ArticleRe: Cfolder questions
Hi, in addtion to Ravi's comments, here is my guidance: 1. For external collaboration, cFolders should typically NOT be installed on top of your backend ERP system. Please also refere to the cFolders...
View ArticleRe: Syntax Error while activating a Function Module
Thank You All... It worked... I have again defined the structure locally and now able to activate the Function Module...!!!
View ArticleRe: Logic to add 1 from 01 until 99, then go to A1->Z9
The logic is the same, but it needs to check the second char: DATA: BEGIN OF ITAB OCCURS 0, KEY(2) TYPE C, END OF ITAB. PARAMETERS: P_TIMES TYPE I. DO P_TIMES TIMES. SORT ITAB BY KEY...
View ArticleRe: Moderator
Why ?? Do you have any special reason to block it instead of reject/delete ?
View ArticleRe: Subroutine in sapscript for net due date
Set a break point in your routine and check in which format the variables are transfered Max
View ArticleApplication has stopped working B1 V9
Hi I have wrote a report for a customer for B1 V9 which takes some time to run as it runs lots of queries With the customers data, running it locally it takes about 1 minute on my notebook On the...
View ArticleRe: Transported Theme not loading image
Dear Masa, Here is my observation The image url path is like "/sap/public/bc/themes/~client-331/~cache-1407670006519/UI5/sap/fiori/themes/sagia_blue/img/misc/sapUiGlobalLogo.png" the above url...
View ArticleRe: dso record get modified or overwrite after data uploaded
Hi,Check what is the keyfield of your dso as data will be loaded based on keyfields.Also please check if you've set overwrite option in your dso at transformation. Regards,Antony Jerald.
View Article