Re: Menu problen in OO alv.
If it is an editable ALV, the missing icons will appear. ( AFAIK ).
View ArticleIncrease the field length in ALV output
Hi All, I have report in which I need to extend the length of one of the fields in ALV output. I extended the outputlen to '500'. The field is editable, in which user will enter some text after the...
View ArticleNeed help for continuous smartform printing through dot matrix printer
Dear Gurus, I have written a code for continuous print of a single page smartform. It is to be printed through dot matrix printer. The code is working very fine in Development Server, but not in...
View ArticleRe: Increase the field length in ALV output
Hi, Go through this discussion,https://scn.sap.com/thread/1539675 Regards,Vijay
View ArticleRe: Call screen and save text from ALV Report
Hi Subramani, Check SAP Community Network Wiki - ABAP Development - OBJECT ORIENTED ALV Guidehow Custom Screen Use in ALV Report . Regard'sSmruti
View ArticleN4DS BADI implementation question
Hi experts, I am implementing BADI "HRPAYFR_N4DS_CUST". In this, in one of the method there is a parameter (importing) "IO_N4DS_DAQ" type ref to "IF_HRPAYFR_N4DS_DAQ". Can you please let me know how to...
View ArticleRe: Problem with BBP_DOC_CHEK_BADI
I have already solved my problem. The problem was that I only did the validations when the user click on the save buttom ( IV_PARK = 'X'). I have delete this condition and now all work rightly,...
View ArticleRe: Increase the field length in ALV output
Hi Priya , Refer notes 857823, 910300 and 959775. All these say there is a limitation of 128 characters. 857823 - ALV grid: Strings with a maximum of 128 characters SymptomEntries in cells of the type...
View ArticleRe: Connect SAP with third party software
Hi Purnand, you will have to write an RFC-enabled function module Z_UPDATE_FROM_I3MS. The module has the data as import parameter that the user normally entered manually in the SAP system. If the Z...
View ArticleRe: Call screen and save text from ALV Report
Hi Subramani, Go to tcode--SE75 to create or change or display the text id and object name. please follow the steps which are in the link...
View ArticleRe: How to check frequency and trace of ABAP Program usage
This has been discussed many times. Did you bother looking for existing information, and if not, why not?Thomas
View ArticleRe: Comparing 2 columns with abap
Hi Amine, Consider your internal table as ITAB_COLUMN and work area as WA_COLUMN. Suppose your internal table contains two fields namely column1 and column2. loop at itab_columns into wa_columns. if...
View ArticleRe: How to pack an outbound delivery using a list of HUs
Could be an problem with the HU you are using. Can you try if you can able to do it using LT03 iwht this HU. This FM creates a TO, which assigns this HU to the outbound delivery
View ArticleRe: Change print spool format change
Hi Devesh, Do you have an idea on where can we see the formats like 'X_65_80', 'X_65_255' in sap. What size these values refers to ? Is these formats are maintained in any table? As you said that the...
View ArticleRe: How to check frequency and trace of ABAP Program usage
I have already looked for the similar discussions, Unfortunately those ware not very useful
View ArticleRe: submitting vf44 (SDRRAV01) program via selection screen inputs
It looks like you are populating all the data in the selection screen from your program itself. What is the need of via selection screen? are you changing any values in the selection screen? You can...
View ArticleRe: How are Purchase Info Records generated in APO after CIFing them from R/3.
Hi abraham, When you tranfer a Contract or Scheduling Agreement or Purchasing Inforecord master in R/3 (or ECC any version) then TPSRC is the program used to create External Procurement Relationships...
View ArticleRe: User Exit To Change Posting Date In T-Code: F110
Could you be more precise on you requirement, as posting date is input in tab parameter at start of transaction ? Regards,Raymond
View ArticleRe: Regarding sales order creation...........
Hi appalaraju, Refer to the below thread http://scn.sap.com/thread/624742
View Article