Re: how to access PFCG tcode by changing ABAP program.
HI, pfcg tcode mainly used by basis consultant to create role....... to achive authorization contact with basis team...ThanksSabyasachi
View ArticleRe: How to create a PDF output which is in binary data to Spool request, so...
These function modules did not help. Here is the problem, In Web UI, I can read the header document which has a PDF created into a binary internal table using method, CALL METHOD...
View ArticleRe: problem in call transaction and session method in bdc
Hi, i am telling about practially not theoritically... when i process both(call transaction and session method), i watch that after getting error call transaction will stop but if i click cancel...
View ArticleReading MS Word file into internal table
Hi, I have a requirement to read the word files from DMS and then to parse it. To do so i need to have the document content in readable format in an internal table. We are getting the content in...
View ArticleRe: ABAP Statments
Hello Wang, I am not clear with your answer, could you please elaborate your answer ? 1 * actually is the namespace for some purpose. Usually It is reservation for old value. What is that purpose, it...
View ArticleRe: ABAP Statments
Hello Gourav, I am unclear with your answer for the 1st one. Here the structure AGCL_item has not been defined twice, rather the values have been reassigned to the same structure. But my question is...
View Articlesapcript language
Hello Everyone , I have a question regarding sapcript. My original sapscript was in danish , so i converted the script to English and made all the changes needed. The user wants the form to be...
View ArticleALV top of page not getting displayed
Hi,following is my code and i want to display the text in top of page. The subroutinge top is not getting executed in output.please help. CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'EXPORTING*...
View ArticleRe: ALV top of page not getting displayed
hi prasanth, you have to add events as below code and use GT_EVENTS in the ''REUSE_ALV_GRID_DISPLAY" import parameter IT_EVENTS. CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING...
View ArticleRe: how to access PFCG tcode by changing ABAP program.
hi I am on the test environment now. is there any trick to achieve this? Plus I dont wanna to contact the basis. coz they are my boss. thanks.
View ArticleRe: Freight Costs via INVOIC01 / E1EDP05 or E1EDK05
Hi Guys, Based on the input that I could gather from a couple of other blogs, it sounds like using a BAPI to accomplish this function may be a sure-fire option. But can you please confirm if it was...
View ArticleRe: Re : Issue in the user exit code
If you run background job, the message cannot be issued. That's why program run failed. You can store errors in structure BDCMSGCOLL and view it later.
View ArticleRe: Re : Issue in the user exit code
Thank you Thien, the job which runs transfers the data into a middle ware system ( BW ) . we do not have issue in the BW. but the back ground job itself is failing in the ECC when this program is run....
View ArticleLSMW for not upload specific data
Hi I am trying to create LSMW for Product Master in APO.What I want to acheive is like this. I would like to do following update in 1 file.However I do not ALWAYS change following 2 data. A. Update...
View ArticleChange document for SER02 table
Hi All, We have a requirement in our SAP system that whenver a serial number (Equipment#) is removed from the Technical Objects of contracts an EQUIPMENT idoc needs to be trigerred with contract...
View ArticleRe: position of cursor in a container
Hi, I am using BDC to change the value of a field in the row of the CONTAINER. It is not necessary that the container should have a defined number of rows always. So, I want to position my cursor at...
View ArticleRe: position of cursor in a container
Hi, Can I use this in case of BDC? I am not sure.
View Articlemultiple custom tabs in VL02N
Hello, I have created one custom tab at VL02N using BAdIs 'LE_SHP_TAB_CUST_HEAD'. Now, I wanna add one more additional custom tab at VL02N. I have tried to supplement information of the second screen...
View ArticleRe: How can I change standard SAP's SQL statemet in Search help?
Thank you for a detailed and perfect reply
View ArticleLSMW for not upload specific data
Hi, Did you change the particular field while doing recording? Regards,vijay
View Article