validations with FM DYNP_VALUES_READ
Hi Experts, Can anybody help me out in logic....how to validate selection screen parameters as well as Select option also... with FM 'DYNP_VALUES_READ'. In my selection screen: Expect Kunnr all are...
View ArticleRe: RSNASTED and RLE_DELNOTE programs
Hi vr, your right. That doesn't make any sense if you do not need EDI-processing at all.Use RV_DELNOTE and tell your business, RSNASTED is for EDI processing and it doesn't make sense to you to use it....
View ArticleRe: Get values from Search Help
Hi noufal,I'm not sure if you are familiar with the SAP-concepts of addresshandling. If so, take some time and work through the official sites to learn more about that. Your suggestion is against best...
View ArticleRe: validations with FM DYNP_VALUES_READ
Hi Try this to validate your input: REPORT y_r_eitan_test_30_07. TABLES: knvv . SELECT-OPTIONS: s_kunnr FOR knvv-kunnr . PARAMETERS: p_vkorg TYPE knvv-vkorg OBLIGATORY. PARAMETERS: p_vtweg TYPE...
View ArticleZ report for opening qty of material date wise
I have to develop a zreport which will calculate date wise opening stock of material and closing stock of that material at particularlocation ( not to use standard reports)I have to display sale qty...
View Articlereference field in table
Hello gurus, i create structure in SE11 but i stuck in reference field ofQSSHB TYPE QSSHBSKFBT TYPE SKFBTTDS TYPE DMBTRWRBTR TYPE WRBTR what should i do? where is my mistake? pls help me...
View ArticleRe: reference field in table
Hello, a currency or a quantity field needs a reference field. currency fields need a currency key field. Look at my screenshot to see what I mean. Regards,Ewald
View ArticleRe: ABAP : Adobeforms error
I have installed adobe 7.0 pro. following error occurs when I call the adobe form through abap program. I was testing this tutorial....
View ArticleRe: customer address update in BAPI_OUTB_DELIVERY_CREATENOREF
Hi All, I have actually resolved the issue using BDC, where we need to record carefully since the normal popup for address change wont come in the recording and we need to change the ok_code for that...
View ArticleRe: reference field in table
Hi You need to go to the Currency / Quantity tab and assign currency type for amount value and unit of measure for Quantity. Example - If you go to BSEG table Against BSEG-WRBTR has BKPF-WAERS....
View ArticleRe: Start campaign from ABAP source code
Hi Andrew, I am in the middle of a similar work. So in case I figure out a solution I will let you know. Kind regards,Gaurav
View ArticleRe: reference field in table
Hi,to solve this error, you can fill into folder Currency/Quantity Fields (se11) the information that missing. Example:the first field QSSHB you can see table bsak as example. RegardsIvan
View ArticleRe: Z report for opening qty of material date wise
If you are an abaper, then you can take the logic from standard report MB5B.Opening and Closing logic is described in t-code MB5B or program RM07MLBD.
View ArticleRe: PA30 tcode asking login after every entry
Hello Susmitha, This FM might help in my report but when user using PA30 for doing manual entry at that time also it is asking for user id and password, can you please suggest...
View ArticleRe: BD10 returning all data in segments (MARC, MVKE)inspite of filtered data...
Hi Ankesh, As per my comment in previous thread . Have you created filtered object type in BD95 for sales org and distribution channelHave you assigned filtered object type to message type in BD59 Thanks
View ArticleRe: help regarding data element
hiee raymond please tell me how to create a new transport request to an existing data element..
View ArticleRe: MFRPN # issue in tab-delimiter file upload
Thanks. I checked in MM02.It is stored as SP*****#. But in MARA Table, it is stored without the #.Thanks!Sowmya
View ArticleRe: MFRPN # issue in tab-delimiter file upload
Hello Soumya, Please check in purchasing tab. Thanks
View ArticleRe: FM BAPI_PO_CREATE - Force NO INSPECTION Lot
Hi The stock type (QUAL_INSP) can have three values space for unrestricted useX for Quality inspectionS for Blocked Stock. You can pass the value according your requirement. In ME23N, you can see this...
View Article