Re: Issue on copy Internal Table using field-symbol
Hi Ajit, you have to do a small change in your code.In select statement make changes as like following. SELECT * FROM t001 INTO CORRESPONDING FIELDSOFTABLE<fs_1>...
View ArticleRe: Need to enhance the screen of TCode HUPAST
HI All,I am working on the tcode HUPAST. Now the requirement is I need to manual input disable the field Quantity in the subscreen 1060( Vz. GF_QUANTITY).It should only populate only from the bar code...
View ArticleRe: Upload the .csvinter file to an internal table
Hi Ravi, Please follow the below code. DATA : LV_STR TYPE STRING.DATA : P_FILE TYPE LOCALFILE. OPEN DATASET P_FILE FOR INPUT IN TEXT MODE ENCODING DEFAULT.IF SY-SUBRC EQ 0.DO.READ DATASET P_FILE INTO...
View ArticleAutomatically Collapse and Expand sections in Lotusnote
Hi All, I have developed ABAP Report to send mails to LOTUS NOTE inbox. in this mail body i need to maintain paragraph sections(Hide text by using Collapse and View text by using Expand). I have...
View ArticleRe: save screen with Custom Container to Excel
Hi Pavan, use Integrated IGS class cl_igs_chart_engine for this type of requirement. then you need to download graph image to local system and then upload to SAP system. from that you can display in...
View ArticleTo Check is a Field is populated by F4 help or Manually.
HI Folks, Need help to Check if a Field is populated by F4 help (Search help) or Manually in a Module pool program.Basically the search help already contains all validation required for the field,so if...
View ArticleRe: Method to Upload the Materials Master.
Hi Anand, As requested please open a new thread. BAPIs(just another function module) are used in programsand can be run in both foreground/online or background mode. BR.
View ArticleRe: SAP Note 751044 - Credit check with required qty instead of conf.qty
Hi Sujeet, Code is not given in the SAP note. They just mentioned to use either of these 3 user exits. I need to know the logic what needs to be written. Regards,Lata S P
View ArticleRe: RV_CONDITION_COPY with Scales
Hi Ankit,What we have done is determine if we need to go into with MAINAIN_MODE = A or B. You need to determine the VAKEY. In our solution we know the condition A-tables we want toupdate. So we get the...
View ArticleRe: SAP Note 751044 - Credit check with required qty instead of conf.qty
Did you read the SAP Note? There is no correction at all, just solution only.Solution The complete check has to be programmed in the user-exits 1-3 ofprograms SD_ORDER_CREDIT_CHECK and...
View ArticleRe: Method to Upload the Materials Master.
HI,By direct input you can update the materials with the views you want.Also you can use BAPI. Regarding tracking the errors, in direct method we get a error log when we update the materials.In BAPI,...
View ArticleSettlement rules for WBS Element not getting updated
Hi, Iam using BAPI_BUS2054_CREATE_MULTI for creating WBS Elements. Iam passing the fields Category, Settlement Receiver and Percentage to Extensions table in the BAPI. Iam using...
View ArticleRe: Update Z field in MARM using BAPI_MATERIAL_SAVEDATA
All the elements are CHAR or NUMC, I just check. The indicator has been set for the first field in OMSR but I don't know if I done it well.I put value '111' in the Sel. Group and 'ABCDEFGKLPQSVXZ' in...
View ArticleRe: BAPI_MATERIAL_SAVEDATA - BAPI_MARA-NET_WEIGHT
Are you passing valuation data into BAPI_MATERIAL_SAVEDATA, VALUATIONDATA-VAL_TYPE ?? VALUATIONDATAX-VAL_TYPE ?? Regard'sSmruti
View ArticleRe: Update Z field in MARM using BAPI_MATERIAL_SAVEDATA
does the bapi returns any error message? please specify. Also try executing BAPI_TRANSACTION_COMMIT after you execute the BAPI.
View ArticleRe: After double click on the customer number pop-up is not displaying.
Did you read the parameter I_CALLBACK_PROGRAM documentationNote: Never pass SY-REPID directly in the interface. If the desired program name is in SY-REPID, it must be assigned to an intermediate...
View ArticleRe: BAPI_MATERIAL_SAVEDATA - BAPI_MARA-NET_WEIGHT
Yes valuationdata-val_area = tm_data-werks. "1002 valuationdata-val_type = tm_data-bwtty. " B valuationdatax-val_area = tm_data-werks. "1002 valuationdatax-val_type = tm_data-bwtty. "B
View ArticleRe: FM SD_SALESDOCUMENT_CREATE SEPA
Thank you for your reply. Actually I checked, and the mandate exists on the partner master data.I can update manually the sales order with the mandate number, but I can't do it on "creation mode"...
View Article