How can i insert a field in script without using
executable program
Answer / gvkreddy
by using control statements it is possible
ie by writing the code in Script Editor
Ex:
&table-name-fieldname1&
&table-name-fieldname2&
&table-name-fieldname3&
Is This Answer Correct ? | 0 Yes | 1 No |
Hi Gurus, I have 250 records in an internal table, tell me how to randomly delete the each 5th record...i,e 5,10,15,20 like this.
can anyone please tell me, in orient paper mill project which fields exits for creating report.
0 Answers Sri Ram, TVS Logistics Services,
Can a filed occur in several field groups?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
which commands are allowed if you are working with an internal table of type sorted?
what is the use of CTU_PARAMS hwen we r working with BDC?
what is the use of 'split' in BDC? Is it related to some tab adjustment to the flat file during BDC?
What is the differences between structure and table in the data dictionary in abap?
when we use the SELECT statement along with FOR ALL ENTRIES then what type of validations we have do before executing this statement
2 Answers Cap Gemini, Mphasis, TCS,
Hi To all ABAP Gurus Is there any other way to create data elements apart from se11 tocde as we dont use the se11 in real time generally this question is asked in enteg infotech
how to issue the tickets in support project?
1 Answers Bristle Cone, Cap Gemini, HCL, HP, Satyam, Wipro,
hi friends, In smart form how can we convert the decimal to whole no. for ex. i have date like 5.456. now i want convert to whole no. after point value more then 5 means the no should come 6. below 5 means its come 5. any body can help me with code. its urgent. Thanks.