Re: to change variable defaulted values dynamically using field symbol
Hi Chaudhury, you can try this DATA: var_a TYPE c, var_b TYPE i VALUE '102', go_ref TYPE REF TO cx_root, gt_ztable TYPE TABLE OF ztable, g_text TYPE string. FIELD-SYMBOLS:...
View ArticleRe: Smartform page break issue.
Dear Anudeep In your case, is that a) Table always starts at second page ? If so, then do as follows: Go to Main Window --> double click --> condition --> check NOT on First page check box....
View ArticleRe: Smartforms: 2nd page mainwidow problem
yes, this link explains well:this explains for 2 pages with main windows scenarios:http://www.****************/Tutorials/Smartforms/Command/Index.htm
View ArticleRe: How to run yreport based on condition?
I made one report for BDF command for BASIS, this report send BDF command output as mail attachment to BASIS team. Our production server divided in two PRD1 & PRD2. log directory in PRD2. Our...
View ArticleRe: Link between Appropriation Request No. & Work item id (linked Workflow)
Please check if FM "SAP_WAPI_WORKITEMS_TO_OBJECT" helps. Regards
View ArticleIssue in coping stanard program for PP61 (Change Shift Planning)
Hi Team, For one of our requirement, I have copied the PP61 (Prog name : SAPFH5AH) to ZPP61 (Prog name : ZSAPFH5AH) and made changes accordingly. But some stanard functionality stopped working. After...
View ArticleRe: Issue in coping stanard program for PP61 (Change Shift Planning)
Hi Krishan this is for youhttp://scn.sap.com/thread/541678 last but not least, bear in mind that module pool is full of includes... Regardsa
View ArticleRe: Is there a way to handle system exception ERROR_MESSAGE?
Hi, i am looking for an issue that is related to same FM. but here i found that you have locking issue, destination 'NONE' is not correct for every time. not even usefull for new releases, you can...
View ArticleRe: Issue in coping stanard program for PP61 (Change Shift Planning)
What was the need of copying PP61? Can you share your requirement? Instead of copying, why dont you try enhancement? Regards
View ArticleRe: Subtitle in alv report
Hi, Please check the HTML option:http://scn.sap.com/message/14111813#14111813 Regards .
View ArticleRe: IF Statments or Condition Statements in GUIXT
Set V[gCustomer] &[Customer] If V[gCustomer=100050] Set F[AnotherField] "value"Endif
View ArticleZtable updation
Dear all, Thanks for your replies. The problem is solved.I had to update custom field. There was a problem in commit work and was rectified. Rgds,Sam.
View ArticleRe: VBUP-BESTA... and a non-working day
Kevin, If same calender so what is the issue, You can assign the same calender to within shipping point and route. Thanks Arun
View ArticleRe: Column settings in ALV Object Model
Hi Narendran, Thank you for your reply. Its really helpful. But do I need to use this set_technical for all fields one by one which i dont want to display? If yes it would be a lengthy procedure...
View ArticleRe: Additional Tab in MIGO - MB_MIGO_BADI
have u seen that link which i was post? in this link have all step and code you can also refer following link http://****************/Tutorials/ExitsBADIs/MIGO/screenexit.htm in this link have...
View ArticleRe: want last record in internal table
get the latest record from an internal table. if you are using function module RH_READ_INFTY_1001 then <itab > will always contain all the records betweebn specified period (taken from selection...
View ArticleRe: Calling FF.5 through zprogram
Thanks for replying guys! Right now I don't know how to pass those parameter values.Can you tell me how can I do that? Any sample using one field from that transaction.
View ArticleRe: Get text from trfcqdata-arfcdata01-07
Manish, I have been trying to get this to work, but it just does not seem too. It actually gets the data and puts it into at structure, as below, IS_GOODSMVT_HEADER, but when I call the FM,...
View Articlehow to mearge similar line items in a internal table
Hi All,This issue is resolved !!!!.It was not working because the internal table had many other fields apart from the 5 fields I have mentioned which did not have similar field values.So collect did...
View ArticleRe: migration from subscript to smartform
Hi Meriem, I assume you're referring to SAPscript. Anyways, have you checked if the smartforms is already linked to a print program? You can do that via transaction NACE. Thanks,Trixa
View Article