Re: How to find out current PAGE NAME (not Page No) in SAPSCRiPT
Yeah, but in case of that, every position has a fixed height. I'm not sure, if this is a solution which will work. A other way would be, that you count the lines in summary and then divide it trough a...
View ArticleRe: Name of file of an archivelink document
Did you ever figure out how to get the actual file name of the attachment? I'm able to retrieve the attachment itself using ARCHIVOBJECT_GET_TABLE, but I still need to know the name of the attachment.
View ArticleRe: ¿Agregar un text-symbol a un programa estándar?
You did not ask about selection text but about text symbols they are not the same thing. But I'm glad to see you managed to award yourself some points
View ArticleRe: TPM_SEC_CUST_DATA how to
There should be an example implemeting called /TRMKR/SEC_CUST_DATA I think you have done everything right, but make sure you activated your enhancement afterwards.You see that in your sreen. I think...
View ArticleRe: Unavailable 'page protection' smartforms
Hi Marta, I am able to create the row lines. Check the attached image . Table --> MainArea-> Folder -> LineItem
View ArticleRe: Company Logo in Payment Advice
Hi,you can get the name of form using SE71 and then Utilities -> Activate Debugger. After that go to F-58 and generated a payment, then you can get the name.Once you have the name, you need to add...
View ArticleRe: Company Logo in Payment Advice
Hi, I think its F110_PRENUM_CHCK. I will give it a try. best regdsSubha
View ArticleRe: Company Logo in Payment Advice
that is a standard form, u will need to create a copy of that one to add the company logo. RegardsMiguel
View Articlebapi for changing material massively
Good morning guys, I need to make a program that will modifcar various materials on a mass scale. For this I used the 'BAPI_MATERIAL_MAINTAINDATA_RT' function, but this BAPI does not let me send...
View ArticleRe: Print Functionality in ALV container
Hi Cherry, Follow Sumeet's Post.It is Correct.ORYou can take one Screen .Use CL_GUI_CUSTOM_CONTAINER class ( using OOPS concepts) and on that screen Take a Button and write down the functionality for...
View ArticleRe: LDB fields missing in selection screen
On the attributes of the program, check the selection screen you are using.
View ArticleRe: Issue with comma separator
Hi,Change output format in user master record. Regards,Sreenivas.
View ArticleRe: Print Functionality in ALV container
Hi, We can add custom function code to standard button as follows.Define TOOLBAR event handler,and raise that event by calling set_toolbar_Interactive( ).In that event handler write LOOP AT...
View ArticleRe: Change VIQMFE-FECOD in IW22
Hi GurunathIn transaction IW22 we have a customer tab.The customer tab has (among others) following fields, that I want to change/modify:Codegroup-Problem (VIQMFE-FEGRP) + Problem or Damage Code...
View ArticleRe: CRIF_RW_WEB_CALL_REPORT
Hi Tp, I am also facing the same problem , i tried to give maximum parameter on selection screen but still facing the same error message. could you please explain me what are all the parameters...
View ArticleRe: Is there any unforeseen negative impacts in increasing the "max length...
Hello Prakash, It might be problem during the translation to other language Short - 10 is maximumMedium - 15 is recommended, max 20Long - 20 recommended, max 40. For example if your changing the length...
View ArticleRe: Assign Authorization Using ABAP
Hi Alok, You can't give a authorization to user while executing the program. What you can do is add a authorization check before the second program is executed/submitted from first one. You can use...
View ArticleAutomatically Save PDF Form
HiI have a pdf form that read the employee details from the PA tables.Usualy the pdf form displays in preview but now i have a request to automaticaly save the file in a folder. The user will have a...
View ArticleRe: BAPI_PO_CHANGE returns no data changed?
Hi all, please check SAP note 1810992 - BAPI_PO_CHANGE - cannot change shipping data (1521283, for former versions). It solves the problem. Regards,Eduardo
View Article