Re: f-36 translation
Hello Khalaf, I guess you want the texts to be in Arabic language even in the ENGLISH language logon, right? If yes try like the below option. Logon to system in english language. Goto SE93 --> give...
View ArticleRe: Records from excel when shooting comes empty. Can you help please???
SELECTION-SCREEN BEGIN OF BLOCK 100 WITH FRAME TITLE text-000. PARAMETERS : p_file LIKE rlgrap-filename . "yükleme için yerel dosya SELECTION-SCREEN END OF BLOCK 100 . DATA it_pprop TYPE pprop OCCURS...
View ArticleRe: Records from excel when shooting comes empty. Can you help please???
Coming the other fields are empty
View ArticleRe: Create spool request and send to email from OO Alv
Checking some groups on linkedin I was remember this topic: http://www.sapnuts.com/courses/core-abap/alv-reports/download-alv-table-to-pdf.html?goback=%2Egde_2476133_member_5850244245306236932 Probally...
View ArticleMIME and XML
Hello folks i'm quite new in abap and i'm trying to study the inbound and outbound file from/to sap with others system.I wanted to know if it's possible to insert MIME in xml file to send out of the...
View ArticleRe: Smartforms with ALV
Hi, Smart form is actual a function and this function can received table type . So in your case you get the selected rows from the ALV and create a new internal table this table will be an exported...
View ArticleRe: STANDED INVOICE SMARTFORM
Hi Money, If you are looking for standard Invoice form of SD then you can check it from NACE configuration for that use tcode NACE>>V1(V1 is for SD invoice)>>select your output type and you...
View ArticleRe: Binding BAPI_ALM_ORDER_MAINTAIN with existing notification
Hello Hady, Pass the leading zeroes of notification also. If the notification is 000200000001 and client is 010. pass it as objectkey = '010000200000001'. Regards,TP
View ArticleRe: Problem in printing multiple main window in smartforms
Hi, As per my understanding of your requirement you need to call next page on requirement basis. Let me know have you created multiple pages or you are calling same page1 as next page also please check...
View ArticleRe: Sapscript Purchase Order print just modified item
Hi Steve, In program you can just check the value in nast and then use this value for selecting change item data and then display the same. Please correct my understanding if I am wrong.
View ArticleRe: Problem in Tabstrip Control
I have faced the same problem and solved in simple manner///thought of updating this thread which will help others in PBO, PAI of sub-screens please add the below code. pbo.**inserted new**module...
View ArticleRe: User exit for CJ02
Hi - Thank you for your reply. Though this BADI is trigerred at SAVE of WBS element, when I raise an error message from it, all the screen fields are greyed out. My only option is to raise the...
View ArticleRe: To show the list in complete format when creating an background job
Dear Customer, You can try to call SPAD and choose Settings -> Spool System -> Other. Select 'SP01: Number of Columns for List Display from Format'.Alternatively, you can also implement Note...
View ArticleRe: Decimal field prob on editable ALV
as ABAP does not store decimals, the amount values are interpreted according to the decimals in the currency.I have a field referring to standard data type TB_BZBETR which is currency field with CURR...
View ArticlePurchase Requisition Release - Auth Obj M_EINK_FRG Dollar ($) value and...
Hi,I currently have a client who has a number of roles with the M_EINK_FRG authorisation object assigned with the FRGCD and FRGCO fields assigned from which I had a couple of questions.1. The values...
View ArticleRe: Concept to retrieve GL for open at key date (back date)
This information is already provided in the standard transactions. What is the reason to reinvent this functionality? I'm confused...
View ArticleRe: Purchase Requisition Release - Auth Obj M_EINK_FRG Dollar ($) value and...
Hello, See SAP Documentation on authorization object via. SU21 T-code. Regards,Sameer
View ArticleRe: IS BP Business Partner Relation
Hello, Try FM - BUB_BUPR_BUT050_LM_READ. Sample code for your ref. IF NOT IV_RELATIONSHIP_CATEGORY IS INITIAL. LR_RELTYP-SIGN = 'I'. LR_RELTYP-OPTION = 'EQ'. LR_RELTYP-LOW =...
View ArticleRe: Smartform font control in Windows 7 OS.
Hi, Is the Windows 7 or XP talking about the printer server?Printing with access method U there has nothing to do with the frontend OS. Please check, which fonts are defined in the smartstyle, you can...
View Article