Mass modify a itab field
Dear Charles,Do not use collect statement, try to use different logic to add and modify same data to all b,c and d on base of c.with regardsvikas pandey
View ArticleRe: How to disable a cell of ALV *AND* disable search help?
Hi Chinmay,It should work properly if its a disabled field( for satndard f4 and custom f4 ), there should be some problem in your code :-)Is it a manual search help assigned in ALV ? The f4 events will...
View ArticleRe: SMARTFORMS - blank page at the end for single line item
Hi Bastin , Lets say you are creating smartforms for Sale Orders.So VBELN is the primary key.And lets consider IT_FINAL is the internal table which you are looping in Main Window.Now , Use DESCRIBE...
View ArticleRe: PI - RFC BAPI Call use Synchronous?
Hi Suwandi, First of i want to know is your business scenario support "Synchronous" mean you send some input and get return some result ? if 'Yes' then goes to " Synchronous" Mode in Service...
View ArticleRe: SAP Invoice print missing VF01
Hi susmitha not cleared ... some time it goes heart beat ip thnaks yoonus
View ArticleRe: user exit message only once
Hello, if you are sure that you cannot achieve this in any other exit, why not try STATICS parameter?
View ArticleRe: Need to add FLTP type field manually in table maintenance generator screen
Hi Sudhir, After add those two fields delete ur previous TMG and again create the TMG , Than it will display both fields. ThanksTarak
View ArticleRe: Need to add FLTP type field manually in table maintenance generator screen
hi, i think the screens whether it may be Selection screen or DP screen, it wont support type FLTP..Even in TMG also a new screen gonna create only.. So because of this only yor FLTP type fields are...
View ArticleRe: Need to add FLTP type field manually in table maintenance generator screen
hi, Rather creating FLTP try with DEC.. i think it ll work fine..Typre FLTP wont wont work on screen.. even you can code for this to achieve.. Do better DEC is your solution.. if you go and check in...
View ArticleRe: How to resolve Idoc error status 02
Hi, Please do the following checks: 1.) Whether the segement Z1SEG has been released in WE31.2.) In the partner profile,please check wthether the extension is maintained. BR, Nitin
View ArticleRe: Need to add FLTP type field manually in table maintenance generator screen
Hello Aniket, Thanks for your support. It is now working fine. Regards,Sudhir kothavale.
View ArticleRe: expand and collapse total lines in ABAP oo ALV
Hi, When you add sort and totals. You get "drill down total level". regards.
View ArticleRe: Number range 08 in purchase requisition Error in BAPI_REQUISITION_CREATE
That is not a field, it is a title ofparagraph of the function module documentation (in English), read it first. (Good practice...) (Else the field PREQ_NO is the very first field of the table...
View ArticleRe: Change Namespace type
HelloYou need to follow OSS notes: 846500, 757235 and 150451.Once the above is done then you need to go to SE03 a list all the object and change the owner and system owner.You are right this is a Basis...
View ArticleRe: Performance issue while fetching AFRU Table
Ok, let's try another explanation. You are selection AFRU by LTXA1 = CHARG.Probably in any point AFRU-LTXA1 is filled with CHARG. But LTXA1 is a text field without index, and a search by it can be very...
View ArticleRe: expand and collapse total lines in ABAP oo ALV
Hi Eitan Thanks for your reply. I think this function is quit useless compared to the old one, so I leave the question open - hoping to get a better solution.
View ArticleRe: Table Control First Row is Coming Blank
Hi Amit , Thanks for the reply . Now it is working fine by the way u have suggested .Now finally my code is as follows and it is working fine : PROCESS BEFORE OUTPUT. MODULE status_0001. MODULE...
View ArticleWS_DELIVERY_UPDATE - Post GR and update delivery note field (MKPF-XBLNR) and...
Dear Experts, During my GR posting via FM WS_DELIVERY_UPDATE_2 for an inbound delivery, I want to fill the delivery note of my material document (MKPF-XBLNR). Can you please advise me of what...
View ArticleRe: Performance issue while fetching AFRU Table
I will try this way and let you know. Anyways thank you for your effort.
View ArticleRe: DBIF_RSQL_INVALID_RSQL error for select querry on EKKO and ekpo
Correct me if I am wrong, the FOR ALL ENTRIES may not be suspect here.I believe it may be because you have lot of selections in one of the SELECT OPTIONS as Raymond have mentioned.Go to the variant of...
View Article