Re: Table Type in cl_alv_table_create=>create_dynamic_table
Hi, Some time ago I wrote this program http://scn.sap.com/community/abap/blog/2013/12/26/sdbadbc--the-programthat utilize cl_sql_connection and the rest of the gang . In this program I used...
View ArticleRe: Joining of three tables Using FOR ALL ENTRIES statement
Hi Sridhar, As a good practice, dont go for FOR ALL ENTRIES, instead use JOINS. follow what srikanth has mentioned above. regards,
View ArticleRe: Press button thru transaction
Hi, Try with this Function Module..You should pass the function code while calling t-code, and set the function code in the called program by using the function module.SAPGUI_SET_FUNCTIONCODE
View ArticleRe: Press button thru transaction
I want exactly this, but on my own screen and not on the SM30. When you set the UPDATE with 'X' on SM30 the Table maintenance generator will be opened in update mode and I want the same on my custom...
View ArticleHow to send mail on SAVE button for transaction APPCREATE
Hello All, My requirement is when employee fills self rating information in transaction APPCREATE, i have to send mail to his manager about employee self rating form. Is there any workflow? and How to...
View ArticleRe: In Mailing, from subject as standard name
Hi.. How to give a default name when a vendor receives a mail... instead of sy-uname
View ArticleRe: In Mailing, from subject as standard name
Hi, In SU01-->Enter user ID -->F7--> in Address Tab Change the Complete Name as your company Name Regards,Pavan
View ArticleRe: Standard Save button
No, the problem is it won't trigger the function while m using parameters.
View ArticleRe: Standard Save button
Hi Sophanith As i said before declare at selection screen Syntex Below. AT SELECTION-SCREEN.case sy-ucomm.WHen 'SPOS'.MESSAGE 'SAVE ICON Selected' TYPE 'S'.ENDCASE.,Regards,Venkat.
View ArticleRe: ABAP Tab
Hi guys, Thank you for the solutions. It does somehow works but in my source data, the spacing of one row (Item1 and Item 2) is using spacing. In my original plan I used tab-delimeted. Can someone help...
View ArticleRe: BAPI_PO_CHANGE to change Gr-Bsd IV
Try to manually change the value in ME22N. Most likely there are inconsistencies in the PO you're testing hence, the faulty items. Resolve that issue first or use another good PO. Once it's ok, use...
View ArticleRe: Sales order line item split
Thanks for the reply. Super users from customer side can create the order directly in the R3. So they want this split to happen in R3 it self.
View ArticleCreating a web service for F4 help
Hi All, I want to create a web service that I can consume using JavaScript and thus can integrate with normal HTML web site. I want to achieve this by two waysPass table name and field name to the...
View ArticleRe: Standard Save button
Hi,If i do so, only the EXIT command working, the normal function in my Codes won't be triggered.This is my testing codes. Please, look it. PARAMETERS A TYPE I.AT SELECTION-SCREEN OUTPUT.SET PF-STATUS...
View ArticleRe: Sales order line item split
Create a custom program to receive, check quantity and handle logic for the data; then call BAPI for Sales Order Create.
View ArticleRe: Question about the function module (RFC_READ_TABLE)
Dear Fred-san Thank you very much for your support on this. But, may I double check about what you mentioned above?So, what you were mentioning was that if some user executes the query withthe...
View ArticleRe: Sales order line item split
Mathew, Like Jenela, I request you to explain the business process. What is your company selling?What is the business background for this requirement (1 qty per line item, in sales order)? Thanks!
View ArticleRe: Printing ZPL (Zebra) data to printer spooler without character conversion
Hi, I just combined the 2 codes attached up here and it looks good: ********************************************************************** DATA: lv_xbase64 TYPE xstring, lv_base64 TYPE...
View Article